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

Side by Side Diff: build/all.gyp

Issue 1100833003: Update 'gn_all' target in GYP to work on the mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | build/gn_migration.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 '../mojo/mojo_nacl.gyp:monacl_codegen', 488 '../mojo/mojo_nacl.gyp:monacl_codegen',
489 '../mojo/mojo_nacl.gyp:monacl_sel', 489 '../mojo/mojo_nacl.gyp:monacl_sel',
490 '../mojo/mojo_nacl.gyp:monacl_shell', 490 '../mojo/mojo_nacl.gyp:monacl_shell',
491 ], 491 ],
492 }], 492 }],
493 ], 493 ],
494 }, # target_name: chromium_builder_tests 494 }, # target_name: chromium_builder_tests
495 ], 495 ],
496 'conditions': [ 496 'conditions': [
497 # TODO(GYP): make gn_migration.gypi work unconditionally. 497 # TODO(GYP): make gn_migration.gypi work unconditionally.
498 ['OS=="win" or (OS=="linux" and target_arch=="x64" and chromecast==0)', { 498 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch=="x64" and chromeca st==0)', {
499 'includes': [ 499 'includes': [
500 'gn_migration.gypi', 500 'gn_migration.gypi',
501 ], 501 ],
502 }], 502 }],
503 ['OS!="ios"', { 503 ['OS!="ios"', {
504 'targets': [ 504 'targets': [
505 { 505 {
506 'target_name': 'blink_tests', 506 'target_name': 'blink_tests',
507 'type': 'none', 507 'type': 'none',
508 'dependencies': [ 508 'dependencies': [
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'dependencies': [ 1375 'dependencies': [
1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1377 '../ui/views/views.gyp:views', 1377 '../ui/views/views.gyp:views',
1378 '../ui/views/views.gyp:views_unittests', 1378 '../ui/views/views.gyp:views_unittests',
1379 ], 1379 ],
1380 }, # target_name: macviews_builder 1380 }, # target_name: macviews_builder
1381 ], # targets 1381 ], # targets
1382 }], # os=='mac' and toolkit_views==1 1382 }], # os=='mac' and toolkit_views==1
1383 ], # conditions 1383 ], # conditions
1384 } 1384 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698