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

Side by Side Diff: content/content_common.gypi

Issue 9368053: Move indexed db files from content/renderer to content/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unneccesary include Created 8 years, 10 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'common/handle_enumerator_win.cc', 182 'common/handle_enumerator_win.cc',
183 'common/handle_enumerator_win.h', 183 'common/handle_enumerator_win.h',
184 'common/hi_res_timer_manager_posix.cc', 184 'common/hi_res_timer_manager_posix.cc',
185 'common/hi_res_timer_manager_win.cc', 185 'common/hi_res_timer_manager_win.cc',
186 'common/hi_res_timer_manager.h', 186 'common/hi_res_timer_manager.h',
187 'common/indexed_db/indexed_db_key.cc', 187 'common/indexed_db/indexed_db_key.cc',
188 'common/indexed_db/indexed_db_key.h', 188 'common/indexed_db/indexed_db_key.h',
189 'common/indexed_db/indexed_db_messages.h', 189 'common/indexed_db/indexed_db_messages.h',
190 'common/indexed_db/indexed_db_param_traits.cc', 190 'common/indexed_db/indexed_db_param_traits.cc',
191 'common/indexed_db/indexed_db_param_traits.h', 191 'common/indexed_db/indexed_db_param_traits.h',
192 'common/indexed_db/indexed_db_dispatcher.cc',
193 'common/indexed_db/indexed_db_dispatcher.h',
194 'common/indexed_db/indexed_db_message_filter.cc',
195 'common/indexed_db/indexed_db_message_filter.h',
196 'common/indexed_db/proxy_webidbcursor_impl.cc',
197 'common/indexed_db/proxy_webidbcursor_impl.h',
198 'common/indexed_db/proxy_webidbdatabase_impl.cc',
199 'common/indexed_db/proxy_webidbdatabase_impl.h',
200 'common/indexed_db/proxy_webidbfactory_impl.cc',
201 'common/indexed_db/proxy_webidbfactory_impl.h',
202 'common/indexed_db/proxy_webidbindex_impl.cc',
203 'common/indexed_db/proxy_webidbindex_impl.h',
204 'common/indexed_db/proxy_webidbobjectstore_impl.cc',
205 'common/indexed_db/proxy_webidbobjectstore_impl.h',
206 'common/indexed_db/proxy_webidbtransaction_impl.cc',
207 'common/indexed_db/proxy_webidbtransaction_impl.h',
192 'common/inter_process_time_ticks_converter.cc', 208 'common/inter_process_time_ticks_converter.cc',
193 'common/inter_process_time_ticks_converter.h', 209 'common/inter_process_time_ticks_converter.h',
194 'common/intents_messages.h', 210 'common/intents_messages.h',
195 'common/java_bridge_messages.h', 211 'common/java_bridge_messages.h',
196 'common/mac/attributed_string_coder.h', 212 'common/mac/attributed_string_coder.h',
197 'common/mac/attributed_string_coder.mm', 213 'common/mac/attributed_string_coder.mm',
198 'common/mac/font_descriptor.h', 214 'common/mac/font_descriptor.h',
199 'common/mac/font_descriptor.mm', 215 'common/mac/font_descriptor.mm',
200 'common/mac/font_loader.h', 216 'common/mac/font_loader.h',
201 'common/mac/font_loader.mm', 217 'common/mac/font_loader.mm',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../build/extract_from_cab.py', 412 '../build/extract_from_cab.py',
397 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 413 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
398 '<(output)', 414 '<(output)',
399 '<(PRODUCT_DIR)', 415 '<(PRODUCT_DIR)',
400 ], 416 ],
401 }, 417 },
402 ] 418 ]
403 }] 419 }]
404 ], 420 ],
405 } 421 }
OLDNEW
« no previous file with comments | « content/common/indexed_db/proxy_webidbtransaction_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698