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

Side by Side Diff: trunk/src/content/content_tests.gypi

Issue 304253007: Revert 273770 "Enable touch text selection tests on all Aura pla..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | Annotate | Revision Log
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 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 'renderer/savable_resources_browsertest.cc', 1162 'renderer/savable_resources_browsertest.cc',
1163 'test/accessibility_browser_test_utils.cc', 1163 'test/accessibility_browser_test_utils.cc',
1164 'test/accessibility_browser_test_utils.h', 1164 'test/accessibility_browser_test_utils.h',
1165 'test/content_browser_test_test.cc', 1165 'test/content_browser_test_test.cc',
1166 'test/ppapi/ppapi_browsertest.cc', 1166 'test/ppapi/ppapi_browsertest.cc',
1167 'test/ppapi/ppapi_test.cc', 1167 'test/ppapi/ppapi_test.cc',
1168 'test/ppapi/ppapi_test.h', 1168 'test/ppapi/ppapi_test.h',
1169 'test/webui_resource_browsertest.cc', 1169 'test/webui_resource_browsertest.cc',
1170 ], 1170 ],
1171 'conditions': [ 1171 'conditions': [
1172 ['chromeos==0', {
1173 'sources!': [
1174 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1175 ],
1176 }],
1172 ['OS=="win"', { 1177 ['OS=="win"', {
1173 'resource_include_dirs': [ 1178 'resource_include_dirs': [
1174 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1179 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1175 ], 1180 ],
1176 'sources': [ 1181 'sources': [
1177 'shell/app/resource.h', 1182 'shell/app/resource.h',
1178 'shell/app/shell.rc', 1183 'shell/app/shell.rc',
1179 # TODO: It would be nice to have these pulled in 1184 # TODO: It would be nice to have these pulled in
1180 # automatically from direct_dependent_settings in 1185 # automatically from direct_dependent_settings in
1181 # their various targets (net.gyp:net_resources, etc.), 1186 # their various targets (net.gyp:net_resources, etc.),
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1820 }, 1825 },
1821 ], 1826 ],
1822 }], 1827 }],
1823 ], 1828 ],
1824 }, 1829 },
1825 ], 1830 ],
1826 }], 1831 }],
1827 ], 1832 ],
1828 } 1833 }
OLDNEW
« no previous file with comments | « trunk/src/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc ('k') | trunk/src/ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698