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

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: Rebased after SetVisible removal and Mikhail's directional handles patch 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 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 'browser/security_exploit_browsertest.cc', 1249 'browser/security_exploit_browsertest.cc',
1250 'browser/service_worker/service_worker_browsertest.cc', 1250 'browser/service_worker/service_worker_browsertest.cc',
1251 'browser/session_history_browsertest.cc', 1251 'browser/session_history_browsertest.cc',
1252 'browser/shared_worker/worker_browsertest.cc', 1252 'browser/shared_worker/worker_browsertest.cc',
1253 'browser/site_per_process_browsertest.h', 1253 'browser/site_per_process_browsertest.h',
1254 'browser/site_per_process_browsertest.cc', 1254 'browser/site_per_process_browsertest.cc',
1255 'browser/speech/speech_recognition_browsertest.cc', 1255 'browser/speech/speech_recognition_browsertest.cc',
1256 'browser/tracing/tracing_controller_browsertest.cc', 1256 'browser/tracing/tracing_controller_browsertest.cc',
1257 'browser/transition_browsertest.cc', 1257 'browser/transition_browsertest.cc',
1258 'browser/web_contents/opened_by_dom_browsertest.cc', 1258 'browser/web_contents/opened_by_dom_browsertest.cc',
1259 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1260 'browser/web_contents/web_contents_impl_browsertest.cc', 1259 'browser/web_contents/web_contents_impl_browsertest.cc',
1261 'browser/web_contents/web_contents_view_aura_browsertest.cc', 1260 'browser/web_contents/web_contents_view_aura_browsertest.cc',
1262 'browser/webkit_browsertest.cc', 1261 'browser/webkit_browsertest.cc',
1263 'browser/webui/web_ui_mojo_browsertest.cc', 1262 'browser/webui/web_ui_mojo_browsertest.cc',
1264 'child/site_isolation_policy_browsertest.cc', 1263 'child/site_isolation_policy_browsertest.cc',
1265 'renderer/accessibility/renderer_accessibility_browsertest.cc', 1264 'renderer/accessibility/renderer_accessibility_browsertest.cc',
1266 'renderer/browser_render_view_browsertest.cc', 1265 'renderer/browser_render_view_browsertest.cc',
1267 'renderer/dom_serializer_browsertest.cc', 1266 'renderer/dom_serializer_browsertest.cc',
1268 'renderer/gin_browsertest.cc', 1267 'renderer/gin_browsertest.cc',
1269 'renderer/mouse_lock_dispatcher_browsertest.cc', 1268 'renderer/mouse_lock_dispatcher_browsertest.cc',
(...skipping 16 matching lines...) Expand all
1286 'test/browser_test_utils_browsertest.cc', 1285 'test/browser_test_utils_browsertest.cc',
1287 'test/content_browser_test_test.cc', 1286 'test/content_browser_test_test.cc',
1288 'test/ppapi/ppapi_browsertest.cc', 1287 'test/ppapi/ppapi_browsertest.cc',
1289 'test/ppapi/ppapi_test.cc', 1288 'test/ppapi/ppapi_test.cc',
1290 'test/ppapi/ppapi_test.h', 1289 'test/ppapi/ppapi_test.h',
1291 'test/webui_resource_browsertest.cc', 1290 'test/webui_resource_browsertest.cc',
1292 ], 1291 ],
1293 'conditions': [ 1292 'conditions': [
1294 ['chromeos==0', { 1293 ['chromeos==0', {
1295 'sources!': [ 1294 'sources!': [
1296 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1297 ], 1295 ],
1298 }], 1296 }],
1299 ['OS=="win"', { 1297 ['OS=="win"', {
1300 'resource_include_dirs': [ 1298 'resource_include_dirs': [
1301 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1299 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1302 ], 1300 ],
1303 'sources': [ 1301 'sources': [
1304 'shell/app/resource.h', 1302 'shell/app/resource.h',
1305 'shell/app/shell.rc', 1303 'shell/app/shell.rc',
1306 # TODO: It would be nice to have these pulled in 1304 # TODO: It would be nice to have these pulled in
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2022 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2025 }, 2023 },
2026 ], 2024 ],
2027 }], 2025 }],
2028 ], 2026 ],
2029 }, 2027 },
2030 ], 2028 ],
2031 }], 2029 }],
2032 ], 2030 ],
2033 } 2031 }
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