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

Side by Side Diff: build/gn_migration.gypi

Issue 1053113002: Prime the landing pad for the new video rendering pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cast. Created 5 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 | « BUILD.gn ('k') | cc/layers/video_frame_provider.h » ('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 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 }], 274 }],
275 ['use_ozone==1', { 275 ['use_ozone==1', {
276 'dependencies': [ 276 'dependencies': [
277 '../ui/ozone/ozone.gyp:ozone', 277 '../ui/ozone/ozone.gyp:ozone',
278 ], 278 ],
279 }], 279 }],
280 280
281 281
282 ['use_x11==1', { 282 ['use_x11==1', {
283 'dependencies': [ 283 'dependencies': [
284 '../media/media.gyp:player_x11',
285 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 284 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
286 ], 285 ],
287 'conditions': [ 286 'conditions': [
288 ['target_arch!="arm"', { 287 ['target_arch!="arm"', {
289 'dependencies': [ 288 'dependencies': [
290 '../gpu/tools/tools.gyp:compositor_model_bench', 289 '../gpu/tools/tools.gyp:compositor_model_bench',
291 ], 290 ],
292 }], 291 }],
293 ], 292 ],
294 }], 293 }],
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'chromium_builder_nacl_sdk', 697 'chromium_builder_nacl_sdk',
699 'chromium_builder_lkgr_drmemory_win', 698 'chromium_builder_lkgr_drmemory_win',
700 'chromium_builder_dbg_tsan_win', 699 'chromium_builder_dbg_tsan_win',
701 ], 700 ],
702 }], 701 }],
703 ], 702 ],
704 }, 703 },
705 ] 704 ]
706 } 705 }
707 706
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | cc/layers/video_frame_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698