| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'dom_distiller/core/task_tracker_unittest.cc', | 74 'dom_distiller/core/task_tracker_unittest.cc', |
| 75 'dom_distiller/core/url_utils_unittest.cc', | 75 'dom_distiller/core/url_utils_unittest.cc', |
| 76 'domain_reliability/context_unittest.cc', | 76 'domain_reliability/context_unittest.cc', |
| 77 'domain_reliability/dispatcher_unittest.cc', | 77 'domain_reliability/dispatcher_unittest.cc', |
| 78 'domain_reliability/monitor_unittest.cc', | 78 'domain_reliability/monitor_unittest.cc', |
| 79 'domain_reliability/scheduler_unittest.cc', | 79 'domain_reliability/scheduler_unittest.cc', |
| 80 'domain_reliability/test_util.cc', | 80 'domain_reliability/test_util.cc', |
| 81 'domain_reliability/test_util.h', | 81 'domain_reliability/test_util.h', |
| 82 'domain_reliability/uploader_unittest.cc', | 82 'domain_reliability/uploader_unittest.cc', |
| 83 'domain_reliability/util_unittest.cc', | 83 'domain_reliability/util_unittest.cc', |
| 84 'feedback/feedback_uploader_unittest.cc', |
| 84 'json_schema/json_schema_validator_unittest.cc', | 85 'json_schema/json_schema_validator_unittest.cc', |
| 85 'json_schema/json_schema_validator_unittest_base.cc', | 86 'json_schema/json_schema_validator_unittest_base.cc', |
| 86 'json_schema/json_schema_validator_unittest_base.h', | 87 'json_schema/json_schema_validator_unittest_base.h', |
| 87 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 88 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 88 'keyed_service/core/dependency_graph_unittest.cc', | 89 'keyed_service/core/dependency_graph_unittest.cc', |
| 89 'language_usage_metrics/language_usage_metrics_unittest.cc', | 90 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 90 'metrics/metrics_hashes_unittest.cc', | 91 'metrics/metrics_hashes_unittest.cc', |
| 91 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 92 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 92 'os_crypt/ie7_password_win_unittest.cc', | 93 'os_crypt/ie7_password_win_unittest.cc', |
| 93 'os_crypt/keychain_password_mac_unittest.mm', | 94 'os_crypt/keychain_password_mac_unittest.mm', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'components.gyp:cloud_devices', | 182 'components.gyp:cloud_devices', |
| 182 | 183 |
| 183 # Dependencies of dom_distiller | 184 # Dependencies of dom_distiller |
| 184 'components.gyp:distilled_page_proto', | 185 'components.gyp:distilled_page_proto', |
| 185 'components.gyp:dom_distiller_core', | 186 'components.gyp:dom_distiller_core', |
| 186 'components.gyp:dom_distiller_test_support', | 187 'components.gyp:dom_distiller_test_support', |
| 187 | 188 |
| 188 # Dependencies of domain_reliability | 189 # Dependencies of domain_reliability |
| 189 'components.gyp:domain_reliability', | 190 'components.gyp:domain_reliability', |
| 190 | 191 |
| 192 # Dependencies of feedback |
| 193 'components.gyp:feedback_internal', |
| 194 '../chrome/chrome.gyp:test_support_common', |
| 195 |
| 191 # Dependencies of json_schema | 196 # Dependencies of json_schema |
| 192 'components.gyp:json_schema', | 197 'components.gyp:json_schema', |
| 193 | 198 |
| 194 # Dependencies of keyed_service | 199 # Dependencies of keyed_service |
| 195 'components.gyp:keyed_service_core', | 200 'components.gyp:keyed_service_core', |
| 196 | 201 |
| 197 # Dependencies of language_usage_metrics | 202 # Dependencies of language_usage_metrics |
| 198 'components.gyp:language_usage_metrics', | 203 'components.gyp:language_usage_metrics', |
| 199 | 204 |
| 200 # Dependencies of os_crypt | 205 # Dependencies of os_crypt |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 '../content/content.gyp:content_plugin', | 546 '../content/content.gyp:content_plugin', |
| 542 '../content/content.gyp:content_renderer', | 547 '../content/content.gyp:content_renderer', |
| 543 '../content/content_resources.gyp:content_resources', | 548 '../content/content_resources.gyp:content_resources', |
| 544 '../content/content_shell_and_tests.gyp:content_browser_test_support
', | 549 '../content/content_shell_and_tests.gyp:content_browser_test_support
', |
| 545 '../content/content_shell_and_tests.gyp:content_shell_lib', | 550 '../content/content_shell_and_tests.gyp:content_shell_lib', |
| 546 '../content/content_shell_and_tests.gyp:content_shell_pak', | 551 '../content/content_shell_and_tests.gyp:content_shell_pak', |
| 547 '../content/content_shell_and_tests.gyp:test_support_content', | 552 '../content/content_shell_and_tests.gyp:test_support_content', |
| 548 '../skia/skia.gyp:skia', | 553 '../skia/skia.gyp:skia', |
| 549 '../testing/gmock.gyp:gmock', | 554 '../testing/gmock.gyp:gmock', |
| 550 '../testing/gtest.gyp:gtest', | 555 '../testing/gtest.gyp:gtest', |
| 551 '../testing/gmock.gyp:gmock', | |
| 552 ], | 556 ], |
| 553 'include_dirs': [ | 557 'include_dirs': [ |
| 554 '..', | 558 '..', |
| 555 ], | 559 ], |
| 556 'defines': [ | 560 'defines': [ |
| 557 'HAS_OUT_OF_PROC_TEST_RUNNER', | 561 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 558 ], | 562 ], |
| 559 'sources': [ | 563 'sources': [ |
| 560 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 564 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
| 561 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', | 565 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'dependencies': [ | 626 'dependencies': [ |
| 623 '../base/allocator/allocator.gyp:allocator', | 627 '../base/allocator/allocator.gyp:allocator', |
| 624 ], | 628 ], |
| 625 }], | 629 }], |
| 626 ], | 630 ], |
| 627 }, | 631 }, |
| 628 ], | 632 ], |
| 629 }], | 633 }], |
| 630 ], | 634 ], |
| 631 } | 635 } |
| OLD | NEW |