| 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 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1402 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], | 1402 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], |
| 1403 ['include', '^browser/user_metrics\\.cc$'], | 1403 ['include', '^browser/user_metrics\\.cc$'], |
| 1404 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1404 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
| 1405 ], | 1405 ], |
| 1406 }, { # OS!="ios" | 1406 }, { # OS!="ios" |
| 1407 'dependencies': [ | 1407 'dependencies': [ |
| 1408 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1408 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 1409 'content_common_mojo_bindings', | 1409 'content_common_mojo_bindings', |
| 1410 '../cc/cc.gyp:cc', | 1410 '../cc/cc.gyp:cc', |
| 1411 '../mojo/mojo.gyp:mojo_bindings', | 1411 '../mojo/mojo.gyp:mojo_bindings', |
| 1412 '../mojo/mojo.gyp:mojo_system', | |
| 1413 '../net/net.gyp:http_server', | 1412 '../net/net.gyp:http_server', |
| 1414 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1413 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1415 '../ui/surface/surface.gyp:surface', | 1414 '../ui/surface/surface.gyp:surface', |
| 1416 '../webkit/common/webkit_common.gyp:webkit_common', | 1415 '../webkit/common/webkit_common.gyp:webkit_common', |
| 1417 '../webkit/storage_browser.gyp:webkit_storage_browser', | 1416 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 1418 '../webkit/storage_common.gyp:webkit_storage_common', | 1417 '../webkit/storage_common.gyp:webkit_storage_common', |
| 1419 '../webkit/webkit_resources.gyp:webkit_resources', | 1418 '../webkit/webkit_resources.gyp:webkit_resources', |
| 1420 '../webkit/webkit_resources.gyp:webkit_strings', | 1419 '../webkit/webkit_resources.gyp:webkit_strings', |
| 1421 '../third_party/angle/src/build_angle.gyp:commit_id', | 1420 '../third_party/angle/src/build_angle.gyp:commit_id', |
| 1422 ], | 1421 ], |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 '../build/linux/system.gyp:dbus', | 1709 '../build/linux/system.gyp:dbus', |
| 1711 '../dbus/dbus.gyp:dbus', | 1710 '../dbus/dbus.gyp:dbus', |
| 1712 ], | 1711 ], |
| 1713 }, { # OS != "linux" or use_dbus==0 | 1712 }, { # OS != "linux" or use_dbus==0 |
| 1714 'sources!': [ | 1713 'sources!': [ |
| 1715 'browser/geolocation/wifi_data_provider_linux.cc', | 1714 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1716 ], | 1715 ], |
| 1717 }], | 1716 }], |
| 1718 ], | 1717 ], |
| 1719 } | 1718 } |
| OLD | NEW |