| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'public/browser/browser_thread.h', | 64 'public/browser/browser_thread.h', |
| 65 'public/browser/browser_thread_delegate.h', | 65 'public/browser/browser_thread_delegate.h', |
| 66 'public/browser/cert_store.h', | 66 'public/browser/cert_store.h', |
| 67 'public/browser/child_process_data.h', | 67 'public/browser/child_process_data.h', |
| 68 'public/browser/child_process_security_policy.h', | 68 'public/browser/child_process_security_policy.h', |
| 69 'public/browser/color_chooser.h', | 69 'public/browser/color_chooser.h', |
| 70 'public/browser/certificate_request_result_type.h', | 70 'public/browser/certificate_request_result_type.h', |
| 71 'public/browser/content_browser_client.cc', | 71 'public/browser/content_browser_client.cc', |
| 72 'public/browser/content_browser_client.h', | 72 'public/browser/content_browser_client.h', |
| 73 'public/browser/cookie_store_factory.h', | 73 'public/browser/cookie_store_factory.h', |
| 74 'public/browser/desktop_media_id.cc', |
| 75 'public/browser/desktop_media_id.h', |
| 74 'public/browser/devtools_agent_host.h', | 76 'public/browser/devtools_agent_host.h', |
| 75 'public/browser/devtools_client_host.h', | 77 'public/browser/devtools_client_host.h', |
| 76 'public/browser/devtools_external_agent_proxy.h', | 78 'public/browser/devtools_external_agent_proxy.h', |
| 77 'public/browser/devtools_external_agent_proxy_delegate.h', | 79 'public/browser/devtools_external_agent_proxy_delegate.h', |
| 78 'public/browser/download_danger_type.h', | 80 'public/browser/download_danger_type.h', |
| 79 'public/browser/devtools_frontend_host_delegate.h', | 81 'public/browser/devtools_frontend_host_delegate.h', |
| 80 'public/browser/devtools_http_handler.h', | 82 'public/browser/devtools_http_handler.h', |
| 81 'public/browser/devtools_http_handler_delegate.h', | 83 'public/browser/devtools_http_handler_delegate.h', |
| 82 'public/browser/devtools_manager.h', | 84 'public/browser/devtools_manager.h', |
| 83 'public/browser/devtools_target.h', | 85 'public/browser/devtools_target.h', |
| (...skipping 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 '../build/linux/system.gyp:dbus', | 1625 '../build/linux/system.gyp:dbus', |
| 1624 '../dbus/dbus.gyp:dbus', | 1626 '../dbus/dbus.gyp:dbus', |
| 1625 ], | 1627 ], |
| 1626 }, { # OS != "linux" or use_dbus==0 | 1628 }, { # OS != "linux" or use_dbus==0 |
| 1627 'sources!': [ | 1629 'sources!': [ |
| 1628 'browser/geolocation/wifi_data_provider_linux.cc', | 1630 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1629 ], | 1631 ], |
| 1630 }], | 1632 }], |
| 1631 ], | 1633 ], |
| 1632 } | 1634 } |
| OLD | NEW |