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

Side by Side Diff: build/all.gyp

Issue 797023006: s/app_shell_browsertests/extensions_browsertests/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge, actually add extensions_tests.gyp Created 5 years, 11 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 | extensions/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 '../chrome/chrome.gyp:chromedriver_tests', 316 '../chrome/chrome.gyp:chromedriver_tests',
317 '../chrome/chrome.gyp:chromedriver_unittests', 317 '../chrome/chrome.gyp:chromedriver_unittests',
318 '../chrome/chrome.gyp:interactive_ui_tests', 318 '../chrome/chrome.gyp:interactive_ui_tests',
319 '../chrome/chrome.gyp:sync_integration_tests', 319 '../chrome/chrome.gyp:sync_integration_tests',
320 '../chrome/chrome.gyp:unit_tests', 320 '../chrome/chrome.gyp:unit_tests',
321 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 321 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
322 '../content/content_shell_and_tests.gyp:content_browsertests', 322 '../content/content_shell_and_tests.gyp:content_browsertests',
323 '../content/content_shell_and_tests.gyp:content_shell', 323 '../content/content_shell_and_tests.gyp:content_shell',
324 '../content/content_shell_and_tests.gyp:content_unittests', 324 '../content/content_shell_and_tests.gyp:content_unittests',
325 '../device/device_tests.gyp:device_unittests', 325 '../device/device_tests.gyp:device_unittests',
326 '../extensions/extensions.gyp:extensions_unittests', 326 '../extensions/extensions_tests.gyp:extensions_browsertests',
327 '../extensions/extensions_tests.gyp:extensions_unittests',
327 '../gin/gin.gyp:gin_unittests', 328 '../gin/gin.gyp:gin_unittests',
328 '../google_apis/google_apis.gyp:google_apis_unittests', 329 '../google_apis/google_apis.gyp:google_apis_unittests',
329 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 330 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
330 '../gpu/gpu.gyp:gpu_unittests', 331 '../gpu/gpu.gyp:gpu_unittests',
331 '../ipc/ipc.gyp:ipc_tests', 332 '../ipc/ipc.gyp:ipc_tests',
332 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 333 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
333 '../jingle/jingle.gyp:jingle_unittests', 334 '../jingle/jingle.gyp:jingle_unittests',
334 '../media/cast/cast.gyp:cast_unittests', 335 '../media/cast/cast.gyp:cast_unittests',
335 '../media/media.gyp:media_unittests', 336 '../media/media.gyp:media_unittests',
336 '../mojo/mojo.gyp:mojo', 337 '../mojo/mojo.gyp:mojo',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 1143 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1143 '../components/components_tests.gyp:components_unittests', 1144 '../components/components_tests.gyp:components_unittests',
1144 '../content/content_shell_and_tests.gyp:content_browsertests', 1145 '../content/content_shell_and_tests.gyp:content_browsertests',
1145 '../content/content_shell_and_tests.gyp:content_shell', 1146 '../content/content_shell_and_tests.gyp:content_shell',
1146 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 1147 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
1147 '../content/content_shell_and_tests.gyp:layout_test_helper', 1148 '../content/content_shell_and_tests.gyp:layout_test_helper',
1148 '../content/content_shell_and_tests.gyp:content_unittests', 1149 '../content/content_shell_and_tests.gyp:content_unittests',
1149 '../courgette/courgette.gyp:courgette_unittests', 1150 '../courgette/courgette.gyp:courgette_unittests',
1150 '../crypto/crypto.gyp:crypto_unittests', 1151 '../crypto/crypto.gyp:crypto_unittests',
1151 '../device/device_tests.gyp:device_unittests', 1152 '../device/device_tests.gyp:device_unittests',
1152 '../extensions/extensions.gyp:extensions_unittests', 1153 '../extensions/extensions_tests.gyp:extensions_browsertests',
1154 '../extensions/extensions_tests.gyp:extensions_unittests',
1153 '../gin/gin.gyp:gin_shell', 1155 '../gin/gin.gyp:gin_shell',
1154 '../gin/gin.gyp:gin_unittests', 1156 '../gin/gin.gyp:gin_unittests',
1155 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1157 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1156 '../google_apis/google_apis.gyp:google_apis_unittests', 1158 '../google_apis/google_apis.gyp:google_apis_unittests',
1157 '../gpu/gpu.gyp:angle_unittests', 1159 '../gpu/gpu.gyp:angle_unittests',
1158 '../gpu/gpu.gyp:gpu_unittests', 1160 '../gpu/gpu.gyp:gpu_unittests',
1159 '../ipc/ipc.gyp:ipc_tests', 1161 '../ipc/ipc.gyp:ipc_tests',
1160 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 1162 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1161 '../jingle/jingle.gyp:jingle_unittests', 1163 '../jingle/jingle.gyp:jingle_unittests',
1162 '../media/cast/cast.gyp:cast_unittests', 1164 '../media/cast/cast.gyp:cast_unittests',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 'dependencies': [ 1378 'dependencies': [
1377 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1379 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1378 '../ui/views/views.gyp:views', 1380 '../ui/views/views.gyp:views',
1379 '../ui/views/views.gyp:views_unittests', 1381 '../ui/views/views.gyp:views_unittests',
1380 ], 1382 ],
1381 }, # target_name: macviews_builder 1383 }, # target_name: macviews_builder
1382 ], # targets 1384 ], # targets
1383 }], # os=='mac' and toolkit_views==1 1385 }], # os=='mac' and toolkit_views==1
1384 ], # conditions 1386 ], # conditions
1385 } 1387 }
OLDNEW
« no previous file with comments | « no previous file | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698