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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1387633002: Update instrumentation tests to use PreTestHooks for policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments, use a map instead of hacking PolicyData's equality 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 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3143 # GN: //chrome/test/android:chrome_java_test_support 3143 # GN: //chrome/test/android:chrome_java_test_support
3144 'target_name': 'chrome_java_test_support', 3144 'target_name': 'chrome_java_test_support',
3145 'type': 'none', 3145 'type': 'none',
3146 'variables': { 3146 'variables': {
3147 'java_in_dir': '../chrome/test/android/javatests', 3147 'java_in_dir': '../chrome/test/android/javatests',
3148 }, 3148 },
3149 'dependencies': [ 3149 'dependencies': [
3150 'chrome_java', 3150 'chrome_java',
3151 '../base/base.gyp:base_java', 3151 '../base/base.gyp:base_java',
3152 '../base/base.gyp:base_java_test_support', 3152 '../base/base.gyp:base_java_test_support',
3153 '../components/components.gyp:policy_java_test_support',
3153 '../content/content_shell_and_tests.gyp:content_java_test_support', 3154 '../content/content_shell_and_tests.gyp:content_java_test_support',
3154 '../net/net.gyp:net_java', 3155 '../net/net.gyp:net_java',
3155 '../net/net.gyp:net_java_test_support', 3156 '../net/net.gyp:net_java_test_support',
3156 '../sync/sync.gyp:sync_java', 3157 '../sync/sync.gyp:sync_java',
3157 '../sync/sync.gyp:sync_java_test_support', 3158 '../sync/sync.gyp:sync_java_test_support',
3158 ], 3159 ],
3159 'includes': [ '../build/java.gypi' ], 3160 'includes': [ '../build/java.gypi' ],
3160 }, 3161 },
3161 ], 3162 ],
3162 'conditions': [ 3163 'conditions': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3460 'utility', 3461 'utility',
3461 ], 3462 ],
3462 'sources': [ 3463 'sources': [
3463 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3464 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3464 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3465 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3465 ], 3466 ],
3466 }] 3467 }]
3467 }], 3468 }],
3468 ], # 'conditions' 3469 ], # 'conditions'
3469 } 3470 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698