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

Side by Side Diff: content/content_tests.gypi

Issue 8804001: Move a bunch of accessibility tests in chrome that have no chrome dependencies to content. We wan... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « content/browser/accessibility/renderer_accessibility_browsertest.cc ('k') | no next file » | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '../v8/tools/gyp/v8.gyp:v8', 158 '../v8/tools/gyp/v8.gyp:v8',
159 '../webkit/support/webkit_support.gyp:database', 159 '../webkit/support/webkit_support.gyp:database',
160 '../webkit/support/webkit_support.gyp:glue', 160 '../webkit/support/webkit_support.gyp:glue',
161 '../webkit/support/webkit_support.gyp:quota', 161 '../webkit/support/webkit_support.gyp:quota',
162 ], 162 ],
163 'include_dirs': [ 163 'include_dirs': [
164 '..', 164 '..',
165 ], 165 ],
166 'sources': [ 166 'sources': [
167 'app/startup_helper_win.cc', 167 'app/startup_helper_win.cc',
168 'browser/accessibility/browser_accessibility_manager_unittest.cc',
169 'browser/accessibility/browser_accessibility_win_unittest.cc',
168 'browser/appcache/chrome_appcache_service_unittest.cc', 170 'browser/appcache/chrome_appcache_service_unittest.cc',
169 'browser/browser_thread_unittest.cc', 171 'browser/browser_thread_unittest.cc',
170 'browser/browser_url_handler_unittest.cc', 172 'browser/browser_url_handler_unittest.cc',
171 'browser/child_process_security_policy_unittest.cc', 173 'browser/child_process_security_policy_unittest.cc',
172 'browser/debugger/devtools_manager_unittest.cc', 174 'browser/debugger/devtools_manager_unittest.cc',
173 'browser/device_orientation/provider_unittest.cc', 175 'browser/device_orientation/provider_unittest.cc',
174 'browser/download/base_file_unittest.cc', 176 'browser/download/base_file_unittest.cc',
175 'browser/download/download_buffer_unittest.cc', 177 'browser/download/download_buffer_unittest.cc',
176 'browser/download/download_file_unittest.cc', 178 'browser/download/download_file_unittest.cc',
177 'browser/download/download_id_unittest.cc', 179 'browser/download/download_id_unittest.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 ], 400 ],
399 'sources': [ 401 'sources': [
400 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 402 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
401 ], 403 ],
402 } 404 }
403 ], 405 ],
404 }, 406 },
405 ], 407 ],
406 ], 408 ],
407 } 409 }
OLDNEW
« no previous file with comments | « content/browser/accessibility/renderer_accessibility_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698