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

Side by Side Diff: content/content_tests.gypi

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 'browser/security_exploit_browsertest.cc', 1234 'browser/security_exploit_browsertest.cc',
1235 'browser/service_worker/service_worker_browsertest.cc', 1235 'browser/service_worker/service_worker_browsertest.cc',
1236 'browser/session_history_browsertest.cc', 1236 'browser/session_history_browsertest.cc',
1237 'browser/shared_worker/worker_browsertest.cc', 1237 'browser/shared_worker/worker_browsertest.cc',
1238 'browser/site_per_process_browsertest.h', 1238 'browser/site_per_process_browsertest.h',
1239 'browser/site_per_process_browsertest.cc', 1239 'browser/site_per_process_browsertest.cc',
1240 'browser/speech/speech_recognition_browsertest.cc', 1240 'browser/speech/speech_recognition_browsertest.cc',
1241 'browser/tracing/tracing_controller_browsertest.cc', 1241 'browser/tracing/tracing_controller_browsertest.cc',
1242 'browser/transition_browsertest.cc', 1242 'browser/transition_browsertest.cc',
1243 'browser/web_contents/opened_by_dom_browsertest.cc', 1243 'browser/web_contents/opened_by_dom_browsertest.cc',
1244 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1245 'browser/web_contents/web_contents_impl_browsertest.cc', 1244 'browser/web_contents/web_contents_impl_browsertest.cc',
1246 'browser/web_contents/web_contents_view_aura_browsertest.cc', 1245 'browser/web_contents/web_contents_view_aura_browsertest.cc',
1247 'browser/webkit_browsertest.cc', 1246 'browser/webkit_browsertest.cc',
1248 'browser/webui/web_ui_mojo_browsertest.cc', 1247 'browser/webui/web_ui_mojo_browsertest.cc',
1249 'child/site_isolation_policy_browsertest.cc', 1248 'child/site_isolation_policy_browsertest.cc',
1250 'renderer/accessibility/renderer_accessibility_browsertest.cc', 1249 'renderer/accessibility/renderer_accessibility_browsertest.cc',
1251 'renderer/browser_render_view_browsertest.cc', 1250 'renderer/browser_render_view_browsertest.cc',
1252 'renderer/dom_serializer_browsertest.cc', 1251 'renderer/dom_serializer_browsertest.cc',
1253 'renderer/gin_browsertest.cc', 1252 'renderer/gin_browsertest.cc',
1254 'renderer/mouse_lock_dispatcher_browsertest.cc', 1253 'renderer/mouse_lock_dispatcher_browsertest.cc',
(...skipping 14 matching lines...) Expand all
1269 'test/browser_test_utils_browsertest.cc', 1268 'test/browser_test_utils_browsertest.cc',
1270 'test/content_browser_test_test.cc', 1269 'test/content_browser_test_test.cc',
1271 'test/ppapi/ppapi_browsertest.cc', 1270 'test/ppapi/ppapi_browsertest.cc',
1272 'test/ppapi/ppapi_test.cc', 1271 'test/ppapi/ppapi_test.cc',
1273 'test/ppapi/ppapi_test.h', 1272 'test/ppapi/ppapi_test.h',
1274 'test/webui_resource_browsertest.cc', 1273 'test/webui_resource_browsertest.cc',
1275 ], 1274 ],
1276 'conditions': [ 1275 'conditions': [
1277 ['chromeos==0', { 1276 ['chromeos==0', {
1278 'sources!': [ 1277 'sources!': [
1279 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1280 ], 1278 ],
1281 }], 1279 }],
1282 ['OS=="win"', { 1280 ['OS=="win"', {
1283 'resource_include_dirs': [ 1281 'resource_include_dirs': [
1284 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1282 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1285 ], 1283 ],
1286 'sources': [ 1284 'sources': [
1287 'shell/app/resource.h', 1285 'shell/app/resource.h',
1288 'shell/app/shell.rc', 1286 'shell/app/shell.rc',
1289 # TODO: It would be nice to have these pulled in 1287 # TODO: It would be nice to have these pulled in
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1980 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1983 }, 1981 },
1984 ], 1982 ],
1985 }], 1983 }],
1986 ], 1984 ],
1987 }, 1985 },
1988 ], 1986 ],
1989 }], 1987 }],
1990 ], 1988 ],
1991 } 1989 }
OLDNEW
« content/browser/renderer_host/render_widget_host_view_aura.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698