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

Side by Side Diff: build/gn_migration.gypi

Issue 970713002: Try to fix bitmaptools declaration in gn_migration.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 three targets that we are using to 5 # This file defines three targets that we are using to
6 # track the progress of the GYP->GN migration: 6 # track the progress of the GYP->GN migration:
7 # 7 #
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This 9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact 10 # indicates that everything built by a ninja build is in fact
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 '../chrome/chrome.gyp:sync_integration_tests', 167 '../chrome/chrome.gyp:sync_integration_tests',
168 '../chrome/chrome.gyp:unit_tests', 168 '../chrome/chrome.gyp:unit_tests',
169 '../extensions/extensions_tests.gyp:extensions_browsertests', 169 '../extensions/extensions_tests.gyp:extensions_browsertests',
170 '../extensions/extensions_tests.gyp:extensions_unittests', 170 '../extensions/extensions_tests.gyp:extensions_unittests',
171 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 171 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
172 '../ipc/ipc.gyp:ipc_tests', 172 '../ipc/ipc.gyp:ipc_tests',
173 '../jingle/jingle.gyp:jingle_unittests', 173 '../jingle/jingle.gyp:jingle_unittests',
174 '../net/net.gyp:net_unittests', 174 '../net/net.gyp:net_unittests',
175 #"//ppapi/examples", 175 #"//ppapi/examples",
176 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 176 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
177 '../tools/imagediff/imagediff.gyp:imagediff',
178 '../tools/telemetry/telemetry.gyp:bitmaptools',
179 '../tools/gn/gn.gyp:gn', 177 '../tools/gn/gn.gyp:gn',
180 '../tools/gn/gn.gyp:gn_unittests', 178 '../tools/gn/gn.gyp:gn_unittests',
181 '../ui/app_list/app_list.gyp:app_list_unittests', 179 '../ui/app_list/app_list.gyp:app_list_unittests',
182 '../url/url.gyp:url_unittests', 180 '../url/url.gyp:url_unittests',
183 ], 181 ],
184 }], 182 }],
185 ['OS=="linux"', { 183 ['OS=="linux"', {
186 'dependencies': [ 184 'dependencies': [
187 '../sandbox/sandbox.gyp:chrome_sandbox', 185 '../sandbox/sandbox.gyp:chrome_sandbox',
188 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 186 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 '../sync/tools/sync_tools.gyp:sync_client', 413 '../sync/tools/sync_tools.gyp:sync_client',
416 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 414 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
417 '../testing/gmock.gyp:gmock_main', 415 '../testing/gmock.gyp:gmock_main',
418 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 416 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
419 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 417 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
420 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 418 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
421 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 419 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
422 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 420 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
423 '../tools/gn/gn.gyp:generate_test_gn_data', 421 '../tools/gn/gn.gyp:generate_test_gn_data',
424 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache', 422 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
425 '../tools/telemetry/telemetry.gyp:bitmaptools', 423 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should th is be #host ?
426 '../ui/app_list/app_list.gyp:app_list_demo', 424 '../ui/app_list/app_list.gyp:app_list_demo',
427 '../ui/compositor/compositor.gyp:compositor_unittests', 425 '../ui/compositor/compositor.gyp:compositor_unittests',
428 '../ui/message_center/message_center.gyp:message_center_unittests', 426 '../ui/message_center/message_center.gyp:message_center_unittests',
429 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 427 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
430 '../v8/tools/gyp/v8.gyp:v8_snapshot', 428 '../v8/tools/gyp/v8.gyp:v8_snapshot',
431 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 429 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
432 430
433 # TODO(GYP) - list all of the examples explicitly. 431 # TODO(GYP) - list all of the examples explicitly.
434 '../ppapi/ppapi_internal.gyp:*', 432 '../ppapi/ppapi_internal.gyp:*',
435 ], 433 ],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'chromium_builder_perf', 493 'chromium_builder_perf',
496 'chromium_builder_tests', 494 'chromium_builder_tests',
497 'chromium_builder_webrtc', 495 'chromium_builder_webrtc',
498 'chromium_gpu_builder', 496 'chromium_gpu_builder',
499 'chromium_gpu_debug_builder', 497 'chromium_gpu_debug_builder',
500 ], 498 ],
501 }, 499 },
502 ] 500 ]
503 } 501 }
504 502
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