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

Side by Side Diff: content/content_common.gypi

Issue 9558006: Rename content/{common,browser}/file_system to fileapi and move blob stuff into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | Annotate | Revision Log
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'common/db_message_filter.h', 121 'common/db_message_filter.h',
122 'common/debug_flags.cc', 122 'common/debug_flags.cc',
123 'common/debug_flags.h', 123 'common/debug_flags.h',
124 'common/desktop_notification_messages.h', 124 'common/desktop_notification_messages.h',
125 'common/device_orientation_messages.h', 125 'common/device_orientation_messages.h',
126 'common/devtools_messages.h', 126 'common/devtools_messages.h',
127 'common/dom_storage_common.h', 127 'common/dom_storage_common.h',
128 'common/dom_storage_messages.h', 128 'common/dom_storage_messages.h',
129 'common/drag_messages.h', 129 'common/drag_messages.h',
130 'common/edit_command.h', 130 'common/edit_command.h',
131 'common/file_system/file_system_dispatcher.cc', 131 'common/fileapi/file_system_dispatcher.cc',
132 'common/file_system/file_system_dispatcher.h', 132 'common/fileapi/file_system_dispatcher.h',
133 'common/file_system/webfilesystem_callback_dispatcher.cc', 133 'common/fileapi/file_system_messages.h',
134 'common/file_system/webfilesystem_callback_dispatcher.h', 134 'common/fileapi/webblob_messages.h',
135 'common/file_system/webfilesystem_impl.cc', 135 'common/fileapi/webblobregistry_impl.cc',
136 'common/file_system/webfilesystem_impl.h', 136 'common/fileapi/webblobregistry_impl.h',
137 'common/file_system/webfilewriter_impl.cc', 137 'common/fileapi/webfilesystem_callback_dispatcher.cc',
138 'common/file_system/webfilewriter_impl.h', 138 'common/fileapi/webfilesystem_callback_dispatcher.h',
139 'common/file_system_messages.h', 139 'common/fileapi/webfilesystem_impl.cc',
140 'common/fileapi/webfilesystem_impl.h',
141 'common/fileapi/webfilewriter_impl.cc',
142 'common/fileapi/webfilewriter_impl.h',
140 'common/file_utilities_messages.h', 143 'common/file_utilities_messages.h',
141 'common/font_cache_dispatcher_win.cc', 144 'common/font_cache_dispatcher_win.cc',
142 'common/font_cache_dispatcher_win.h', 145 'common/font_cache_dispatcher_win.h',
143 'common/font_config_ipc_linux.cc', 146 'common/font_config_ipc_linux.cc',
144 'common/font_config_ipc_linux.h', 147 'common/font_config_ipc_linux.h',
145 'common/font_list.h', 148 'common/font_list.h',
146 'common/font_list_android.cc', 149 'common/font_list_android.cc',
147 'common/font_list_mac.mm', 150 'common/font_list_mac.mm',
148 'common/font_list_win.cc', 151 'common/font_list_win.cc',
149 'common/font_list_x11.cc', 152 'common/font_list_x11.cc',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'common/swapped_out_messages.cc', 292 'common/swapped_out_messages.cc',
290 'common/swapped_out_messages.h', 293 'common/swapped_out_messages.h',
291 'common/text_input_client_messages.h', 294 'common/text_input_client_messages.h',
292 'common/unix_domain_socket_posix.cc', 295 'common/unix_domain_socket_posix.cc',
293 'common/unix_domain_socket_posix.h', 296 'common/unix_domain_socket_posix.h',
294 'common/utility_messages.h', 297 'common/utility_messages.h',
295 'common/view_messages.h', 298 'common/view_messages.h',
296 'common/view_message_enums.h', 299 'common/view_message_enums.h',
297 'common/web_database_observer_impl.cc', 300 'common/web_database_observer_impl.cc',
298 'common/web_database_observer_impl.h', 301 'common/web_database_observer_impl.h',
299 'common/webblobregistry_impl.cc',
300 'common/webblobregistry_impl.h',
301 'common/webblob_messages.h',
302 'common/webkitplatformsupport_impl.cc', 302 'common/webkitplatformsupport_impl.cc',
303 'common/webkitplatformsupport_impl.h', 303 'common/webkitplatformsupport_impl.h',
304 'common/webmessageportchannel_impl.cc', 304 'common/webmessageportchannel_impl.cc',
305 'common/webmessageportchannel_impl.h', 305 'common/webmessageportchannel_impl.h',
306 'common/worker_messages.h', 306 'common/worker_messages.h',
307 'public/common/common_param_traits.cc', 307 'public/common/common_param_traits.cc',
308 'public/common/common_param_traits.h', 308 'public/common/common_param_traits.h',
309 'public/common/content_client.cc', 309 'public/common/content_client.cc',
310 'public/common/content_client.h', 310 'public/common/content_client.h',
311 'public/common/window_container_type.cc', 311 'public/common/window_container_type.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 '../build/extract_from_cab.py', 424 '../build/extract_from_cab.py',
425 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 425 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
426 '<(output)', 426 '<(output)',
427 '<(PRODUCT_DIR)', 427 '<(PRODUCT_DIR)',
428 ], 428 ],
429 }, 429 },
430 ] 430 ]
431 }] 431 }]
432 ], 432 ],
433 } 433 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698