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

Side by Side Diff: build/all.gyp

Issue 1064333002: Get gn_all/gyp_remaining working for Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not build crash_service_win64 on win64 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../mojo/mojo_nacl.gyp:monacl_codegen', 485 '../mojo/mojo_nacl.gyp:monacl_codegen',
486 '../mojo/mojo_nacl.gyp:monacl_sel', 486 '../mojo/mojo_nacl.gyp:monacl_sel',
487 '../mojo/mojo_nacl.gyp:monacl_shell', 487 '../mojo/mojo_nacl.gyp:monacl_shell',
488 ], 488 ],
489 }], 489 }],
490 ], 490 ],
491 }, # target_name: chromium_builder_tests 491 }, # target_name: chromium_builder_tests
492 ], 492 ],
493 'conditions': [ 493 'conditions': [
494 # TODO(GYP): make gn_migration.gypi work unconditionally. 494 # TODO(GYP): make gn_migration.gypi work unconditionally.
495 ['OS=="linux" and target_arch=="x64" and chromeos==0 and chromecast==0 and d isable_nacl==0', { 495 ['OS=="win" or (OS=="linux" and target_arch=="x64" and chromeos==0 and chrom ecast==0 and disable_nacl==0)', {
496 'includes': [ 496 'includes': [
497 'gn_migration.gypi', 497 'gn_migration.gypi',
498 ], 498 ],
499 }], 499 }],
500 ['OS!="ios"', { 500 ['OS!="ios"', {
501 'targets': [ 501 'targets': [
502 { 502 {
503 'target_name': 'blink_tests', 503 'target_name': 'blink_tests',
504 'type': 'none', 504 'type': 'none',
505 'dependencies': [ 505 'dependencies': [
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 'dependencies': [ 1372 'dependencies': [
1373 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1373 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1374 '../ui/views/views.gyp:views', 1374 '../ui/views/views.gyp:views',
1375 '../ui/views/views.gyp:views_unittests', 1375 '../ui/views/views.gyp:views_unittests',
1376 ], 1376 ],
1377 }, # target_name: macviews_builder 1377 }, # target_name: macviews_builder
1378 ], # targets 1378 ], # targets
1379 }], # os=='mac' and toolkit_views==1 1379 }], # os=='mac' and toolkit_views==1
1380 ], # conditions 1380 ], # conditions
1381 } 1381 }
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