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

Side by Side Diff: build/all.gyp

Issue 16737007: Make it possible to switch between two different versions of ANGLE. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/common.gypi » ('j') | content/DEPS » ('J')
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 # TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875 139 # TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875
140 '../chrome_frame/chrome_frame.gyp:*', 140 '../chrome_frame/chrome_frame.gyp:*',
141 ], 141 ],
142 }], 142 }],
143 ], 143 ],
144 'dependencies': [ 144 'dependencies': [
145 '../cloud_print/cloud_print.gyp:*', 145 '../cloud_print/cloud_print.gyp:*',
146 '../courgette/courgette.gyp:*', 146 '../courgette/courgette.gyp:*',
147 '../rlz/rlz.gyp:*', 147 '../rlz/rlz.gyp:*',
148 '../sandbox/sandbox.gyp:*', 148 '../sandbox/sandbox.gyp:*',
149 '../third_party/angle/src/build_angle.gyp:*', 149 '<(angle_path)/src/build_angle.gyp:*',
150 '../third_party/bsdiff/bsdiff.gyp:*', 150 '../third_party/bsdiff/bsdiff.gyp:*',
151 '../third_party/bspatch/bspatch.gyp:*', 151 '../third_party/bspatch/bspatch.gyp:*',
152 '../third_party/gles2_book/gles2_book.gyp:*', 152 '../third_party/gles2_book/gles2_book.gyp:*',
153 ], 153 ],
154 }, { 154 }, {
155 'dependencies': [ 155 'dependencies': [
156 '../third_party/libevent/libevent.gyp:*', 156 '../third_party/libevent/libevent.gyp:*',
157 ], 157 ],
158 }], 158 }],
159 ['toolkit_views==1', { 159 ['toolkit_views==1', {
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 '../chrome/chrome.gyp:interactive_ui_tests_run', 883 '../chrome/chrome.gyp:interactive_ui_tests_run',
884 '../chrome/chrome.gyp:sync_integration_tests_run', 884 '../chrome/chrome.gyp:sync_integration_tests_run',
885 '../chrome/chrome.gyp:unit_tests_run', 885 '../chrome/chrome.gyp:unit_tests_run',
886 '../net/net.gyp:net_unittests_run', 886 '../net/net.gyp:net_unittests_run',
887 ], 887 ],
888 }, # target_name: chromium_swarm_tests 888 }, # target_name: chromium_swarm_tests
889 ], 889 ],
890 }], 890 }],
891 ], # conditions 891 ], # conditions
892 } 892 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | content/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698