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

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: Rebased 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
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 'browser/resource_context_impl.cc', 1248 'browser/resource_context_impl.cc',
1249 'browser/resource_context_impl.h', 1249 'browser/resource_context_impl.h',
1250 'browser/safe_util_win.cc', 1250 'browser/safe_util_win.cc',
1251 'browser/safe_util_win.h', 1251 'browser/safe_util_win.h',
1252 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1252 'browser/screen_orientation/screen_orientation_delegate_android.cc',
1253 'browser/screen_orientation/screen_orientation_delegate_android.h', 1253 'browser/screen_orientation/screen_orientation_delegate_android.h',
1254 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', 1254 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
1255 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', 1255 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
1256 'browser/screen_orientation/screen_orientation_message_filter_android.cc', 1256 'browser/screen_orientation/screen_orientation_message_filter_android.cc',
1257 'browser/screen_orientation/screen_orientation_message_filter_android.h', 1257 'browser/screen_orientation/screen_orientation_message_filter_android.h',
1258 'browser/service_worker/cache_storage_context_impl.cc',
1259 'browser/service_worker/cache_storage_context_impl.h',
1260 'browser/service_worker/cache_storage_dispatcher_host.cc',
1261 'browser/service_worker/cache_storage_dispatcher_host.h',
1258 'browser/service_worker/embedded_worker_instance.cc', 1262 'browser/service_worker/embedded_worker_instance.cc',
1259 'browser/service_worker/embedded_worker_instance.h', 1263 'browser/service_worker/embedded_worker_instance.h',
1260 'browser/service_worker/embedded_worker_registry.cc', 1264 'browser/service_worker/embedded_worker_registry.cc',
1261 'browser/service_worker/embedded_worker_registry.h', 1265 'browser/service_worker/embedded_worker_registry.h',
1262 'browser/service_worker/service_worker_cache.cc', 1266 'browser/service_worker/service_worker_cache.cc',
1263 'browser/service_worker/service_worker_cache.h', 1267 'browser/service_worker/service_worker_cache.h',
1264 'browser/service_worker/service_worker_cache_listener.cc', 1268 'browser/service_worker/service_worker_cache_listener.cc',
1265 'browser/service_worker/service_worker_cache_listener.h', 1269 'browser/service_worker/service_worker_cache_listener.h',
1266 'browser/service_worker/service_worker_cache_quota_client.cc', 1270 'browser/service_worker/service_worker_cache_quota_client.cc',
1267 'browser/service_worker/service_worker_cache_quota_client.h', 1271 'browser/service_worker/service_worker_cache_quota_client.h',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
2019 'browser/media/media_web_contents_observer.h', 2023 'browser/media/media_web_contents_observer.h',
2020 ], 2024 ],
2021 }], 2025 }],
2022 ['OS == "linux" and use_openssl==1', { 2026 ['OS == "linux" and use_openssl==1', {
2023 'dependencies': [ 2027 'dependencies': [
2024 '../third_party/boringssl/boringssl.gyp:boringssl', 2028 '../third_party/boringssl/boringssl.gyp:boringssl',
2025 ], 2029 ],
2026 }], 2030 }],
2027 ], 2031 ],
2028 } 2032 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698