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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7053030: Initial IndexedDBQuotaClient implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make webkit thread outlive IndexedDBContext Created 9 years, 6 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 | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/test/testing_profile.cc » ('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 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 '../content/browser/geolocation/gateway_data_provider_common_unittest.cc ', 1922 '../content/browser/geolocation/gateway_data_provider_common_unittest.cc ',
1923 '../content/browser/geolocation/geolocation_provider_unittest.cc', 1923 '../content/browser/geolocation/geolocation_provider_unittest.cc',
1924 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' , 1924 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' ,
1925 '../content/browser/geolocation/location_arbitrator_unittest.cc', 1925 '../content/browser/geolocation/location_arbitrator_unittest.cc',
1926 '../content/browser/geolocation/network_location_provider_unittest.cc', 1926 '../content/browser/geolocation/network_location_provider_unittest.cc',
1927 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', 1927 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc',
1928 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', 1928 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc',
1929 '../content/browser/geolocation/win7_location_api_unittest_win.cc', 1929 '../content/browser/geolocation/win7_location_api_unittest_win.cc',
1930 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', 1930 '../content/browser/geolocation/win7_location_provider_unittest_win.cc',
1931 '../content/browser/gpu/gpu_blacklist_unittest.cc', 1931 '../content/browser/gpu/gpu_blacklist_unittest.cc',
1932 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
1932 '../content/browser/in_process_webkit/webkit_context_unittest.cc', 1933 '../content/browser/in_process_webkit/webkit_context_unittest.cc',
1933 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', 1934 '../content/browser/in_process_webkit/webkit_thread_unittest.cc',
1934 '../content/browser/media_stream/video_capture_manager_unittest.cc', 1935 '../content/browser/media_stream/video_capture_manager_unittest.cc',
1935 '../content/browser/plugin_service_unittest.cc', 1936 '../content/browser/plugin_service_unittest.cc',
1936 '../content/browser/renderer_host/audio_renderer_host_unittest.cc', 1937 '../content/browser/renderer_host/audio_renderer_host_unittest.cc',
1937 '../content/browser/renderer_host/render_view_host_unittest.cc', 1938 '../content/browser/renderer_host/render_view_host_unittest.cc',
1938 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1939 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1939 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', 1940 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc',
1940 '../content/browser/renderer_host/resource_queue_unittest.cc', 1941 '../content/browser/renderer_host/resource_queue_unittest.cc',
1941 '../content/browser/renderer_host/video_capture_host_unittest.cc', 1942 '../content/browser/renderer_host/video_capture_host_unittest.cc',
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 ] 4059 ]
4059 }], # 'coverage!=0' 4060 }], # 'coverage!=0'
4060 ], # 'conditions' 4061 ], # 'conditions'
4061 } 4062 }
4062 4063
4063 # Local Variables: 4064 # Local Variables:
4064 # tab-width:2 4065 # tab-width:2
4065 # indent-tabs-mode:nil 4066 # indent-tabs-mode:nil
4066 # End: 4067 # End:
4067 # vim: set expandtab tabstop=2 shiftwidth=2: 4068 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698