blob: 22572c983dfca0715a212b5995325e1772941920 [file] [log] [blame]
# Copyright 2010-2011 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This is meant to be include'd into a target to build mod_pagespeed
# against some externally-defined (as dependencies) Apache headers.
{
'type': 'loadable_module',
'dependencies': [
'instaweb_apr.gyp:instaweb_apr',
'instaweb.gyp:instaweb_console',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
'<(DEPTH)/build/build_util.gyp:mod_pagespeed_version_header',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/protoc_out/instaweb',
'<(DEPTH)',
],
'sources': [
'apache/apache_config.cc',
'apache/apache_message_handler.cc',
'apache/apache_request_context.cc',
'apache/apache_rewrite_driver_factory.cc',
'apache/apache_server_context.cc',
'apache/apache_slurp.cc',
'apache/header_util.cc',
'apache/in_place_resource_recorder.cc',
'apache/instaweb_context.cc',
'apache/instaweb_handler.cc',
'apache/interface_mod_spdy.cc',
'apache/log_message_handler.cc',
'apache/mod_spdy_fetch_controller.cc',
'apache/mod_spdy_fetcher.cc',
'apache/mod_instaweb.cc',
'util/mem_debug.cc',
],
}