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

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: Style fixes. 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) 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_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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'CLD_WINDOWS', 1010 'CLD_WINDOWS',
1011 ], 1011 ],
1012 }, 1012 },
1013 'sources': [ 1013 'sources': [
1014 'app/breakpad_mac_stubs.mm', 1014 'app/breakpad_mac_stubs.mm',
1015 'app/chrome_dll.rc', 1015 'app/chrome_dll.rc',
1016 # All unittests in browser, common, renderer and service. 1016 # All unittests in browser, common, renderer and service.
1017 'browser/about_flags_unittest.cc', 1017 'browser/about_flags_unittest.cc',
1018 'browser/accessibility/browser_accessibility_mac_unittest.mm', 1018 'browser/accessibility/browser_accessibility_mac_unittest.mm',
1019 'browser/accessibility/browser_accessibility_win_unittest.cc', 1019 'browser/accessibility/browser_accessibility_win_unittest.cc',
1020 'browser/appcache/chrome_appcache_service_unittest.cc',
1020 'browser/app_controller_mac_unittest.mm', 1021 'browser/app_controller_mac_unittest.mm',
1021 'browser/autocomplete_history_manager_unittest.cc', 1022 'browser/autocomplete_history_manager_unittest.cc',
1022 'browser/autocomplete/autocomplete_edit_unittest.cc', 1023 'browser/autocomplete/autocomplete_edit_unittest.cc',
1023 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', 1024 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm',
1024 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', 1025 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc',
1025 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', 1026 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm',
1026 'browser/autocomplete/autocomplete_unittest.cc', 1027 'browser/autocomplete/autocomplete_unittest.cc',
1027 'browser/autocomplete/history_contents_provider_unittest.cc', 1028 'browser/autocomplete/history_contents_provider_unittest.cc',
1028 'browser/autocomplete/history_quick_provider_unittest.cc', 1029 'browser/autocomplete/history_quick_provider_unittest.cc',
1029 'browser/autocomplete/history_url_provider_unittest.cc', 1030 'browser/autocomplete/history_url_provider_unittest.cc',
(...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after
3629 ] 3630 ]
3630 }], # 'coverage!=0' 3631 }], # 'coverage!=0'
3631 ], # 'conditions' 3632 ], # 'conditions'
3632 } 3633 }
3633 3634
3634 # Local Variables: 3635 # Local Variables:
3635 # tab-width:2 3636 # tab-width:2
3636 # indent-tabs-mode:nil 3637 # indent-tabs-mode:nil
3637 # End: 3638 # End:
3638 # vim: set expandtab tabstop=2 shiftwidth=2: 3639 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/profiles/profile_impl.cc ('K') | « chrome/browser/profiles/profile_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698