Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1458653002: New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1609 ], 1609 ],
1610 }], 1610 }],
1611 ], 1611 ],
1612 }, 1612 },
1613 { 1613 {
1614 # GN version: //chrome/test:interactive_ui_tests 1614 # GN version: //chrome/test:interactive_ui_tests
1615 'target_name': 'interactive_ui_tests', 1615 'target_name': 'interactive_ui_tests',
1616 'type': 'executable', 1616 'type': 'executable',
1617 'dependencies': [ 1617 'dependencies': [
1618 'browser', 1618 'browser',
1619 'chrome_common_features',
1619 'chrome_resources.gyp:chrome_resources', 1620 'chrome_resources.gyp:chrome_resources',
1620 'chrome_resources.gyp:chrome_strings', 1621 'chrome_resources.gyp:chrome_strings',
1621 'chrome_resources.gyp:packed_extra_resources', 1622 'chrome_resources.gyp:packed_extra_resources',
1622 'chrome_resources.gyp:packed_resources', 1623 'chrome_resources.gyp:packed_resources',
1623 'debugger', 1624 'debugger',
1624 'renderer', 1625 'renderer',
1625 'test_support_common', 1626 'test_support_common',
1626 'test_support_ui', 1627 'test_support_ui',
1627 '../components/components.gyp:guest_view_test_support', 1628 '../components/components.gyp:guest_view_test_support',
1628 '../components/components_resources.gyp:components_resources', 1629 '../components/components_resources.gyp:components_resources',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2101 ], 2102 ],
2102 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2103 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2103 'msvs_disabled_warnings': [ 4267, ], 2104 'msvs_disabled_warnings': [ 4267, ],
2104 }, 2105 },
2105 { 2106 {
2106 # Executable that runs each browser test in a new process. 2107 # Executable that runs each browser test in a new process.
2107 'target_name': 'browser_tests', 2108 'target_name': 'browser_tests',
2108 'type': 'executable', 2109 'type': 'executable',
2109 'dependencies': [ 2110 'dependencies': [
2110 'browser', 2111 'browser',
2112 'chrome_common_features',
2111 'chrome_resources.gyp:browser_tests_pak', 2113 'chrome_resources.gyp:browser_tests_pak',
2112 'chrome_resources.gyp:chrome_resources', 2114 'chrome_resources.gyp:chrome_resources',
2113 'chrome_resources.gyp:chrome_strings', 2115 'chrome_resources.gyp:chrome_strings',
2114 'chrome_resources.gyp:packed_extra_resources', 2116 'chrome_resources.gyp:packed_extra_resources',
2115 'chrome_resources.gyp:packed_resources', 2117 'chrome_resources.gyp:packed_resources',
2116 'common/extensions/api/api.gyp:chrome_api', 2118 'common/extensions/api/api.gyp:chrome_api',
2117 'renderer', 2119 'renderer',
2118 'test_support_common', 2120 'test_support_common',
2119 'test_support_sync_integration', 2121 'test_support_sync_integration',
2120 'test_support_ui', 2122 'test_support_ui',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
2645 ], 2647 ],
2646 }], 2648 }],
2647 ], # conditions 2649 ], # conditions
2648 }, # target browser_tests 2650 }, # target browser_tests
2649 { 2651 {
2650 # Executable that runs each perf browser test in a new process. 2652 # Executable that runs each perf browser test in a new process.
2651 'target_name': 'performance_browser_tests', 2653 'target_name': 'performance_browser_tests',
2652 'type': 'executable', 2654 'type': 'executable',
2653 'dependencies': [ 2655 'dependencies': [
2654 'browser', 2656 'browser',
2657 'chrome_common_features',
2655 'chrome_resources.gyp:chrome_resources', 2658 'chrome_resources.gyp:chrome_resources',
2656 'chrome_resources.gyp:chrome_strings', 2659 'chrome_resources.gyp:chrome_strings',
2657 'chrome_resources.gyp:packed_extra_resources', 2660 'chrome_resources.gyp:packed_extra_resources',
2658 'chrome_resources.gyp:packed_resources', 2661 'chrome_resources.gyp:packed_resources',
2659 'renderer', 2662 'renderer',
2660 'test_support_common', 2663 'test_support_common',
2661 'test_support_ui', 2664 'test_support_ui',
2662 '../base/base.gyp:base', 2665 '../base/base.gyp:base',
2663 '../base/base.gyp:base_i18n', 2666 '../base/base.gyp:base_i18n',
2664 '../base/base.gyp:test_support_base', 2667 '../base/base.gyp:test_support_base',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
3486 'utility', 3489 'utility',
3487 ], 3490 ],
3488 'sources': [ 3491 'sources': [
3489 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3492 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3493 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3491 ], 3494 ],
3492 }] 3495 }]
3493 }], 3496 }],
3494 ], # 'conditions' 3497 ], # 'conditions'
3495 } 3498 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698