OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 'common/process_watcher_posix.cc', | 400 'common/process_watcher_posix.cc', |
401 'common/process_watcher_win.cc', | 401 'common/process_watcher_win.cc', |
402 'common/process_watcher.h', | 402 'common/process_watcher.h', |
403 'common/property_bag.cc', | 403 'common/property_bag.cc', |
404 'common/property_bag.h', | 404 'common/property_bag.h', |
405 'common/quarantine_mac.h', | 405 'common/quarantine_mac.h', |
406 'common/quarantine_mac.mm', | 406 'common/quarantine_mac.mm', |
407 'common/ref_counted_util.h', | 407 'common/ref_counted_util.h', |
408 'common/render_messages.h', | 408 'common/render_messages.h', |
409 'common/render_messages_internal.h', | 409 'common/render_messages_internal.h', |
| 410 'common/renderer_preferences.h', |
410 'common/resource_dispatcher.cc', | 411 'common/resource_dispatcher.cc', |
411 'common/resource_dispatcher.h', | 412 'common/resource_dispatcher.h', |
412 'common/result_codes.h', | 413 'common/result_codes.h', |
413 'common/sandbox_init_wrapper.cc', | 414 'common/sandbox_init_wrapper.cc', |
414 'common/sandbox_init_wrapper.h', | 415 'common/sandbox_init_wrapper.h', |
415 'common/security_filter_peer.cc', | 416 'common/security_filter_peer.cc', |
416 'common/security_filter_peer.h', | 417 'common/security_filter_peer.h', |
417 'common/sqlite_compiled_statement.cc', | 418 'common/sqlite_compiled_statement.cc', |
418 'common/sqlite_compiled_statement.h', | 419 'common/sqlite_compiled_statement.h', |
419 'common/sqlite_utils.cc', | 420 'common/sqlite_utils.cc', |
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1244 'browser/renderer_host/resource_message_filter_win.cc', | 1245 'browser/renderer_host/resource_message_filter_win.cc', |
1245 'browser/renderer_host/resource_request_details.h', | 1246 'browser/renderer_host/resource_request_details.h', |
1246 'browser/renderer_host/safe_browsing_resource_handler.cc', | 1247 'browser/renderer_host/safe_browsing_resource_handler.cc', |
1247 'browser/renderer_host/safe_browsing_resource_handler.h', | 1248 'browser/renderer_host/safe_browsing_resource_handler.h', |
1248 'browser/renderer_host/save_file_resource_handler.cc', | 1249 'browser/renderer_host/save_file_resource_handler.cc', |
1249 'browser/renderer_host/save_file_resource_handler.h', | 1250 'browser/renderer_host/save_file_resource_handler.h', |
1250 'browser/renderer_host/sync_resource_handler.cc', | 1251 'browser/renderer_host/sync_resource_handler.cc', |
1251 'browser/renderer_host/sync_resource_handler.h', | 1252 'browser/renderer_host/sync_resource_handler.h', |
1252 'browser/renderer_host/web_cache_manager.cc', | 1253 'browser/renderer_host/web_cache_manager.cc', |
1253 'browser/renderer_host/web_cache_manager.h', | 1254 'browser/renderer_host/web_cache_manager.h', |
1254 'browser/renderer_preferences.h', | |
1255 'browser/rlz/rlz.cc', | 1255 'browser/rlz/rlz.cc', |
1256 'browser/rlz/rlz.h', | 1256 'browser/rlz/rlz.h', |
1257 'browser/safe_browsing/bloom_filter.cc', | 1257 'browser/safe_browsing/bloom_filter.cc', |
1258 'browser/safe_browsing/bloom_filter.h', | 1258 'browser/safe_browsing/bloom_filter.h', |
1259 'browser/safe_browsing/chunk_range.cc', | 1259 'browser/safe_browsing/chunk_range.cc', |
1260 'browser/safe_browsing/chunk_range.h', | 1260 'browser/safe_browsing/chunk_range.h', |
1261 'browser/safe_browsing/protocol_manager.cc', | 1261 'browser/safe_browsing/protocol_manager.cc', |
1262 'browser/safe_browsing/protocol_manager.h', | 1262 'browser/safe_browsing/protocol_manager.h', |
1263 'browser/safe_browsing/protocol_parser.cc', | 1263 'browser/safe_browsing/protocol_parser.cc', |
1264 'browser/safe_browsing/protocol_parser.h', | 1264 'browser/safe_browsing/protocol_parser.h', |
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2083 '../webkit/webkit.gyp:webkit', | 2083 '../webkit/webkit.gyp:webkit', |
2084 ], | 2084 ], |
2085 'include_dirs': [ | 2085 'include_dirs': [ |
2086 '..', | 2086 '..', |
2087 ], | 2087 ], |
2088 'sources': [ | 2088 'sources': [ |
2089 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a. | 2089 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a. |
2090 # But app/ is the wrong directory for them. | 2090 # But app/ is the wrong directory for them. |
2091 # Better is to remove the dep of *_tests on renderer, but in the | 2091 # Better is to remove the dep of *_tests on renderer, but in the |
2092 # short term I'd like the build to work. | 2092 # short term I'd like the build to work. |
2093 'browser/renderer_preferences.h', | |
2094 'renderer/automation/dom_automation_controller.cc', | 2093 'renderer/automation/dom_automation_controller.cc', |
2095 'renderer/automation/dom_automation_controller.h', | 2094 'renderer/automation/dom_automation_controller.h', |
2096 'renderer/extensions/bindings_utils.cc', | 2095 'renderer/extensions/bindings_utils.cc', |
2097 'renderer/extensions/bindings_utils.h', | 2096 'renderer/extensions/bindings_utils.h', |
2098 'renderer/extensions/event_bindings.cc', | 2097 'renderer/extensions/event_bindings.cc', |
2099 'renderer/extensions/event_bindings.h', | 2098 'renderer/extensions/event_bindings.h', |
2100 'renderer/extensions/extension_process_bindings.cc', | 2099 'renderer/extensions/extension_process_bindings.cc', |
2101 'renderer/extensions/extension_process_bindings.h', | 2100 'renderer/extensions/extension_process_bindings.h', |
2102 'renderer/extensions/renderer_extension_bindings.cc', | 2101 'renderer/extensions/renderer_extension_bindings.cc', |
2103 'renderer/extensions/renderer_extension_bindings.h', | 2102 'renderer/extensions/renderer_extension_bindings.h', |
(...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4546 # Use outputs of this action as inputs for the main target build. | 4545 # Use outputs of this action as inputs for the main target build. |
4547 # Seems as a misnomer but makes this happy on Linux (scons). | 4546 # Seems as a misnomer but makes this happy on Linux (scons). |
4548 'process_outputs_as_sources': 1, | 4547 'process_outputs_as_sources': 1, |
4549 }, | 4548 }, |
4550 ], # 'actions' | 4549 ], # 'actions' |
4551 }, | 4550 }, |
4552 ] | 4551 ] |
4553 }], | 4552 }], |
4554 ], # 'conditions' | 4553 ], # 'conditions' |
4555 } | 4554 } |
OLD | NEW |