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

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: Fixed s/2010/2011/ in appacache_storage_impl.h 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
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 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'CLD_WINDOWS', 1017 'CLD_WINDOWS',
1018 ], 1018 ],
1019 }, 1019 },
1020 'sources': [ 1020 'sources': [
1021 'app/breakpad_mac_stubs.mm', 1021 'app/breakpad_mac_stubs.mm',
1022 'app/chrome_dll.rc', 1022 'app/chrome_dll.rc',
1023 # All unittests in browser, common, renderer and service. 1023 # All unittests in browser, common, renderer and service.
1024 'browser/about_flags_unittest.cc', 1024 'browser/about_flags_unittest.cc',
1025 'browser/accessibility/browser_accessibility_mac_unittest.mm', 1025 'browser/accessibility/browser_accessibility_mac_unittest.mm',
1026 'browser/accessibility/browser_accessibility_win_unittest.cc', 1026 'browser/accessibility/browser_accessibility_win_unittest.cc',
1027 'browser/appcache/chrome_appcache_service_unittest.cc',
1027 'browser/app_controller_mac_unittest.mm', 1028 'browser/app_controller_mac_unittest.mm',
1028 'browser/autocomplete_history_manager_unittest.cc', 1029 'browser/autocomplete_history_manager_unittest.cc',
1029 'browser/autocomplete/autocomplete_edit_unittest.cc', 1030 'browser/autocomplete/autocomplete_edit_unittest.cc',
1030 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', 1031 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm',
1031 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', 1032 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc',
1032 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', 1033 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm',
1033 'browser/autocomplete/autocomplete_unittest.cc', 1034 'browser/autocomplete/autocomplete_unittest.cc',
1034 'browser/autocomplete/history_contents_provider_unittest.cc', 1035 'browser/autocomplete/history_contents_provider_unittest.cc',
1035 'browser/autocomplete/history_quick_provider_unittest.cc', 1036 'browser/autocomplete/history_quick_provider_unittest.cc',
1036 'browser/autocomplete/history_url_provider_unittest.cc', 1037 'browser/autocomplete/history_url_provider_unittest.cc',
(...skipping 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after
3637 ] 3638 ]
3638 }], # 'coverage!=0' 3639 }], # 'coverage!=0'
3639 ], # 'conditions' 3640 ], # 'conditions'
3640 } 3641 }
3641 3642
3642 # Local Variables: 3643 # Local Variables:
3643 # tab-width:2 3644 # tab-width:2
3644 # indent-tabs-mode:nil 3645 # indent-tabs-mode:nil
3645 # End: 3646 # End:
3646 # vim: set expandtab tabstop=2 shiftwidth=2: 3647 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698