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

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 IPC value to be the enum, rather than unsigned int 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
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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 '../ui/gfx/gfx.gyp:gfx', 325 '../ui/gfx/gfx.gyp:gfx',
326 '../ui/gfx/gfx.gyp:gfx_geometry', 326 '../ui/gfx/gfx.gyp:gfx_geometry',
327 '../ui/ui.gyp:ui', 327 '../ui/ui.gyp:ui',
328 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 328 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
329 ], 329 ],
330 'include_dirs': [ 330 'include_dirs': [
331 '..', 331 '..',
332 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 332 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
333 ], 333 ],
334 'sources': [ 334 'sources': [
335 'browser/accessibility/accessibility_mode_helper_unittest.cc',
335 'browser/accessibility/browser_accessibility_mac_unittest.mm', 336 'browser/accessibility/browser_accessibility_mac_unittest.mm',
336 'browser/accessibility/browser_accessibility_manager_unittest.cc', 337 'browser/accessibility/browser_accessibility_manager_unittest.cc',
337 'browser/accessibility/browser_accessibility_win_unittest.cc', 338 'browser/accessibility/browser_accessibility_win_unittest.cc',
338 'browser/appcache/chrome_appcache_service_unittest.cc', 339 'browser/appcache/chrome_appcache_service_unittest.cc',
339 'browser/browser_thread_unittest.cc', 340 'browser/browser_thread_unittest.cc',
340 'browser/browser_url_handler_impl_unittest.cc', 341 'browser/browser_url_handler_impl_unittest.cc',
341 'browser/byte_stream_unittest.cc', 342 'browser/byte_stream_unittest.cc',
342 'browser/child_process_security_policy_unittest.cc', 343 'browser/child_process_security_policy_unittest.cc',
343 'browser/compositor/software_browser_compositor_output_surface_unittest. cc', 344 'browser/compositor/software_browser_compositor_output_surface_unittest. cc',
344 'browser/compositor/software_output_device_ozone_unittest.cc', 345 'browser/compositor/software_output_device_ozone_unittest.cc',
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1637 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1637 }, 1638 },
1638 ], 1639 ],
1639 }], 1640 }],
1640 ], 1641 ],
1641 }, 1642 },
1642 ], 1643 ],
1643 }], 1644 }],
1644 ], 1645 ],
1645 } 1646 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698