| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'public/browser/desktop_notification_delegate.h', | 90 'public/browser/desktop_notification_delegate.h', |
| 91 'public/browser/devtools_agent_host.h', | 91 'public/browser/devtools_agent_host.h', |
| 92 'public/browser/devtools_client_host.h', | 92 'public/browser/devtools_client_host.h', |
| 93 'public/browser/devtools_external_agent_proxy.h', | 93 'public/browser/devtools_external_agent_proxy.h', |
| 94 'public/browser/devtools_external_agent_proxy_delegate.h', | 94 'public/browser/devtools_external_agent_proxy_delegate.h', |
| 95 'public/browser/download_danger_type.h', | 95 'public/browser/download_danger_type.h', |
| 96 'public/browser/devtools_frontend_host_delegate.h', | 96 'public/browser/devtools_frontend_host_delegate.h', |
| 97 'public/browser/devtools_http_handler.h', | 97 'public/browser/devtools_http_handler.h', |
| 98 'public/browser/devtools_http_handler_delegate.h', | 98 'public/browser/devtools_http_handler_delegate.h', |
| 99 'public/browser/devtools_manager.h', | 99 'public/browser/devtools_manager.h', |
| 100 'public/browser/devtools_manager_delegate.h', |
| 100 'public/browser/devtools_target.h', | 101 'public/browser/devtools_target.h', |
| 101 'public/browser/dom_operation_notification_details.h', | 102 'public/browser/dom_operation_notification_details.h', |
| 102 'public/browser/dom_storage_context.h', | 103 'public/browser/dom_storage_context.h', |
| 103 'public/browser/download_destination_observer.h', | 104 'public/browser/download_destination_observer.h', |
| 104 'public/browser/download_interrupt_reason_values.h', | 105 'public/browser/download_interrupt_reason_values.h', |
| 105 'public/browser/download_interrupt_reasons.h', | 106 'public/browser/download_interrupt_reasons.h', |
| 106 'public/browser/download_item.h', | 107 'public/browser/download_item.h', |
| 107 'public/browser/download_manager.h', | 108 'public/browser/download_manager.h', |
| 108 'public/browser/download_manager_delegate.cc', | 109 'public/browser/download_manager_delegate.cc', |
| 109 'public/browser/download_manager_delegate.h', | 110 'public/browser/download_manager_delegate.h', |
| (...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 '../build/linux/system.gyp:dbus', | 1722 '../build/linux/system.gyp:dbus', |
| 1722 '../dbus/dbus.gyp:dbus', | 1723 '../dbus/dbus.gyp:dbus', |
| 1723 ], | 1724 ], |
| 1724 }, { # OS != "linux" or use_dbus==0 | 1725 }, { # OS != "linux" or use_dbus==0 |
| 1725 'sources!': [ | 1726 'sources!': [ |
| 1726 'browser/geolocation/wifi_data_provider_linux.cc', | 1727 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1727 ], | 1728 ], |
| 1728 }], | 1729 }], |
| 1729 ], | 1730 ], |
| 1730 } | 1731 } |
| OLD | NEW |