Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 74 'bookmarks/browser/bookmark_utils_unittest.cc', | 74 'bookmarks/browser/bookmark_utils_unittest.cc', |
| 75 'crash/app/crash_keys_win_unittest.cc', | 75 'crash/app/crash_keys_win_unittest.cc', |
| 76 'captive_portal/captive_portal_detector_unittest.cc', | 76 'captive_portal/captive_portal_detector_unittest.cc', |
| 77 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 77 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
| 78 'cloud_devices/common/printer_description_unittest.cc', | 78 'cloud_devices/common/printer_description_unittest.cc', |
| 79 'component_updater/test/component_patcher_unittest.cc', | 79 'component_updater/test/component_patcher_unittest.cc', |
| 80 'component_updater/test/component_updater_ping_manager_unittest.cc', | 80 'component_updater/test/component_updater_ping_manager_unittest.cc', |
| 81 'component_updater/test/crx_downloader_unittest.cc', | 81 'component_updater/test/crx_downloader_unittest.cc', |
| 82 'component_updater/test/update_checker_unittest.cc', | 82 'component_updater/test/update_checker_unittest.cc', |
| 83 'component_updater/test/update_response_unittest.cc', | 83 'component_updater/test/update_response_unittest.cc', |
| 84 'content_settings/core/common/content_settings_pattern_parser_unitte st.cc', | |
| 85 'content_settings/core/common/content_settings_pattern_unittest.cc', | |
| 84 'crx_file/id_util_unittest.cc', | 86 'crx_file/id_util_unittest.cc', |
| 85 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', | 87 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', |
| 86 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', | 88 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', |
| 87 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', | 89 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', |
| 88 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', | 90 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', |
| 89 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', | 91 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', |
| 90 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', | 92 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', |
| 91 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_ unittest.cc', | 93 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_ unittest.cc', |
| 92 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt est.cc', | 94 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt est.cc', |
| 93 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c', | 95 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 281 'components.gyp:bookmarks_browser', | 283 'components.gyp:bookmarks_browser', |
| 282 'components.gyp:bookmarks_test_support', | 284 'components.gyp:bookmarks_test_support', |
| 283 | 285 |
| 284 # Dependencies of captive_portal | 286 # Dependencies of captive_portal |
| 285 'components.gyp:captive_portal_test_support', | 287 'components.gyp:captive_portal_test_support', |
| 286 '../net/net.gyp:net_test_support', | 288 '../net/net.gyp:net_test_support', |
| 287 | 289 |
| 288 # Dependencies of cloud_devices | 290 # Dependencies of cloud_devices |
| 289 'components.gyp:cloud_devices_common', | 291 'components.gyp:cloud_devices_common', |
| 290 | 292 |
| 293 # Dependencies of content_settings | |
| 294 'components.gyp:content_settings_core_common', | |
| 295 | |
| 291 # Dependencies of crash | 296 # Dependencies of crash |
| 292 'components.gyp:crash_test_support', | 297 'components.gyp:crash_test_support', |
| 293 | 298 |
| 294 # Dependencies of crx_file | 299 # Dependencies of crx_file |
| 295 'components.gyp:crx_file', | 300 'components.gyp:crx_file', |
| 296 | 301 |
| 297 # Dependencies of data_reduction_proxy | 302 # Dependencies of data_reduction_proxy |
| 298 'components.gyp:data_reduction_proxy_browser', | 303 'components.gyp:data_reduction_proxy_browser', |
| 299 'components.gyp:data_reduction_proxy_common', | 304 'components.gyp:data_reduction_proxy_common', |
| 300 'components.gyp:data_reduction_proxy_test_support', | 305 'components.gyp:data_reduction_proxy_test_support', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 485 ], | 490 ], |
| 486 }, { # 'OS == "ios"' | 491 }, { # 'OS == "ios"' |
| 487 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 492 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
| 488 'sources/': [ | 493 'sources/': [ |
| 489 ['exclude', '\\.cc$'], | 494 ['exclude', '\\.cc$'], |
| 490 ['exclude', '\\.mm$'], | 495 ['exclude', '\\.mm$'], |
| 491 ['include', '^test/run_all_unittests\\.cc$'], | 496 ['include', '^test/run_all_unittests\\.cc$'], |
| 492 ['include', '^auto_login_parser/'], | 497 ['include', '^auto_login_parser/'], |
| 493 ['include', '^autofill/core/'], | 498 ['include', '^autofill/core/'], |
| 494 ['include', '^bookmarks/'], | 499 ['include', '^bookmarks/'], |
| 495 ['include', '^crash/'], | 500 ['include', '^crash/'], |
|
blundell
2014/09/05 09:20:32
please add content_settings here.
Jun Mukai
2014/09/05 17:37:26
Done.
| |
| 496 ['include', '^data_reduction_proxy/'], | 501 ['include', '^data_reduction_proxy/'], |
| 497 ['include', '^dom_distiller/'], | 502 ['include', '^dom_distiller/'], |
| 498 ['include', '^enhanced_bookmarks/'], | 503 ['include', '^enhanced_bookmarks/'], |
| 499 ['include', '^gcm_driver/'], | 504 ['include', '^gcm_driver/'], |
| 500 ['include', '^google/'], | 505 ['include', '^google/'], |
| 501 ['include', '^history/'], | 506 ['include', '^history/'], |
| 502 ['include', '^invalidation/'], | 507 ['include', '^invalidation/'], |
| 503 ['include', '^json_schema/'], | 508 ['include', '^json_schema/'], |
| 504 ['include', '^keyed_service/core/'], | 509 ['include', '^keyed_service/core/'], |
| 505 ['include', '^language_usage_metrics/'], | 510 ['include', '^language_usage_metrics/'], |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 923 'dependencies': [ | 928 'dependencies': [ |
| 924 '../base/allocator/allocator.gyp:allocator', | 929 '../base/allocator/allocator.gyp:allocator', |
| 925 ], | 930 ], |
| 926 }], | 931 }], |
| 927 ], | 932 ], |
| 928 }, | 933 }, |
| 929 ], | 934 ], |
| 930 }], | 935 }], |
| 931 ], | 936 ], |
| 932 } | 937 } |
| OLD | NEW |