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

Side by Side Diff: content/content_tests.gypi

Issue 145283003: Switch AccessibilityMode to be a bitmap (Closed) Base URL: https://chromium.googlesource.com/chromium/src@enable
Patch Set: Switch back to AccessibilityMode enums in accessibility_ui.cc Created 6 years, 10 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/browser_accessibility_state.h » ('j') | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'dependencies': [ 10 'dependencies': [
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 '../ui/gfx/gfx.gyp:gfx', 327 '../ui/gfx/gfx.gyp:gfx',
328 '../ui/gfx/gfx.gyp:gfx_geometry', 328 '../ui/gfx/gfx.gyp:gfx_geometry',
329 '../ui/ui.gyp:ui', 329 '../ui/ui.gyp:ui',
330 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 330 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
331 ], 331 ],
332 'include_dirs': [ 332 'include_dirs': [
333 '..', 333 '..',
334 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 334 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
335 ], 335 ],
336 'sources': [ 336 'sources': [
337 'browser/accessibility/accessibility_mode_helper_unittest.cc',
337 'browser/accessibility/browser_accessibility_mac_unittest.mm', 338 'browser/accessibility/browser_accessibility_mac_unittest.mm',
338 'browser/accessibility/browser_accessibility_manager_unittest.cc', 339 'browser/accessibility/browser_accessibility_manager_unittest.cc',
339 'browser/accessibility/browser_accessibility_win_unittest.cc', 340 'browser/accessibility/browser_accessibility_win_unittest.cc',
340 'browser/appcache/chrome_appcache_service_unittest.cc', 341 'browser/appcache/chrome_appcache_service_unittest.cc',
341 'browser/browser_thread_unittest.cc', 342 'browser/browser_thread_unittest.cc',
342 'browser/browser_url_handler_impl_unittest.cc', 343 'browser/browser_url_handler_impl_unittest.cc',
343 'browser/byte_stream_unittest.cc', 344 'browser/byte_stream_unittest.cc',
344 'browser/child_process_security_policy_unittest.cc', 345 'browser/child_process_security_policy_unittest.cc',
345 'browser/compositor/software_browser_compositor_output_surface_unittest. cc', 346 'browser/compositor/software_browser_compositor_output_surface_unittest. cc',
346 'browser/compositor/software_output_device_ozone_unittest.cc', 347 'browser/compositor/software_output_device_ozone_unittest.cc',
(...skipping 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1647 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1647 }, 1648 },
1648 ], 1649 ],
1649 }], 1650 }],
1650 ], 1651 ],
1651 }, 1652 },
1652 ], 1653 ],
1653 }], 1654 }],
1654 ], 1655 ],
1655 } 1656 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/browser_accessibility_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698