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

Side by Side Diff: content/content_common.gypi

Issue 8747002: Dispatch IndexedDB IPC messages to worker threads (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove some includes Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'common/gpu/media/gpu_video_decode_accelerator.h', 163 'common/gpu/media/gpu_video_decode_accelerator.h',
164 'common/gpu/transport_texture.cc', 164 'common/gpu/transport_texture.cc',
165 'common/gpu/transport_texture.h', 165 'common/gpu/transport_texture.h',
166 'common/handle_enumerator_win.cc', 166 'common/handle_enumerator_win.cc',
167 'common/handle_enumerator_win.h', 167 'common/handle_enumerator_win.h',
168 'common/hi_res_timer_manager_posix.cc', 168 'common/hi_res_timer_manager_posix.cc',
169 'common/hi_res_timer_manager_win.cc', 169 'common/hi_res_timer_manager_win.cc',
170 'common/hi_res_timer_manager.h', 170 'common/hi_res_timer_manager.h',
171 'common/indexed_db_key.cc', 171 'common/indexed_db_key.cc',
172 'common/indexed_db_key.h', 172 'common/indexed_db_key.h',
173 'common/indexed_db_message_filter.h',
173 'common/indexed_db_messages.h', 174 'common/indexed_db_messages.h',
174 'common/indexed_db_param_traits.cc', 175 'common/indexed_db_param_traits.cc',
175 'common/indexed_db_param_traits.h', 176 'common/indexed_db_param_traits.h',
176 'common/intents_messages.h', 177 'common/intents_messages.h',
177 'common/java_bridge_messages.h', 178 'common/java_bridge_messages.h',
178 'common/mac/attributed_string_coder.h', 179 'common/mac/attributed_string_coder.h',
179 'common/mac/attributed_string_coder.mm', 180 'common/mac/attributed_string_coder.mm',
180 'common/mac/font_descriptor.h', 181 'common/mac/font_descriptor.h',
181 'common/mac/font_descriptor.mm', 182 'common/mac/font_descriptor.mm',
182 'common/mac/font_loader.h', 183 'common/mac/font_loader.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 '../build/extract_from_cab.py', 344 '../build/extract_from_cab.py',
344 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 345 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
345 '<(output)', 346 '<(output)',
346 '<(PRODUCT_DIR)', 347 '<(PRODUCT_DIR)',
347 ], 348 ],
348 }, 349 },
349 ] 350 ]
350 }] 351 }]
351 ], 352 ],
352 } 353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698