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

Side by Side Diff: build/all.gyp

Issue 954853002: Fix build, take #3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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) 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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 ], 659 ],
660 }], 660 }],
661 ['OS=="linux"', { 661 ['OS=="linux"', {
662 'dependencies': [ 662 'dependencies': [
663 '../dbus/dbus.gyp:dbus_unittests', 663 '../dbus/dbus.gyp:dbus_unittests',
664 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 664 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
665 ], 665 ],
666 }], 666 }],
667 ], 667 ],
668 }, 668 },
669 ]},{ 669 {
670 'target_name': 'chromium_builder_nacl_win_integration', 670 'target_name': 'chromium_builder_nacl_win_integration',
671 'type': 'none', 671 'type': 'none',
672 'dependencies': [ 672 'dependencies': [
673 'chromium_builder_tests', 673 'chromium_builder_tests',
674 ], 674 ],
675 }, # target_name: chromium_builder_nacl_win_integration 675 }, # target_name: chromium_builder_nacl_win_integration
676 { 676 {
677 'target_name': 'chromium_builder_perf', 677 'target_name': 'chromium_builder_perf',
678 'type': 'none', 678 'type': 'none',
679 'dependencies': [ 679 'dependencies': [
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1474 'dependencies': [ 1474 'dependencies': [
1475 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1475 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1476 '../ui/views/views.gyp:views', 1476 '../ui/views/views.gyp:views',
1477 '../ui/views/views.gyp:views_unittests', 1477 '../ui/views/views.gyp:views_unittests',
1478 ], 1478 ],
1479 }, # target_name: macviews_builder 1479 }, # target_name: macviews_builder
1480 ], # targets 1480 ], # targets
1481 }], # os=='mac' and toolkit_views==1 1481 }], # os=='mac' and toolkit_views==1
1482 ], # conditions 1482 ], # conditions
1483 } 1483 }
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