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

Side by Side Diff: build/gn_migration.gypi

Issue 1534823002: tools/gn: delete generate_test_gn_data tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp build Created 4 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 | « BUILD.gn ('k') | tools/gn/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) 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '../mojo/mojo_base.gyp:mojo_common_unittests', 360 '../mojo/mojo_base.gyp:mojo_common_unittests',
361 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 361 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
362 '../skia/skia.gyp:filter_fuzz_stub', 362 '../skia/skia.gyp:filter_fuzz_stub',
363 '../skia/skia.gyp:image_operations_bench', 363 '../skia/skia.gyp:image_operations_bench',
364 '../sync/tools/sync_tools.gyp:sync_client', 364 '../sync/tools/sync_tools.gyp:sync_client',
365 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 365 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
366 '../third_party/codesighs/codesighs.gyp:codesighs', 366 '../third_party/codesighs/codesighs.gyp:codesighs',
367 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', 367 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
368 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', 368 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
369 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 369 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
370 '../tools/gn/gn.gyp:generate_test_gn_data',
371 '../tools/gn/gn.gyp:gn', 370 '../tools/gn/gn.gyp:gn',
372 '../tools/gn/gn.gyp:gn_unittests', 371 '../tools/gn/gn.gyp:gn_unittests',
373 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache', 372 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
374 '../ui/message_center/message_center.gyp:message_center_unittests', 373 '../ui/message_center/message_center.gyp:message_center_unittests',
375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 374 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
376 ], 375 ],
377 }], 376 }],
378 ['media_use_ffmpeg==1 and OS!="android"', { 377 ['media_use_ffmpeg==1 and OS!="android"', {
379 'dependencies': [ 378 'dependencies': [
380 '../media/media.gyp:ffmpeg_regression_tests', 379 '../media/media.gyp:ffmpeg_regression_tests',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 }], 776 }],
778 ['OS=="android" and target_arch != "x64"', { 777 ['OS=="android" and target_arch != "x64"', {
779 'dependencies': [ 778 'dependencies': [
780 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 779 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
781 ], 780 ],
782 }], 781 }],
783 ], 782 ],
784 }, 783 },
785 ] 784 ]
786 } 785 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | tools/gn/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698