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

Side by Side Diff: build/gn_migration.gypi

Issue 1836353007: Fix isolate_tests after https://codereview.chromium.org/1825723002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | 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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run', 571 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run',
572 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run', 572 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run',
573 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n', 573 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n',
574 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', 574 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run',
575 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run', 575 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
576 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', 576 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run',
577 '../tools/gn/gn.gyp:gn_unittests_run', 577 '../tools/gn/gn.gyp:gn_unittests_run',
578 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', 578 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
579 '../ui/app_list/app_list.gyp:app_list_unittests_run', 579 '../ui/app_list/app_list.gyp:app_list_unittests_run',
580 '../ui/compositor/compositor.gyp:compositor_unittests_run', 580 '../ui/compositor/compositor.gyp:compositor_unittests_run',
581 '../ui/display/display.gyp:display_unittests_run',
581 '../ui/events/events_unittests.gyp:events_unittests_run', 582 '../ui/events/events_unittests.gyp:events_unittests_run',
582 '../ui/gfx/gfx_tests.gyp:gfx_unittests_run', 583 '../ui/gfx/gfx_tests.gyp:gfx_unittests_run',
583 '../ui/message_center/message_center.gyp:message_center_unittests_ru n', 584 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
584 '../url/url.gyp:url_unittests_run', 585 '../url/url.gyp:url_unittests_run',
585 ], 586 ],
586 'conditions': [ 587 'conditions': [
587 ['OS=="linux"', { 588 ['OS=="linux"', {
588 'dependencies': [ 589 'dependencies': [
589 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run', 590 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
590 '../ui/display/display.gyp:display_unittests_run',
591 ], 591 ],
592 }], 592 }],
593 ['OS=="mac"', { 593 ['OS=="mac"', {
594 'dependencies': [ 594 'dependencies': [
595 '../sandbox/sandbox.gyp:sandbox_mac_unittests_run', 595 '../sandbox/sandbox.gyp:sandbox_mac_unittests_run',
596 ], 596 ],
597 }], 597 }],
598 ['OS=="win"', { 598 ['OS=="win"', {
599 'dependencies': [ 599 'dependencies': [
600 '../chrome/chrome.gyp:installer_util_unittests_run', 600 '../chrome/chrome.gyp:installer_util_unittests_run',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 }], 774 }],
775 ['OS=="android" and target_arch != "x64"', { 775 ['OS=="android" and target_arch != "x64"', {
776 'dependencies': [ 776 'dependencies': [
777 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 777 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
778 ], 778 ],
779 }], 779 }],
780 ], 780 ],
781 }, 781 },
782 ] 782 ]
783 } 783 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698