Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Side by Side Diff: content/content_browser.gypi

Issue 246183003: DevTools Support for ServiceWoker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/common/service_worker/embedded_worker_messages.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698