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

Side by Side Diff: content/content_browser.gypi

Issue 164913002: Roll ANGLE deps, with new commit id versioning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS builds Created 6 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 | « content/browser/resources/gpu/info_view.js ('k') | 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 'dependencies': [ 6 'dependencies': [
7 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 'browser/devtools/devtools_resources.gyp:devtools_resources', 1344 'browser/devtools/devtools_resources.gyp:devtools_resources',
1345 '../cc/cc.gyp:cc', 1345 '../cc/cc.gyp:cc',
1346 '../net/net.gyp:http_server', 1346 '../net/net.gyp:http_server',
1347 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1347 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1348 '../ui/surface/surface.gyp:surface', 1348 '../ui/surface/surface.gyp:surface',
1349 '../webkit/common/webkit_common.gyp:webkit_common', 1349 '../webkit/common/webkit_common.gyp:webkit_common',
1350 '../webkit/storage_browser.gyp:webkit_storage_browser', 1350 '../webkit/storage_browser.gyp:webkit_storage_browser',
1351 '../webkit/storage_common.gyp:webkit_storage_common', 1351 '../webkit/storage_common.gyp:webkit_storage_common',
1352 '../webkit/webkit_resources.gyp:webkit_resources', 1352 '../webkit/webkit_resources.gyp:webkit_resources',
1353 '../webkit/webkit_resources.gyp:webkit_strings', 1353 '../webkit/webkit_resources.gyp:webkit_strings',
1354 '../third_party/angle/src/build_angle.gyp:commit_id',
1354 ], 1355 ],
1355 }], 1356 }],
1356 ['enable_printing!=0', { 1357 ['enable_printing!=0', {
1357 'dependencies': [ 1358 'dependencies': [
1358 '../printing/printing.gyp:printing', 1359 '../printing/printing.gyp:printing',
1359 ], 1360 ],
1360 }], 1361 }],
1361 ['OS!="ios" and chrome_multiple_dll!=1', { 1362 ['OS!="ios" and chrome_multiple_dll!=1', {
1362 'dependencies': [ 1363 'dependencies': [
1363 '../third_party/WebKit/public/blink.gyp:blink', 1364 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 '../build/linux/system.gyp:dbus', 1655 '../build/linux/system.gyp:dbus',
1655 '../dbus/dbus.gyp:dbus', 1656 '../dbus/dbus.gyp:dbus',
1656 ], 1657 ],
1657 }, { # OS != "linux" or use_dbus==0 1658 }, { # OS != "linux" or use_dbus==0
1658 'sources!': [ 1659 'sources!': [
1659 'browser/geolocation/wifi_data_provider_linux.cc', 1660 'browser/geolocation/wifi_data_provider_linux.cc',
1660 ], 1661 ],
1661 }], 1662 }],
1662 ], 1663 ],
1663 } 1664 }
OLDNEW
« no previous file with comments | « content/browser/resources/gpu/info_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698