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

Side by Side Diff: content/content_browser.gypi

Issue 992353003: Decouple Cache Storage messaging from Service Worker/Embedded Worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing forward declaration Created 5 years, 9 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 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 'browser/resource_context_impl.cc', 1235 'browser/resource_context_impl.cc',
1236 'browser/resource_context_impl.h', 1236 'browser/resource_context_impl.h',
1237 'browser/safe_util_win.cc', 1237 'browser/safe_util_win.cc',
1238 'browser/safe_util_win.h', 1238 'browser/safe_util_win.h',
1239 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1239 'browser/screen_orientation/screen_orientation_delegate_android.cc',
1240 'browser/screen_orientation/screen_orientation_delegate_android.h', 1240 'browser/screen_orientation/screen_orientation_delegate_android.h',
1241 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', 1241 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
1242 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', 1242 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
1243 'browser/screen_orientation/screen_orientation_message_filter_android.cc', 1243 'browser/screen_orientation/screen_orientation_message_filter_android.cc',
1244 'browser/screen_orientation/screen_orientation_message_filter_android.h', 1244 'browser/screen_orientation/screen_orientation_message_filter_android.h',
1245 'browser/service_worker/cache_storage_context_impl.cc',
1246 'browser/service_worker/cache_storage_context_impl.h',
1247 'browser/service_worker/cache_storage_dispatcher_host.cc',
1248 'browser/service_worker/cache_storage_dispatcher_host.h',
1245 'browser/service_worker/embedded_worker_instance.cc', 1249 'browser/service_worker/embedded_worker_instance.cc',
1246 'browser/service_worker/embedded_worker_instance.h', 1250 'browser/service_worker/embedded_worker_instance.h',
1247 'browser/service_worker/embedded_worker_registry.cc', 1251 'browser/service_worker/embedded_worker_registry.cc',
1248 'browser/service_worker/embedded_worker_registry.h', 1252 'browser/service_worker/embedded_worker_registry.h',
1249 'browser/service_worker/service_worker_cache.cc', 1253 'browser/service_worker/service_worker_cache.cc',
1250 'browser/service_worker/service_worker_cache.h', 1254 'browser/service_worker/service_worker_cache.h',
1251 'browser/service_worker/service_worker_cache_listener.cc', 1255 'browser/service_worker/service_worker_cache_listener.cc',
1252 'browser/service_worker/service_worker_cache_listener.h', 1256 'browser/service_worker/service_worker_cache_listener.h',
1253 'browser/service_worker/service_worker_cache_quota_client.cc', 1257 'browser/service_worker/service_worker_cache_quota_client.cc',
1254 'browser/service_worker/service_worker_cache_quota_client.h', 1258 'browser/service_worker/service_worker_cache_quota_client.h',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 'browser/media/media_web_contents_observer.h', 2001 'browser/media/media_web_contents_observer.h',
1998 ], 2002 ],
1999 }], 2003 }],
2000 ['OS == "linux" and use_openssl==1', { 2004 ['OS == "linux" and use_openssl==1', {
2001 'dependencies': [ 2005 'dependencies': [
2002 '../third_party/boringssl/boringssl.gyp:boringssl', 2006 '../third_party/boringssl/boringssl.gyp:boringssl',
2003 ], 2007 ],
2004 }], 2008 }],
2005 ], 2009 ],
2006 } 2010 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698