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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1432 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], | 1432 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], |
1433 ['include', '^browser/user_metrics\\.cc$'], | 1433 ['include', '^browser/user_metrics\\.cc$'], |
1434 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1434 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
1435 ], | 1435 ], |
1436 }, { # OS!="ios" | 1436 }, { # OS!="ios" |
1437 'dependencies': [ | 1437 'dependencies': [ |
1438 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1438 'browser/devtools/devtools_resources.gyp:devtools_resources', |
1439 'content_common_mojo_bindings', | 1439 'content_common_mojo_bindings', |
1440 '../cc/cc.gyp:cc', | 1440 '../cc/cc.gyp:cc', |
1441 '../mojo/mojo.gyp:mojo_bindings', | 1441 '../mojo/mojo.gyp:mojo_bindings', |
1442 '../mojo/mojo.gyp:mojo_system', | |
1443 '../net/net.gyp:http_server', | 1442 '../net/net.gyp:http_server', |
1444 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1443 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1445 '../ui/surface/surface.gyp:surface', | 1444 '../ui/surface/surface.gyp:surface', |
1446 '../webkit/common/webkit_common.gyp:webkit_common', | 1445 '../webkit/common/webkit_common.gyp:webkit_common', |
1447 '../webkit/storage_browser.gyp:webkit_storage_browser', | 1446 '../webkit/storage_browser.gyp:webkit_storage_browser', |
1448 '../webkit/storage_common.gyp:webkit_storage_common', | 1447 '../webkit/storage_common.gyp:webkit_storage_common', |
1449 '../webkit/webkit_resources.gyp:webkit_resources', | 1448 '../webkit/webkit_resources.gyp:webkit_resources', |
1450 '../webkit/webkit_resources.gyp:webkit_strings', | 1449 '../webkit/webkit_resources.gyp:webkit_strings', |
1451 '../third_party/angle/src/build_angle.gyp:commit_id', | 1450 '../third_party/angle/src/build_angle.gyp:commit_id', |
1452 ], | 1451 ], |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1753 '../build/linux/system.gyp:dbus', | 1752 '../build/linux/system.gyp:dbus', |
1754 '../dbus/dbus.gyp:dbus', | 1753 '../dbus/dbus.gyp:dbus', |
1755 ], | 1754 ], |
1756 }, { # OS != "linux" or use_dbus==0 | 1755 }, { # OS != "linux" or use_dbus==0 |
1757 'sources!': [ | 1756 'sources!': [ |
1758 'browser/geolocation/wifi_data_provider_linux.cc', | 1757 'browser/geolocation/wifi_data_provider_linux.cc', |
1759 ], | 1758 ], |
1760 }], | 1759 }], |
1761 ], | 1760 ], |
1762 } | 1761 } |
OLD | NEW |