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

Side by Side Diff: content/content_common.gypi

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'common/desktop_notification_messages.h', 158 'common/desktop_notification_messages.h',
159 'common/device_motion_messages.h', 159 'common/device_motion_messages.h',
160 'common/device_orientation_messages.h', 160 'common/device_orientation_messages.h',
161 'common/devtools_messages.h', 161 'common/devtools_messages.h',
162 'common/dom_storage_messages.h', 162 'common/dom_storage_messages.h',
163 'common/drag_event_source_info.h', 163 'common/drag_event_source_info.h',
164 'common/drag_messages.h', 164 'common/drag_messages.h',
165 'common/drag_traits.h', 165 'common/drag_traits.h',
166 'common/edit_command.h', 166 'common/edit_command.h',
167 'common/file_utilities_messages.h', 167 'common/file_utilities_messages.h',
168 'common/fileapi/file_system_dispatcher.cc', 168 'common_child/fileapi/file_system_dispatcher.cc',
169 'common/fileapi/file_system_dispatcher.h', 169 'common/fileapi/file_system_dispatcher.h',
170 'common/fileapi/file_system_messages.h', 170 'common/fileapi/file_system_messages.h',
171 'common/fileapi/webblob_messages.h', 171 'common/fileapi/webblob_messages.h',
172 'common/fileapi/webblobregistry_impl.cc',
173 'common/fileapi/webblobregistry_impl.h',
michaeln 2013/05/24 20:41:59 i've got the webblobregistry moving in the works i
kinuko 2013/05/27 08:08:48 Done.
174 'common/fileapi/webfilesystem_callback_adapters.cc',
175 'common/fileapi/webfilesystem_callback_adapters.h',
176 'common/fileapi/webfilesystem_impl.cc',
177 'common/fileapi/webfilesystem_impl.h',
178 'common/fileapi/webfilewriter_impl.cc',
179 'common/fileapi/webfilewriter_impl.h',
180 'common/find_match_rect_android.cc', 172 'common/find_match_rect_android.cc',
181 'common/find_match_rect_android.h', 173 'common/find_match_rect_android.h',
182 'common/font_cache_dispatcher_win.cc', 174 'common/font_cache_dispatcher_win.cc',
183 'common/font_cache_dispatcher_win.h', 175 'common/font_cache_dispatcher_win.h',
184 'common/font_config_ipc_linux.cc', 176 'common/font_config_ipc_linux.cc',
185 'common/font_config_ipc_linux.h', 177 'common/font_config_ipc_linux.h',
186 'common/font_list.cc', 178 'common/font_list.cc',
187 'common/font_list.h', 179 'common/font_list.h',
188 'common/font_list_android.cc', 180 'common/font_list_android.cc',
189 'common/font_list_mac.mm', 181 'common/font_list_mac.mm',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 553 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
562 '<(output)', 554 '<(output)',
563 '<(PRODUCT_DIR)', 555 '<(PRODUCT_DIR)',
564 ], 556 ],
565 'msvs_cygwin_shell': 1, 557 'msvs_cygwin_shell': 1,
566 }, 558 },
567 ] 559 ]
568 }], 560 }],
569 ], 561 ],
570 } 562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698