| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |