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

Side by Side Diff: content/content_common.gypi

Issue 1234813004: [BlobAsync] Asynchronous Blob Construction Final Patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-protocol-change
Patch Set: comments Created 4 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', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'common/dom_storage/dom_storage_map.h', 300 'common/dom_storage/dom_storage_map.h',
301 'common/dom_storage/dom_storage_messages.h', 301 'common/dom_storage/dom_storage_messages.h',
302 'common/drag_event_source_info.h', 302 'common/drag_event_source_info.h',
303 'common/drag_messages.h', 303 'common/drag_messages.h',
304 'common/drag_traits.h', 304 'common/drag_traits.h',
305 'common/dwrite_font_platform_win.cc', 305 'common/dwrite_font_platform_win.cc',
306 'common/dwrite_font_proxy_messages.h', 306 'common/dwrite_font_proxy_messages.h',
307 'common/edit_command.h', 307 'common/edit_command.h',
308 'common/file_utilities_messages.h', 308 'common/file_utilities_messages.h',
309 'common/fileapi/file_system_messages.h', 309 'common/fileapi/file_system_messages.h',
310 'common/fileapi/webblob_messages.h',
311 'common/font_cache_dispatcher_win.cc', 310 'common/font_cache_dispatcher_win.cc',
312 'common/font_cache_dispatcher_win.h', 311 'common/font_cache_dispatcher_win.h',
313 'common/font_config_ipc_linux.cc', 312 'common/font_config_ipc_linux.cc',
314 'common/font_config_ipc_linux.h', 313 'common/font_config_ipc_linux.h',
315 'common/font_list.cc', 314 'common/font_list.cc',
316 'common/font_list.h', 315 'common/font_list.h',
317 'common/font_list_android.cc', 316 'common/font_list_android.cc',
318 'common/font_list_mac.mm', 317 'common/font_list_mac.mm',
319 'common/font_list_ozone.cc', 318 'common/font_list_ozone.cc',
320 'common/font_list_pango.cc', 319 'common/font_list_pango.cc',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1102 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1106 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1105 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1106 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1109 ], 1108 ],
1110 }], 1109 }],
1111 ], 1110 ],
1112 } 1111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698