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

Side by Side Diff: content/content_common.gypi

Issue 14796018: Cleanup: Deprecate FileSystemCallbackDispatcher (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
« no previous file with comments | « content/common/fileapi/webfilewriter_impl.cc ('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 '../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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'common/db_message_filter.h', 160 'common/db_message_filter.h',
161 'common/desktop_notification_messages.h', 161 'common/desktop_notification_messages.h',
162 'common/device_motion_messages.h', 162 'common/device_motion_messages.h',
163 'common/device_orientation_messages.h', 163 'common/device_orientation_messages.h',
164 'common/devtools_messages.h', 164 'common/devtools_messages.h',
165 'common/dom_storage_messages.h', 165 'common/dom_storage_messages.h',
166 'common/drag_event_source_info.h', 166 'common/drag_event_source_info.h',
167 'common/drag_messages.h', 167 'common/drag_messages.h',
168 'common/drag_traits.h', 168 'common/drag_traits.h',
169 'common/edit_command.h', 169 'common/edit_command.h',
170 'common/file_utilities_messages.h',
170 'common/fileapi/file_system_dispatcher.cc', 171 'common/fileapi/file_system_dispatcher.cc',
171 'common/fileapi/file_system_dispatcher.h', 172 'common/fileapi/file_system_dispatcher.h',
172 'common/fileapi/file_system_messages.h', 173 'common/fileapi/file_system_messages.h',
173 'common/fileapi/webblob_messages.h', 174 'common/fileapi/webblob_messages.h',
174 'common/fileapi/webblobregistry_impl.cc', 175 'common/fileapi/webblobregistry_impl.cc',
175 'common/fileapi/webblobregistry_impl.h', 176 'common/fileapi/webblobregistry_impl.h',
176 'common/fileapi/webfilesystem_callback_dispatcher.cc', 177 'common/fileapi/webfilesystem_callback_adapters.cc',
177 'common/fileapi/webfilesystem_callback_dispatcher.h', 178 'common/fileapi/webfilesystem_callback_adapters.h',
178 'common/fileapi/webfilesystem_impl.cc', 179 'common/fileapi/webfilesystem_impl.cc',
179 'common/fileapi/webfilesystem_impl.h', 180 'common/fileapi/webfilesystem_impl.h',
180 'common/fileapi/webfilewriter_impl.cc', 181 'common/fileapi/webfilewriter_impl.cc',
181 'common/fileapi/webfilewriter_impl.h', 182 'common/fileapi/webfilewriter_impl.h',
182 'common/file_utilities_messages.h',
183 'common/find_match_rect_android.cc', 183 'common/find_match_rect_android.cc',
184 'common/find_match_rect_android.h', 184 'common/find_match_rect_android.h',
185 'common/font_cache_dispatcher_win.cc', 185 'common/font_cache_dispatcher_win.cc',
186 'common/font_cache_dispatcher_win.h', 186 'common/font_cache_dispatcher_win.h',
187 'common/font_config_ipc_linux.cc', 187 'common/font_config_ipc_linux.cc',
188 'common/font_config_ipc_linux.h', 188 'common/font_config_ipc_linux.h',
189 'common/font_list.cc', 189 'common/font_list.cc',
190 'common/font_list.h', 190 'common/font_list.h',
191 'common/font_list_android.cc', 191 'common/font_list_android.cc',
192 'common/font_list_linux.cc', 192 'common/font_list_linux.cc',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
572 '<(output)', 572 '<(output)',
573 '<(PRODUCT_DIR)', 573 '<(PRODUCT_DIR)',
574 ], 574 ],
575 'msvs_cygwin_shell': 1, 575 'msvs_cygwin_shell': 1,
576 }, 576 },
577 ] 577 ]
578 }], 578 }],
579 ], 579 ],
580 } 580 }
OLDNEW
« no previous file with comments | « content/common/fileapi/webfilewriter_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698