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

Side by Side Diff: build/gn_migration.gypi

Issue 1530063002: Switch from build-time to run-time flags for Project Spitzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable tests confused by codec support. Created 5 years 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/common.gypi ('k') | chrome/app/generated_resources.grd » ('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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', 378 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
379 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 379 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
380 '../tools/gn/gn.gyp:generate_test_gn_data', 380 '../tools/gn/gn.gyp:generate_test_gn_data',
381 '../tools/gn/gn.gyp:gn', 381 '../tools/gn/gn.gyp:gn',
382 '../tools/gn/gn.gyp:gn_unittests', 382 '../tools/gn/gn.gyp:gn_unittests',
383 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache', 383 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
384 '../ui/message_center/message_center.gyp:message_center_unittests', 384 '../ui/message_center/message_center.gyp:message_center_unittests',
385 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 385 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
386 ], 386 ],
387 }], 387 }],
388 ['media_use_ffmpeg==1', { 388 ['media_use_ffmpeg==1 and OS!="android"', {
389 'dependencies': [ 389 'dependencies': [
390 '../media/media.gyp:ffmpeg_regression_tests', 390 '../media/media.gyp:ffmpeg_regression_tests',
391 ], 391 ],
392 }], 392 }],
393 ['OS=="android" or OS=="linux"', { 393 ['OS=="android" or OS=="linux"', {
394 'dependencies': [ 394 'dependencies': [
395 '../net/net.gyp:disk_cache_memory_test', 395 '../net/net.gyp:disk_cache_memory_test',
396 ], 396 ],
397 }], 397 }],
398 ['chromeos==1', { 398 ['chromeos==1', {
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 }], 798 }],
799 ['OS=="android" and target_arch != "x64"', { 799 ['OS=="android" and target_arch != "x64"', {
800 'dependencies': [ 800 'dependencies': [
801 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 801 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
802 ], 802 ],
803 }], 803 }],
804 ], 804 ],
805 }, 805 },
806 ] 806 ]
807 } 807 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698