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

Side by Side Diff: content/content_common.gypi

Issue 1039763002: Cache Storage: Move files to content/*/cache_storage, rename classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix 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/content_browser.gypi ('k') | content/content_renderer.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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'common/appcache_interfaces.cc', 173 'common/appcache_interfaces.cc',
174 'common/appcache_interfaces.h', 174 'common/appcache_interfaces.h',
175 'common/appcache_messages.h', 175 'common/appcache_messages.h',
176 'common/bluetooth/bluetooth_device.cc', 176 'common/bluetooth/bluetooth_device.cc',
177 'common/bluetooth/bluetooth_device.h', 177 'common/bluetooth/bluetooth_device.h',
178 'common/bluetooth/bluetooth_error.h', 178 'common/bluetooth/bluetooth_error.h',
179 'common/bluetooth/bluetooth_messages.h', 179 'common/bluetooth/bluetooth_messages.h',
180 'common/browser_plugin/browser_plugin_constants.cc', 180 'common/browser_plugin/browser_plugin_constants.cc',
181 'common/browser_plugin/browser_plugin_constants.h', 181 'common/browser_plugin/browser_plugin_constants.h',
182 'common/browser_plugin/browser_plugin_messages.h', 182 'common/browser_plugin/browser_plugin_messages.h',
183 'common/cache_storage/cache_storage_messages.h',
184 'common/cache_storage/cache_storage_types.cc',
185 'common/cache_storage/cache_storage_types.h',
183 'common/cc_messages.cc', 186 'common/cc_messages.cc',
184 'common/cc_messages.h', 187 'common/cc_messages.h',
185 'common/child_process_host_impl.cc', 188 'common/child_process_host_impl.cc',
186 'common/child_process_host_impl.h', 189 'common/child_process_host_impl.h',
187 'common/child_process_messages.h', 190 'common/child_process_messages.h',
188 'common/child_process_sandbox_support_impl_linux.cc', 191 'common/child_process_sandbox_support_impl_linux.cc',
189 'common/child_process_sandbox_support_impl_linux.h', 192 'common/child_process_sandbox_support_impl_linux.h',
190 'common/child_process_sandbox_support_impl_shm_linux.cc', 193 'common/child_process_sandbox_support_impl_shm_linux.cc',
191 'common/clipboard_format.h', 194 'common/clipboard_format.h',
192 'common/clipboard_messages.h', 195 'common/clipboard_messages.h',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'common/sandbox_mac.h', 490 'common/sandbox_mac.h',
488 'common/sandbox_mac.mm', 491 'common/sandbox_mac.mm',
489 'common/sandbox_util.cc', 492 'common/sandbox_util.cc',
490 'common/sandbox_util.h', 493 'common/sandbox_util.h',
491 'common/sandbox_win.cc', 494 'common/sandbox_win.cc',
492 'common/sandbox_win.h', 495 'common/sandbox_win.h',
493 'common/savable_url_schemes.cc', 496 'common/savable_url_schemes.cc',
494 'common/savable_url_schemes.h', 497 'common/savable_url_schemes.h',
495 'common/screen_orientation_messages.h', 498 'common/screen_orientation_messages.h',
496 'common/send_zygote_child_ping_linux.cc', 499 'common/send_zygote_child_ping_linux.cc',
497 'common/service_worker/cache_storage_messages.h',
498 'common/service_worker/embedded_worker_messages.h', 500 'common/service_worker/embedded_worker_messages.h',
499 'common/service_worker/service_worker_client_info.cc', 501 'common/service_worker/service_worker_client_info.cc',
500 'common/service_worker/service_worker_client_info.h', 502 'common/service_worker/service_worker_client_info.h',
501 'common/service_worker/service_worker_messages.h', 503 'common/service_worker/service_worker_messages.h',
502 'common/service_worker/service_worker_status_code.cc', 504 'common/service_worker/service_worker_status_code.cc',
503 'common/service_worker/service_worker_status_code.h', 505 'common/service_worker/service_worker_status_code.h',
504 'common/service_worker/service_worker_types.cc', 506 'common/service_worker/service_worker_types.cc',
505 'common/service_worker/service_worker_types.h', 507 'common/service_worker/service_worker_types.h',
506 'common/set_process_title.cc', 508 'common/set_process_title.cc',
507 'common/set_process_title.h', 509 'common/set_process_title.h',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1046 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1048 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1047 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1048 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1050 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1049 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1051 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1050 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1051 ], 1053 ],
1052 }], 1054 }],
1053 ], 1055 ],
1054 } 1056 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698