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 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1407 ['include', '^browser/notification_service_impl\\.cc$'], | 1407 ['include', '^browser/notification_service_impl\\.cc$'], |
1408 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], | 1408 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], |
1409 ['include', '^browser/user_metrics\\.cc$'], | 1409 ['include', '^browser/user_metrics\\.cc$'], |
1410 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1410 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
1411 ], | 1411 ], |
1412 }, { # OS!="ios" | 1412 }, { # OS!="ios" |
1413 'dependencies': [ | 1413 'dependencies': [ |
1414 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1414 'browser/devtools/devtools_resources.gyp:devtools_resources', |
1415 'content_common_mojo_bindings', | 1415 'content_common_mojo_bindings', |
1416 '../cc/cc.gyp:cc', | 1416 '../cc/cc.gyp:cc', |
1417 '../mojo/mojo.gyp:mojo_bindings', | 1417 '../mojo/mojo.gyp:mojo_cpp_bindings', |
| 1418 '../mojo/mojo.gyp:mojo_js_bindings', |
1418 '../mojo/mojo.gyp:mojo_shell_bindings', | 1419 '../mojo/mojo.gyp:mojo_shell_bindings', |
1419 '../net/net.gyp:http_server', | 1420 '../net/net.gyp:http_server', |
1420 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1421 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1421 '../ui/surface/surface.gyp:surface', | 1422 '../ui/surface/surface.gyp:surface', |
1422 '../webkit/common/webkit_common.gyp:webkit_common', | 1423 '../webkit/common/webkit_common.gyp:webkit_common', |
1423 '../webkit/storage_browser.gyp:webkit_storage_browser', | 1424 '../webkit/storage_browser.gyp:webkit_storage_browser', |
1424 '../webkit/storage_common.gyp:webkit_storage_common', | 1425 '../webkit/storage_common.gyp:webkit_storage_common', |
1425 '../webkit/webkit_resources.gyp:webkit_resources', | 1426 '../webkit/webkit_resources.gyp:webkit_resources', |
1426 '../webkit/webkit_resources.gyp:webkit_strings', | 1427 '../webkit/webkit_resources.gyp:webkit_strings', |
1427 '../third_party/angle/src/build_angle.gyp:commit_id', | 1428 '../third_party/angle/src/build_angle.gyp:commit_id', |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1722 '../build/linux/system.gyp:dbus', | 1723 '../build/linux/system.gyp:dbus', |
1723 '../dbus/dbus.gyp:dbus', | 1724 '../dbus/dbus.gyp:dbus', |
1724 ], | 1725 ], |
1725 }, { # OS != "linux" or use_dbus==0 | 1726 }, { # OS != "linux" or use_dbus==0 |
1726 'sources!': [ | 1727 'sources!': [ |
1727 'browser/geolocation/wifi_data_provider_linux.cc', | 1728 'browser/geolocation/wifi_data_provider_linux.cc', |
1728 ], | 1729 ], |
1729 }], | 1730 }], |
1730 ], | 1731 ], |
1731 } | 1732 } |
OLD | NEW |