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

Side by Side Diff: content/content_common.gypi

Issue 8980002: Move indexeddb code to its own directory inside of content/{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto ToT 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
« no previous file with comments | « content/common/utility_messages.h ('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) 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'common/gpu/image_transport_surface_win.cc', 162 'common/gpu/image_transport_surface_win.cc',
163 'common/gpu/media/gpu_video_decode_accelerator.cc', 163 'common/gpu/media/gpu_video_decode_accelerator.cc',
164 'common/gpu/media/gpu_video_decode_accelerator.h', 164 'common/gpu/media/gpu_video_decode_accelerator.h',
165 'common/gpu/transport_texture.cc', 165 'common/gpu/transport_texture.cc',
166 'common/gpu/transport_texture.h', 166 'common/gpu/transport_texture.h',
167 'common/handle_enumerator_win.cc', 167 'common/handle_enumerator_win.cc',
168 'common/handle_enumerator_win.h', 168 'common/handle_enumerator_win.h',
169 'common/hi_res_timer_manager_posix.cc', 169 'common/hi_res_timer_manager_posix.cc',
170 'common/hi_res_timer_manager_win.cc', 170 'common/hi_res_timer_manager_win.cc',
171 'common/hi_res_timer_manager.h', 171 'common/hi_res_timer_manager.h',
172 'common/indexed_db_key.cc', 172 'common/indexed_db/indexed_db_key.cc',
173 'common/indexed_db_key.h', 173 'common/indexed_db/indexed_db_key.h',
174 'common/indexed_db_messages.h', 174 'common/indexed_db/indexed_db_messages.h',
175 'common/indexed_db_param_traits.cc', 175 'common/indexed_db/indexed_db_param_traits.cc',
176 'common/indexed_db_param_traits.h', 176 'common/indexed_db/indexed_db_param_traits.h',
177 'common/inter_process_time_ticks_converter.cc', 177 'common/inter_process_time_ticks_converter.cc',
178 'common/inter_process_time_ticks_converter.h', 178 'common/inter_process_time_ticks_converter.h',
179 'common/intents_messages.h', 179 'common/intents_messages.h',
180 'common/java_bridge_messages.h', 180 'common/java_bridge_messages.h',
181 'common/mac/attributed_string_coder.h', 181 'common/mac/attributed_string_coder.h',
182 'common/mac/attributed_string_coder.mm', 182 'common/mac/attributed_string_coder.mm',
183 'common/mac/font_descriptor.h', 183 'common/mac/font_descriptor.h',
184 'common/mac/font_descriptor.mm', 184 'common/mac/font_descriptor.mm',
185 'common/mac/font_loader.h', 185 'common/mac/font_loader.h',
186 'common/mac/font_loader.mm', 186 'common/mac/font_loader.mm',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 '../build/extract_from_cab.py', 346 '../build/extract_from_cab.py',
347 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 347 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
348 '<(output)', 348 '<(output)',
349 '<(PRODUCT_DIR)', 349 '<(PRODUCT_DIR)',
350 ], 350 ],
351 }, 351 },
352 ] 352 ]
353 }] 353 }]
354 ], 354 ],
355 } 355 }
OLDNEW
« no previous file with comments | « content/common/utility_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698