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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6077005: Refactored app cache clear on exit code to happen in the object owning the files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more unittest change. Created 9 years, 11 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') | webkit/appcache/appcache_storage_impl.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) 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 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 'CLD_WINDOWS', 1018 'CLD_WINDOWS',
1019 ], 1019 ],
1020 }, 1020 },
1021 'sources': [ 1021 'sources': [
1022 'app/breakpad_mac_stubs.mm', 1022 'app/breakpad_mac_stubs.mm',
1023 'app/chrome_dll.rc', 1023 'app/chrome_dll.rc',
1024 # All unittests in browser, common, renderer and service. 1024 # All unittests in browser, common, renderer and service.
1025 'browser/about_flags_unittest.cc', 1025 'browser/about_flags_unittest.cc',
1026 'browser/accessibility/browser_accessibility_mac_unittest.mm', 1026 'browser/accessibility/browser_accessibility_mac_unittest.mm',
1027 'browser/accessibility/browser_accessibility_win_unittest.cc', 1027 'browser/accessibility/browser_accessibility_win_unittest.cc',
1028 'browser/appcache/chrome_appcache_service_unittest.cc',
1028 'browser/app_controller_mac_unittest.mm', 1029 'browser/app_controller_mac_unittest.mm',
1029 'browser/autocomplete_history_manager_unittest.cc', 1030 'browser/autocomplete_history_manager_unittest.cc',
1030 'browser/autocomplete/autocomplete_edit_unittest.cc', 1031 'browser/autocomplete/autocomplete_edit_unittest.cc',
1031 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', 1032 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm',
1032 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', 1033 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc',
1033 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', 1034 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm',
1034 'browser/autocomplete/autocomplete_unittest.cc', 1035 'browser/autocomplete/autocomplete_unittest.cc',
1035 'browser/autocomplete/history_contents_provider_unittest.cc', 1036 'browser/autocomplete/history_contents_provider_unittest.cc',
1036 'browser/autocomplete/history_quick_provider_unittest.cc', 1037 'browser/autocomplete/history_quick_provider_unittest.cc',
1037 'browser/autocomplete/history_url_provider_unittest.cc', 1038 'browser/autocomplete/history_url_provider_unittest.cc',
(...skipping 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 ] 3639 ]
3639 }], # 'coverage!=0' 3640 }], # 'coverage!=0'
3640 ], # 'conditions' 3641 ], # 'conditions'
3641 } 3642 }
3642 3643
3643 # Local Variables: 3644 # Local Variables:
3644 # tab-width:2 3645 # tab-width:2
3645 # indent-tabs-mode:nil 3646 # indent-tabs-mode:nil
3646 # End: 3647 # End:
3647 # vim: set expandtab tabstop=2 shiftwidth=2: 3648 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | webkit/appcache/appcache_storage_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698