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

Side by Side Diff: build/all.gyp

Issue 1852523003: Remove NPAPI test plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_last_plugin_layout_tests
Patch Set: fix isolate Created 4 years, 8 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/browser_tests.isolate » ('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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 ], 381 ],
382 }], 382 }],
383 ['OS=="win"', { 383 ['OS=="win"', {
384 'dependencies': [ 384 'dependencies': [
385 '../chrome/chrome.gyp:crash_service', 385 '../chrome/chrome.gyp:crash_service',
386 '../chrome/chrome.gyp:installer_util_unittests', 386 '../chrome/chrome.gyp:installer_util_unittests',
387 '../chrome/chrome.gyp:setup_unittests', 387 '../chrome/chrome.gyp:setup_unittests',
388 # ../chrome/test/mini_installer requires mini_installer. 388 # ../chrome/test/mini_installer requires mini_installer.
389 '../chrome/installer/mini_installer.gyp:mini_installer', 389 '../chrome/installer/mini_installer.gyp:mini_installer',
390 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 390 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
391 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
392 '../courgette/courgette.gyp:courgette_unittests', 391 '../courgette/courgette.gyp:courgette_unittests',
393 '../sandbox/sandbox.gyp:sbox_integration_tests', 392 '../sandbox/sandbox.gyp:sbox_integration_tests',
394 '../sandbox/sandbox.gyp:sbox_unittests', 393 '../sandbox/sandbox.gyp:sbox_unittests',
395 '../sandbox/sandbox.gyp:sbox_validation_tests', 394 '../sandbox/sandbox.gyp:sbox_validation_tests',
396 '../ui/app_list/app_list.gyp:app_list_unittests', 395 '../ui/app_list/app_list.gyp:app_list_unittests',
397 ], 396 ],
398 'conditions': [ 397 'conditions': [
399 # remoting_host_installation uses lots of non-trivial GYP that tend 398 # remoting_host_installation uses lots of non-trivial GYP that tend
400 # to break because of differences between ninja and msbuild. Make 399 # to break because of differences between ninja and msbuild. Make
401 # sure this target is built by the builders on the main waterfall. 400 # sure this target is built by the builders on the main waterfall.
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 '../chrome/chrome.gyp:gcapi_test', 1032 '../chrome/chrome.gyp:gcapi_test',
1034 '../chrome/chrome.gyp:installer_util_unittests', 1033 '../chrome/chrome.gyp:installer_util_unittests',
1035 '../chrome/chrome.gyp:interactive_ui_tests', 1034 '../chrome/chrome.gyp:interactive_ui_tests',
1036 '../chrome/chrome.gyp:performance_browser_tests', 1035 '../chrome/chrome.gyp:performance_browser_tests',
1037 '../chrome/chrome.gyp:setup_unittests', 1036 '../chrome/chrome.gyp:setup_unittests',
1038 '../chrome/chrome.gyp:sync_integration_tests', 1037 '../chrome/chrome.gyp:sync_integration_tests',
1039 '../chrome/chrome.gyp:unit_tests', 1038 '../chrome/chrome.gyp:unit_tests',
1040 '../components/components_tests.gyp:components_unittests', 1039 '../components/components_tests.gyp:components_unittests',
1041 '../content/content_shell_and_tests.gyp:content_browsertests', 1040 '../content/content_shell_and_tests.gyp:content_browsertests',
1042 '../content/content_shell_and_tests.gyp:content_unittests', 1041 '../content/content_shell_and_tests.gyp:content_unittests',
1043 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
1044 # ../chrome/test/mini_installer requires mini_installer. 1042 # ../chrome/test/mini_installer requires mini_installer.
1045 '../chrome/installer/mini_installer.gyp:mini_installer', 1043 '../chrome/installer/mini_installer.gyp:mini_installer',
1046 '../courgette/courgette.gyp:courgette_unittests', 1044 '../courgette/courgette.gyp:courgette_unittests',
1047 '../device/device_tests.gyp:device_unittests', 1045 '../device/device_tests.gyp:device_unittests',
1048 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1046 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1049 '../gpu/gpu.gyp:gpu_unittests', 1047 '../gpu/gpu.gyp:gpu_unittests',
1050 '../ipc/ipc.gyp:ipc_tests', 1048 '../ipc/ipc.gyp:ipc_tests',
1051 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 1049 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1052 '../jingle/jingle.gyp:jingle_unittests', 1050 '../jingle/jingle.gyp:jingle_unittests',
1053 '../media/media.gyp:media_unittests', 1051 '../media/media.gyp:media_unittests',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 'dependencies': [ 1402 'dependencies': [
1405 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1406 '../ui/views/views.gyp:views', 1404 '../ui/views/views.gyp:views',
1407 '../ui/views/views.gyp:views_unittests', 1405 '../ui/views/views.gyp:views_unittests',
1408 ], 1406 ],
1409 }, # target_name: macviews_builder 1407 }, # target_name: macviews_builder
1410 ], # targets 1408 ], # targets
1411 }], # os=='mac' and toolkit_views==1 1409 }], # os=='mac' and toolkit_views==1
1412 ], # conditions 1410 ], # conditions
1413 } 1411 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698