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

Side by Side Diff: build/gn_migration.gypi

Issue 1696953003: Add a ppapi_unittests_run target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | ppapi/ppapi_tests.gypi » ('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) 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 '../gpu/gpu.gyp:gpu_unittests_run', 568 '../gpu/gpu.gyp:gpu_unittests_run',
569 '../media/blink/media_blink.gyp:media_blink_unittests_run', 569 '../media/blink/media_blink.gyp:media_blink_unittests_run',
570 '../media/cast/cast.gyp:cast_unittests_run', 570 '../media/cast/cast.gyp:cast_unittests_run',
571 '../media/media.gyp:media_unittests_run', 571 '../media/media.gyp:media_unittests_run',
572 '../media/midi/midi.gyp:midi_unittests_run', 572 '../media/midi/midi.gyp:midi_unittests_run',
573 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run', 573 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run',
574 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests_run', 574 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests_run',
575 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run', 575 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run',
576 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests_run', 576 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests_run',
577 '../net/net.gyp:net_unittests_run', 577 '../net/net.gyp:net_unittests_run',
578 '../ppapi/ppapi_internal.gyp:ppapi_unittests_run',
578 '../printing/printing.gyp:printing_unittests_run', 579 '../printing/printing.gyp:printing_unittests_run',
579 '../remoting/remoting.gyp:remoting_unittests_run', 580 '../remoting/remoting.gyp:remoting_unittests_run',
580 '../skia/skia_tests.gyp:skia_unittests_run', 581 '../skia/skia_tests.gyp:skia_unittests_run',
581 '../sql/sql.gyp:sql_unittests_run', 582 '../sql/sql.gyp:sql_unittests_run',
582 '../sync/sync.gyp:sync_unit_tests_run', 583 '../sync/sync.gyp:sync_unit_tests_run',
583 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run', 584 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run',
584 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run', 585 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run',
585 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n', 586 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n',
586 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', 587 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run',
587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run', 588 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 }], 783 }],
783 ['OS=="android" and target_arch != "x64"', { 784 ['OS=="android" and target_arch != "x64"', {
784 'dependencies': [ 785 'dependencies': [
785 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 786 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
786 ], 787 ],
787 }], 788 }],
788 ], 789 ],
789 }, 790 },
790 ] 791 ]
791 } 792 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698