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

Side by Side Diff: content/content_tests.gypi

Issue 304883002: Enable touch text selection tests on all Aura platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert point to root window before screen Created 6 years, 6 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 'renderer/savable_resources_browsertest.cc', 1165 'renderer/savable_resources_browsertest.cc',
1166 'test/accessibility_browser_test_utils.cc', 1166 'test/accessibility_browser_test_utils.cc',
1167 'test/accessibility_browser_test_utils.h', 1167 'test/accessibility_browser_test_utils.h',
1168 'test/content_browser_test_test.cc', 1168 'test/content_browser_test_test.cc',
1169 'test/ppapi/ppapi_browsertest.cc', 1169 'test/ppapi/ppapi_browsertest.cc',
1170 'test/ppapi/ppapi_test.cc', 1170 'test/ppapi/ppapi_test.cc',
1171 'test/ppapi/ppapi_test.h', 1171 'test/ppapi/ppapi_test.h',
1172 'test/webui_resource_browsertest.cc', 1172 'test/webui_resource_browsertest.cc',
1173 ], 1173 ],
1174 'conditions': [ 1174 'conditions': [
1175 ['chromeos==0', {
1176 'sources!': [
1177 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1178 ],
1179 }],
1180 ['OS=="win"', { 1175 ['OS=="win"', {
1181 'resource_include_dirs': [ 1176 'resource_include_dirs': [
1182 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1177 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1183 ], 1178 ],
1184 'sources': [ 1179 'sources': [
1185 'shell/app/resource.h', 1180 'shell/app/resource.h',
1186 'shell/app/shell.rc', 1181 'shell/app/shell.rc',
1187 # TODO: It would be nice to have these pulled in 1182 # TODO: It would be nice to have these pulled in
1188 # automatically from direct_dependent_settings in 1183 # automatically from direct_dependent_settings in
1189 # their various targets (net.gyp:net_resources, etc.), 1184 # their various targets (net.gyp:net_resources, etc.),
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1828 }, 1823 },
1829 ], 1824 ],
1830 }], 1825 }],
1831 ], 1826 ],
1832 }, 1827 },
1833 ], 1828 ],
1834 }], 1829 }],
1835 ], 1830 ],
1836 } 1831 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698