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

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: More cleanup. 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'renderer/mock_keyboard_driver_win.cc', 110 'renderer/mock_keyboard_driver_win.cc',
111 'renderer/mock_keyboard_driver_win.h', 111 'renderer/mock_keyboard_driver_win.h',
112 'renderer/mock_printer.cc', 112 'renderer/mock_printer.cc',
113 'renderer/mock_printer.h', 113 'renderer/mock_printer.h',
114 'renderer/mock_render_process.cc', 114 'renderer/mock_render_process.cc',
115 'renderer/mock_render_process.h', 115 'renderer/mock_render_process.h',
116 'renderer/mock_render_thread.cc', 116 'renderer/mock_render_thread.cc',
117 'renderer/mock_render_thread.h', 117 'renderer/mock_render_thread.h',
118 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 118 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
119 'renderer/safe_browsing/mock_feature_extractor_clock.h', 119 'renderer/safe_browsing/mock_feature_extractor_clock.h',
120 'test/appcache_util.cc',
121 'test/appcache_util.h',
120 'test/automation/automation_handle_tracker.cc', 122 'test/automation/automation_handle_tracker.cc',
121 'test/automation/automation_handle_tracker.h', 123 'test/automation/automation_handle_tracker.h',
122 'test/automation/automation_json_requests.cc', 124 'test/automation/automation_json_requests.cc',
123 'test/automation/automation_json_requests.h', 125 'test/automation/automation_json_requests.h',
124 'test/automation/automation_proxy.cc', 126 'test/automation/automation_proxy.cc',
125 'test/automation/automation_proxy.h', 127 'test/automation/automation_proxy.h',
126 'test/automation/browser_proxy.cc', 128 'test/automation/browser_proxy.cc',
127 'test/automation/browser_proxy.h', 129 'test/automation/browser_proxy.h',
128 'test/automation/dom_element_proxy.cc', 130 'test/automation/dom_element_proxy.cc',
129 'test/automation/dom_element_proxy.h', 131 'test/automation/dom_element_proxy.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 '../content/browser/tab_contents/test_tab_contents.h', 207 '../content/browser/tab_contents/test_tab_contents.h',
206 '../content/common/notification_observer_mock.cc', 208 '../content/common/notification_observer_mock.cc',
207 '../content/common/notification_observer_mock.h', 209 '../content/common/notification_observer_mock.h',
208 '../content/common/test_url_constants.cc', 210 '../content/common/test_url_constants.cc',
209 '../content/common/test_url_constants.h', 211 '../content/common/test_url_constants.h',
210 '../content/common/test_url_fetcher_factory.cc', 212 '../content/common/test_url_fetcher_factory.cc',
211 '../content/common/test_url_fetcher_factory.h', 213 '../content/common/test_url_fetcher_factory.h',
212 '../content/renderer/mock_content_renderer_client.cc', 214 '../content/renderer/mock_content_renderer_client.cc',
213 '../ui/gfx/image/image_unittest_util.h', 215 '../ui/gfx/image/image_unittest_util.h',
214 '../ui/gfx/image/image_unittest_util.cc', 216 '../ui/gfx/image/image_unittest_util.cc',
217 '../webkit/quota/mock_special_storage_policy.cc',
218 '../webkit/quota/mock_special_storage_policy.h',
215 ], 219 ],
216 'conditions': [ 220 'conditions': [
217 ['chromeos==0', { 221 ['chromeos==0', {
218 'sources/': [ 222 'sources/': [
219 ['exclude', '^browser/chromeos'], 223 ['exclude', '^browser/chromeos'],
220 ], 224 ],
221 }], 225 }],
222 ['toolkit_uses_gtk == 1', { 226 ['toolkit_uses_gtk == 1', {
223 'dependencies': [ 227 'dependencies': [
224 '../build/linux/system.gyp:gtk', 228 '../build/linux/system.gyp:gtk',
(...skipping 3930 matching lines...) Expand 10 before | Expand all | Expand 10 after
4155 # Use outputs of this action as inputs for the main target build. 4159 # Use outputs of this action as inputs for the main target build.
4156 # Seems as a misnomer but makes this happy on Linux (scons). 4160 # Seems as a misnomer but makes this happy on Linux (scons).
4157 'process_outputs_as_sources': 1, 4161 'process_outputs_as_sources': 1,
4158 }, 4162 },
4159 ], # 'actions' 4163 ], # 'actions'
4160 }, 4164 },
4161 ] 4165 ]
4162 }], # 'coverage!=0' 4166 }], # 'coverage!=0'
4163 ], # 'conditions' 4167 ], # 'conditions'
4164 } 4168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698