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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3028033: Add a helper class that keeps per-profile information for FileSystem API (Closed)
Patch Set: fixed tests Created 10 years, 4 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/testing_profile.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'browser/extensions/extension_updater_unittest.cc', 1058 'browser/extensions/extension_updater_unittest.cc',
1059 'browser/extensions/extensions_quota_service_unittest.cc', 1059 'browser/extensions/extensions_quota_service_unittest.cc',
1060 'browser/extensions/extensions_service_unittest.cc', 1060 'browser/extensions/extensions_service_unittest.cc',
1061 'browser/extensions/extensions_service_unittest.h', 1061 'browser/extensions/extensions_service_unittest.h',
1062 'browser/extensions/file_reader_unittest.cc', 1062 'browser/extensions/file_reader_unittest.cc',
1063 'browser/extensions/image_loading_tracker_unittest.cc', 1063 'browser/extensions/image_loading_tracker_unittest.cc',
1064 'browser/extensions/sandboxed_extension_unpacker_unittest.cc', 1064 'browser/extensions/sandboxed_extension_unpacker_unittest.cc',
1065 'browser/extensions/user_script_listener_unittest.cc', 1065 'browser/extensions/user_script_listener_unittest.cc',
1066 'browser/extensions/user_script_master_unittest.cc', 1066 'browser/extensions/user_script_master_unittest.cc',
1067 'browser/file_path_watcher_unittest.cc', 1067 'browser/file_path_watcher_unittest.cc',
1068 'browser/file_system/file_system_host_context_unittest.cc',
1068 'browser/find_backend_unittest.cc', 1069 'browser/find_backend_unittest.cc',
1069 'browser/first_run/first_run_unittest.cc', 1070 'browser/first_run/first_run_unittest.cc',
1070 'browser/geolocation/fake_access_token_store.h', 1071 'browser/geolocation/fake_access_token_store.h',
1071 'browser/geolocation/geolocation_content_settings_map_unittest.cc', 1072 'browser/geolocation/geolocation_content_settings_map_unittest.cc',
1072 'browser/geolocation/geolocation_exceptions_table_model_unittest.cc', 1073 'browser/geolocation/geolocation_exceptions_table_model_unittest.cc',
1073 'browser/geolocation/geolocation_permission_context_unittest.cc', 1074 'browser/geolocation/geolocation_permission_context_unittest.cc',
1074 'browser/geolocation/geolocation_settings_state_unittest.cc', 1075 'browser/geolocation/geolocation_settings_state_unittest.cc',
1075 'browser/geolocation/gps_location_provider_unittest_linux.cc', 1076 'browser/geolocation/gps_location_provider_unittest_linux.cc',
1076 'browser/geolocation/location_arbitrator_unittest.cc', 1077 'browser/geolocation/location_arbitrator_unittest.cc',
1077 'browser/geolocation/network_location_provider_unittest.cc', 1078 'browser/geolocation/network_location_provider_unittest.cc',
(...skipping 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2921 ] 2922 ]
2922 }], # 'coverage!=0' 2923 }], # 'coverage!=0'
2923 ], # 'conditions' 2924 ], # 'conditions'
2924 } 2925 }
2925 2926
2926 # Local Variables: 2927 # Local Variables:
2927 # tab-width:2 2928 # tab-width:2
2928 # indent-tabs-mode:nil 2929 # indent-tabs-mode:nil
2929 # End: 2930 # End:
2930 # vim: set expandtab tabstop=2 shiftwidth=2: 2931 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698