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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 984203003: Move mocks and unittest JS files to sit alongside production code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 months 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
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 1964 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
1965 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 1965 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
1966 '../ui/accessibility/accessibility.gyp:accessibility_test_support', 1966 '../ui/accessibility/accessibility.gyp:accessibility_test_support',
1967 '../ui/compositor/compositor.gyp:compositor_test_support', 1967 '../ui/compositor/compositor.gyp:compositor_test_support',
1968 '../ui/resources/ui_resources.gyp:ui_resources', 1968 '../ui/resources/ui_resources.gyp:ui_resources',
1969 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 1969 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
1970 '../v8/tools/gyp/v8.gyp:v8', 1970 '../v8/tools/gyp/v8.gyp:v8',
1971 # Runtime dependencies 1971 # Runtime dependencies
1972 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1972 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1973 '../remoting/remoting.gyp:remoting_browser_test_resources', 1973 '../remoting/remoting.gyp:remoting_browser_test_resources',
1974 '../remoting/remoting.gyp:remoting_webapp_unittest', 1974 '../remoting/remoting.gyp:remoting_webapp_unittests',
1975 '../third_party/mesa/mesa.gyp:osmesa', 1975 '../third_party/mesa/mesa.gyp:osmesa',
1976 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er', 1976 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er',
1977 ], 1977 ],
1978 'include_dirs': [ 1978 'include_dirs': [
1979 '..', 1979 '..',
1980 '<(SHARED_INTERMEDIATE_DIR)', 1980 '<(SHARED_INTERMEDIATE_DIR)',
1981 ], 1981 ],
1982 'defines': [ 1982 'defines': [
1983 'HAS_OUT_OF_PROC_TEST_RUNNER', 1983 'HAS_OUT_OF_PROC_TEST_RUNNER',
1984 ], 1984 ],
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
3173 ['enable_webrtc==1', { 3173 ['enable_webrtc==1', {
3174 'dependencies': [ 3174 'dependencies': [
3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3176 ] 3176 ]
3177 }], 3177 }],
3178 ], 3178 ],
3179 }] 3179 }]
3180 }], 3180 }],
3181 ], # 'conditions' 3181 ], # 'conditions'
3182 } 3182 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698