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

Side by Side Diff: content/content_browser.gypi

Issue 13954002: Refactor IndexedDBInfo out of browsingdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Break out IndexedDBInfo Created 7 years, 8 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'public/browser/file_descriptor_info.h', 88 'public/browser/file_descriptor_info.h',
89 'public/browser/font_list_async.h', 89 'public/browser/font_list_async.h',
90 'public/browser/geolocation.h', 90 'public/browser/geolocation.h',
91 'public/browser/geolocation_permission_context.h', 91 'public/browser/geolocation_permission_context.h',
92 'public/browser/global_request_id.h', 92 'public/browser/global_request_id.h',
93 'public/browser/gpu_data_manager.h', 93 'public/browser/gpu_data_manager.h',
94 'public/browser/gpu_data_manager_observer.h', 94 'public/browser/gpu_data_manager_observer.h',
95 'public/browser/histogram_fetcher.h', 95 'public/browser/histogram_fetcher.h',
96 'public/browser/host_zoom_map.h', 96 'public/browser/host_zoom_map.h',
97 'public/browser/indexed_db_context.h', 97 'public/browser/indexed_db_context.h',
98 'public/browser/indexed_db_info.cc',
99 'public/browser/indexed_db_info.h',
98 'public/browser/interstitial_page.h', 100 'public/browser/interstitial_page.h',
99 'public/browser/invalidate_type.h', 101 'public/browser/invalidate_type.h',
100 'public/browser/javascript_dialog_manager.cc', 102 'public/browser/javascript_dialog_manager.cc',
101 'public/browser/javascript_dialog_manager.h', 103 'public/browser/javascript_dialog_manager.h',
102 'public/browser/keyboard_listener.h', 104 'public/browser/keyboard_listener.h',
103 'public/browser/load_from_memory_cache_details.cc', 105 'public/browser/load_from_memory_cache_details.cc',
104 'public/browser/load_from_memory_cache_details.h', 106 'public/browser/load_from_memory_cache_details.h',
105 'public/browser/load_notification_details.h', 107 'public/browser/load_notification_details.h',
106 'public/browser/media_devices_monitor.h', 108 'public/browser/media_devices_monitor.h',
107 'public/browser/native_web_keyboard_event.h', 109 'public/browser/native_web_keyboard_event.h',
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 '../third_party/speex/speex.gyp:libspeex', 1317 '../third_party/speex/speex.gyp:libspeex',
1316 ], 1318 ],
1317 }], 1319 }],
1318 ['linux_use_libgps==1', { 1320 ['linux_use_libgps==1', {
1319 'dependencies': [ 1321 'dependencies': [
1320 '../build/linux/system.gyp:libgps', 1322 '../build/linux/system.gyp:libgps',
1321 ], 1323 ],
1322 }], 1324 }],
1323 ], 1325 ],
1324 } 1326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698