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

Side by Side Diff: build/all.gyp

Issue 106623003: Update dependencies to use new angle repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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 | « android_webview/buildbot/deps_whitelist.py ('k') | build/common.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 '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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '../chrome_frame/chrome_frame.gyp:*', 157 '../chrome_frame/chrome_frame.gyp:*',
158 ], 158 ],
159 }], 159 }],
160 ], 160 ],
161 'dependencies': [ 161 'dependencies': [
162 '../chrome_elf/chrome_elf.gyp:*', 162 '../chrome_elf/chrome_elf.gyp:*',
163 '../cloud_print/cloud_print.gyp:*', 163 '../cloud_print/cloud_print.gyp:*',
164 '../courgette/courgette.gyp:*', 164 '../courgette/courgette.gyp:*',
165 '../rlz/rlz.gyp:*', 165 '../rlz/rlz.gyp:*',
166 '../sandbox/sandbox.gyp:*', 166 '../sandbox/sandbox.gyp:*',
167 '../third_party/angle_dx11/src/build_angle.gyp:*', 167 '<(angle_path)/src/build_angle.gyp:*',
168 '../third_party/bspatch/bspatch.gyp:*', 168 '../third_party/bspatch/bspatch.gyp:*',
169 ], 169 ],
170 }, { 170 }, {
171 'dependencies': [ 171 'dependencies': [
172 '../third_party/libevent/libevent.gyp:*', 172 '../third_party/libevent/libevent.gyp:*',
173 ], 173 ],
174 }], 174 }],
175 ['toolkit_views==1', { 175 ['toolkit_views==1', {
176 'dependencies': [ 176 'dependencies': [
177 '../ui/views/controls/webview/webview.gyp:*', 177 '../ui/views/controls/webview/webview.gyp:*',
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 '../chrome/chrome.gyp:interactive_ui_tests_run', 1079 '../chrome/chrome.gyp:interactive_ui_tests_run',
1080 '../chrome/chrome.gyp:sync_integration_tests_run', 1080 '../chrome/chrome.gyp:sync_integration_tests_run',
1081 '../chrome/chrome.gyp:unit_tests_run', 1081 '../chrome/chrome.gyp:unit_tests_run',
1082 '../net/net.gyp:net_unittests_run', 1082 '../net/net.gyp:net_unittests_run',
1083 ], 1083 ],
1084 }, # target_name: chromium_swarm_tests 1084 }, # target_name: chromium_swarm_tests
1085 ], 1085 ],
1086 }], 1086 }],
1087 ], # conditions 1087 ], # conditions
1088 } 1088 }
OLDNEW
« no previous file with comments | « android_webview/buildbot/deps_whitelist.py ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698