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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3244002: (2nd try) Add a helper class that keeps per-profile information for FileSystem API (Closed)
Patch Set: Created 10 years, 3 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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 'browser/extensions/extension_updater_unittest.cc', 1061 'browser/extensions/extension_updater_unittest.cc',
1062 'browser/extensions/extensions_quota_service_unittest.cc', 1062 'browser/extensions/extensions_quota_service_unittest.cc',
1063 'browser/extensions/extensions_service_unittest.cc', 1063 'browser/extensions/extensions_service_unittest.cc',
1064 'browser/extensions/extensions_service_unittest.h', 1064 'browser/extensions/extensions_service_unittest.h',
1065 'browser/extensions/file_reader_unittest.cc', 1065 'browser/extensions/file_reader_unittest.cc',
1066 'browser/extensions/image_loading_tracker_unittest.cc', 1066 'browser/extensions/image_loading_tracker_unittest.cc',
1067 'browser/extensions/sandboxed_extension_unpacker_unittest.cc', 1067 'browser/extensions/sandboxed_extension_unpacker_unittest.cc',
1068 'browser/extensions/user_script_listener_unittest.cc', 1068 'browser/extensions/user_script_listener_unittest.cc',
1069 'browser/extensions/user_script_master_unittest.cc', 1069 'browser/extensions/user_script_master_unittest.cc',
1070 'browser/file_path_watcher_unittest.cc', 1070 'browser/file_path_watcher_unittest.cc',
1071 'browser/file_system/file_system_host_context_unittest.cc',
1071 'browser/find_backend_unittest.cc', 1072 'browser/find_backend_unittest.cc',
1072 'browser/first_run/first_run_unittest.cc', 1073 'browser/first_run/first_run_unittest.cc',
1073 'browser/geolocation/fake_access_token_store.h', 1074 'browser/geolocation/fake_access_token_store.h',
1074 'browser/geolocation/gateway_data_provider_common_unittest.cc', 1075 'browser/geolocation/gateway_data_provider_common_unittest.cc',
1075 'browser/geolocation/geolocation_content_settings_map_unittest.cc', 1076 'browser/geolocation/geolocation_content_settings_map_unittest.cc',
1076 'browser/geolocation/geolocation_exceptions_table_model_unittest.cc', 1077 'browser/geolocation/geolocation_exceptions_table_model_unittest.cc',
1077 'browser/geolocation/geolocation_permission_context_unittest.cc', 1078 'browser/geolocation/geolocation_permission_context_unittest.cc',
1078 'browser/geolocation/geolocation_settings_state_unittest.cc', 1079 'browser/geolocation/geolocation_settings_state_unittest.cc',
1079 'browser/geolocation/gps_location_provider_unittest_linux.cc', 1080 'browser/geolocation/gps_location_provider_unittest_linux.cc',
1080 'browser/geolocation/location_arbitrator_unittest.cc', 1081 'browser/geolocation/location_arbitrator_unittest.cc',
(...skipping 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 ] 2927 ]
2927 }], # 'coverage!=0' 2928 }], # 'coverage!=0'
2928 ], # 'conditions' 2929 ], # 'conditions'
2929 } 2930 }
2930 2931
2931 # Local Variables: 2932 # Local Variables:
2932 # tab-width:2 2933 # tab-width:2
2933 # indent-tabs-mode:nil 2934 # indent-tabs-mode:nil
2934 # End: 2935 # End:
2935 # vim: set expandtab tabstop=2 shiftwidth=2: 2936 # 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