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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7210006: AppCaches which belong to hosted apps are not protected from deletion (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixing the merge. Created 9 years, 5 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'test/thread_observer_helper.h', 169 'test/thread_observer_helper.h',
170 'test/ui_test_utils.cc', 170 'test/ui_test_utils.cc',
171 'test/ui_test_utils.h', 171 'test/ui_test_utils.h',
172 'test/ui_test_utils_linux.cc', 172 'test/ui_test_utils_linux.cc',
173 'test/ui_test_utils_mac.mm', 173 'test/ui_test_utils_mac.mm',
174 'test/ui_test_utils_win.cc', 174 'test/ui_test_utils_win.cc',
175 'test/unit/chrome_test_suite.cc', 175 'test/unit/chrome_test_suite.cc',
176 'test/unit/chrome_test_suite.h', 176 'test/unit/chrome_test_suite.h',
177 'test/values_test_util.cc', 177 'test/values_test_util.cc',
178 'test/values_test_util.h', 178 'test/values_test_util.h',
179 '../webkit/quota/mock_special_storage_policy.cc',
180 '../webkit/quota/mock_special_storage_policy.h',
179 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc', 181 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc',
180 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h', 182 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h',
181 '../content/browser/geolocation/mock_location_provider.cc', 183 '../content/browser/geolocation/mock_location_provider.cc',
182 '../content/browser/geolocation/mock_location_provider.h', 184 '../content/browser/geolocation/mock_location_provider.h',
183 '../content/browser/mock_content_browser_client.cc', 185 '../content/browser/mock_content_browser_client.cc',
184 '../content/browser/mock_resource_context.cc', 186 '../content/browser/mock_resource_context.cc',
185 '../content/browser/mock_resource_context.h', 187 '../content/browser/mock_resource_context.h',
186 # TODO: these should live here but are currently used by 188 # TODO: these should live here but are currently used by
187 # production code code in libbrowser (in chrome.gyp). 189 # production code code in libbrowser (in chrome.gyp).
188 #'../content/browser/net/url_request_mock_http_job.cc', 190 #'../content/browser/net/url_request_mock_http_job.cc',
(...skipping 3943 matching lines...) Expand 10 before | Expand all | Expand 10 after
4132 ] 4134 ]
4133 }], # 'coverage!=0' 4135 }], # 'coverage!=0'
4134 ], # 'conditions' 4136 ], # 'conditions'
4135 } 4137 }
4136 4138
4137 # Local Variables: 4139 # Local Variables:
4138 # tab-width:2 4140 # tab-width:2
4139 # indent-tabs-mode:nil 4141 # indent-tabs-mode:nil
4140 # End: 4142 # End:
4141 # vim: set expandtab tabstop=2 shiftwidth=2: 4143 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698