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

Side by Side Diff: content/content_tests.gypi

Issue 246773008: RWHI should implement BrowserAccessibilityDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge error Created 6 years, 7 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/port/browser/render_widget_host_view_port.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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
11 ['OS=="android"', { 11 ['OS=="android"', {
12 'dependencies': [ 12 'dependencies': [
13 'test_support_content_jni_headers', 13 'test_support_content_jni_headers',
14 ], 14 ],
15 }], 15 }],
16 ['OS!="ios"', { 16 ['OS!="ios"', {
17 # layouttest_support_content is not supported nor required on iOS. 17 # layouttest_support_content is not supported nor required on iOS.
18 'dependencies': [ 18 'dependencies': [
19 'webkit_test_support_content', 19 'webkit_test_support_content',
20 '../skia/skia.gyp:skia', 20 '../skia/skia.gyp:skia',
21 '../ui/accessibility/accessibility.gyp:ax_gen',
21 '../v8/tools/gyp/v8.gyp:v8', 22 '../v8/tools/gyp/v8.gyp:v8',
22 ], 23 ],
23 'include_dirs': [ 24 'include_dirs': [
24 '..', 25 '..',
25 '<(SHARED_INTERMEDIATE_DIR)', 26 '<(SHARED_INTERMEDIATE_DIR)',
26 ], 27 ],
27 'sources': [ 28 'sources': [
28 'public/test/layouttest_support.h', 29 'public/test/layouttest_support.h',
29 'public/test/nested_message_pump_android.cc', 30 'public/test/nested_message_pump_android.cc',
30 'public/test/nested_message_pump_android.h', 31 'public/test/nested_message_pump_android.h',
(...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1830 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1830 }, 1831 },
1831 ], 1832 ],
1832 }], 1833 }],
1833 ], 1834 ],
1834 }, 1835 },
1835 ], 1836 ],
1836 }], 1837 }],
1837 ], 1838 ],
1838 } 1839 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/port/browser/render_widget_host_view_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698