| 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 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'common/extensions/extension_error_reporter.h', | 377 'common/extensions/extension_error_reporter.h', |
| 378 'common/extensions/extension_error_utils.cc', | 378 'common/extensions/extension_error_utils.cc', |
| 379 'common/extensions/extension_error_utils.h', | 379 'common/extensions/extension_error_utils.h', |
| 380 'common/extensions/extension_unpacker.cc', | 380 'common/extensions/extension_unpacker.cc', |
| 381 'common/extensions/extension_unpacker.h', | 381 'common/extensions/extension_unpacker.h', |
| 382 'common/extensions/url_pattern.cc', | 382 'common/extensions/url_pattern.cc', |
| 383 'common/extensions/url_pattern.h', | 383 'common/extensions/url_pattern.h', |
| 384 'common/extensions/user_script.cc', | 384 'common/extensions/user_script.cc', |
| 385 'common/extensions/user_script.h', | 385 'common/extensions/user_script.h', |
| 386 'common/gfx/utils.h', | 386 'common/gfx/utils.h', |
| 387 'common/id_map.h', | |
| 388 'common/net/cookie_monster_sqlite.cc', | 387 'common/net/cookie_monster_sqlite.cc', |
| 389 'common/net/cookie_monster_sqlite.h', | 388 'common/net/cookie_monster_sqlite.h', |
| 390 'common/net/dns.h', | 389 'common/net/dns.h', |
| 391 'common/net/url_request_intercept_job.cc', | 390 'common/net/url_request_intercept_job.cc', |
| 392 'common/net/url_request_intercept_job.h', | 391 'common/net/url_request_intercept_job.h', |
| 393 'common/web_resource/web_resource_unpacker.cc', | 392 'common/web_resource/web_resource_unpacker.cc', |
| 394 'common/web_resource/web_resource_unpacker.h', | 393 'common/web_resource/web_resource_unpacker.h', |
| 395 'common/app_cache/app_cache_context_impl.cc', | 394 'common/app_cache/app_cache_context_impl.cc', |
| 396 'common/app_cache/app_cache_context_impl.h', | 395 'common/app_cache/app_cache_context_impl.h', |
| 397 'common/app_cache/app_cache_dispatcher.cc', | 396 'common/app_cache/app_cache_dispatcher.cc', |
| (...skipping 3572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3970 'browser/webdata/web_database_unittest.cc', | 3969 'browser/webdata/web_database_unittest.cc', |
| 3971 'browser/window_sizer_unittest.cc', | 3970 'browser/window_sizer_unittest.cc', |
| 3972 'common/bzip2_unittest.cc', | 3971 'common/bzip2_unittest.cc', |
| 3973 'common/child_process_logging_mac_unittest.mm', | 3972 'common/child_process_logging_mac_unittest.mm', |
| 3974 'common/chrome_plugin_unittest.cc', | 3973 'common/chrome_plugin_unittest.cc', |
| 3975 'common/cocoa_utils_unittest.mm', | 3974 'common/cocoa_utils_unittest.mm', |
| 3976 'common/common_param_traits_unittest.cc', | 3975 'common/common_param_traits_unittest.cc', |
| 3977 'common/extensions/extension_unittest.cc', | 3976 'common/extensions/extension_unittest.cc', |
| 3978 'common/extensions/url_pattern_unittest.cc', | 3977 'common/extensions/url_pattern_unittest.cc', |
| 3979 'common/extensions/user_script_unittest.cc', | 3978 'common/extensions/user_script_unittest.cc', |
| 3980 'common/id_map_unittest.cc', | |
| 3981 'common/important_file_writer_unittest.cc', | 3979 'common/important_file_writer_unittest.cc', |
| 3982 'common/json_value_serializer_unittest.cc', | 3980 'common/json_value_serializer_unittest.cc', |
| 3983 'common/mru_cache_unittest.cc', | 3981 'common/mru_cache_unittest.cc', |
| 3984 'common/net/url_util_unittest.cc', | 3982 'common/net/url_util_unittest.cc', |
| 3985 'common/notification_service_unittest.cc', | 3983 'common/notification_service_unittest.cc', |
| 3986 'common/pref_member_unittest.cc', | 3984 'common/pref_member_unittest.cc', |
| 3987 'common/pref_service_unittest.cc', | 3985 'common/pref_service_unittest.cc', |
| 3988 'common/property_bag_unittest.cc', | 3986 'common/property_bag_unittest.cc', |
| 3989 'common/resource_dispatcher_unittest.cc', | 3987 'common/resource_dispatcher_unittest.cc', |
| 3990 'common/time_format_unittest.cc', | 3988 'common/time_format_unittest.cc', |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4204 'dependencies': [ | 4202 'dependencies': [ |
| 4205 '../views/views.gyp:views', | 4203 '../views/views.gyp:views', |
| 4206 ], | 4204 ], |
| 4207 }], | 4205 }], |
| 4208 ], | 4206 ], |
| 4209 }, | 4207 }, |
| 4210 { | 4208 { |
| 4211 # Provides a syncapi dynamic library target from checked-in binaries, | 4209 # Provides a syncapi dynamic library target from checked-in binaries, |
| 4212 # or from compiling a stub implementation. | 4210 # or from compiling a stub implementation. |
| 4213 'target_name': 'syncapi', | 4211 'target_name': 'syncapi', |
| 4214 | 4212 |
| 4215 'conditions': [ | 4213 'conditions': [ |
| 4216 ['chrome_personalization==0', { | 4214 ['chrome_personalization==0', { |
| 4217 # Empty target. | 4215 # Empty target. |
| 4218 'type': 'none', | 4216 'type': 'none', |
| 4219 }], | 4217 }], |
| 4220 ['chrome_personalization==1 and use_syncapi_stub==1', { | 4218 ['chrome_personalization==1 and use_syncapi_stub==1', { |
| 4221 # Build a stub library. | 4219 # Build a stub library. |
| 4222 'type': 'shared_library', | 4220 'type': 'shared_library', |
| 4223 'defines': [ | 4221 'defines': [ |
| 4224 'COMPILING_SYNCAPI_LIBRARY' | 4222 'COMPILING_SYNCAPI_LIBRARY' |
| (...skipping 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5640 # Use outputs of this action as inputs for the main target build. | 5638 # Use outputs of this action as inputs for the main target build. |
| 5641 # Seems as a misnomer but makes this happy on Linux (scons). | 5639 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5642 'process_outputs_as_sources': 1, | 5640 'process_outputs_as_sources': 1, |
| 5643 }, | 5641 }, |
| 5644 ], # 'actions' | 5642 ], # 'actions' |
| 5645 }, | 5643 }, |
| 5646 ] | 5644 ] |
| 5647 }], | 5645 }], |
| 5648 ], # 'conditions' | 5646 ], # 'conditions' |
| 5649 } | 5647 } |
| OLD | NEW |