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

Side by Side Diff: content/content_browser.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: Fixed overrides in TouchHandleDrawableAura Created 5 years, 11 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 'browser/tracing/tracing_ui.h', 1372 'browser/tracing/tracing_ui.h',
1373 'browser/transition_request_manager.cc', 1373 'browser/transition_request_manager.cc',
1374 'browser/transition_request_manager.h', 1374 'browser/transition_request_manager.h',
1375 'browser/udev_linux.cc', 1375 'browser/udev_linux.cc',
1376 'browser/udev_linux.h', 1376 'browser/udev_linux.h',
1377 'browser/user_metrics.cc', 1377 'browser/user_metrics.cc',
1378 'browser/utility_process_host_impl.cc', 1378 'browser/utility_process_host_impl.cc',
1379 'browser/utility_process_host_impl.h', 1379 'browser/utility_process_host_impl.h',
1380 'browser/web_contents/aura/gesture_nav_simple.cc', 1380 'browser/web_contents/aura/gesture_nav_simple.cc',
1381 'browser/web_contents/aura/gesture_nav_simple.h', 1381 'browser/web_contents/aura/gesture_nav_simple.h',
1382 'browser/web_contents/aura/image_window_delegate.cc',
1383 'browser/web_contents/aura/image_window_delegate.h',
1384 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1382 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1385 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1383 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1386 'browser/web_contents/aura/shadow_layer_delegate.cc', 1384 'browser/web_contents/aura/shadow_layer_delegate.cc',
1387 'browser/web_contents/aura/shadow_layer_delegate.h', 1385 'browser/web_contents/aura/shadow_layer_delegate.h',
1388 'browser/web_contents/aura/window_slider.cc', 1386 'browser/web_contents/aura/window_slider.cc',
1389 'browser/web_contents/aura/window_slider.h', 1387 'browser/web_contents/aura/window_slider.h',
1390 'browser/web_contents/touch_editable_impl_aura.cc', 1388 'browser/web_contents/touch_selection_controller_aura_client_impl.cc',
1391 'browser/web_contents/touch_editable_impl_aura.h', 1389 'browser/web_contents/touch_selection_controller_aura_client_impl.h',
1392 'browser/web_contents/web_contents_android.cc', 1390 'browser/web_contents/web_contents_android.cc',
1393 'browser/web_contents/web_contents_android.h', 1391 'browser/web_contents/web_contents_android.h',
1394 'browser/web_contents/web_contents_impl.cc', 1392 'browser/web_contents/web_contents_impl.cc',
1395 'browser/web_contents/web_contents_impl.h', 1393 'browser/web_contents/web_contents_impl.h',
1396 'browser/web_contents/web_contents_view.h', 1394 'browser/web_contents/web_contents_view.h',
1397 'browser/web_contents/web_contents_view_android.cc', 1395 'browser/web_contents/web_contents_view_android.cc',
1398 'browser/web_contents/web_contents_view_android.h', 1396 'browser/web_contents/web_contents_view_android.h',
1399 'browser/web_contents/web_contents_view_aura.cc', 1397 'browser/web_contents/web_contents_view_aura.cc',
1400 'browser/web_contents/web_contents_view_aura.h', 1398 'browser/web_contents/web_contents_view_aura.h',
1401 'browser/web_contents/web_contents_view_guest.cc', 1399 'browser/web_contents/web_contents_view_guest.cc',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 }], 1898 }],
1901 ['use_aura==1', { 1899 ['use_aura==1', {
1902 'dependencies': [ 1900 'dependencies': [
1903 '../ui/aura/aura.gyp:aura', 1901 '../ui/aura/aura.gyp:aura',
1904 '../ui/strings/ui_strings.gyp:ui_strings', 1902 '../ui/strings/ui_strings.gyp:ui_strings',
1905 ], 1903 ],
1906 }, { 1904 }, {
1907 'sources/': [ 1905 'sources/': [
1908 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1906 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1909 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1907 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1910 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1908 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.cc'],
1911 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1909 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.h'],
1912 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1910 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1913 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1911 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
1914 ], 1912 ],
1915 }], 1913 }],
1916 ['enable_plugins==1', { 1914 ['enable_plugins==1', {
1917 'dependencies': [ 1915 'dependencies': [
1918 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1916 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1919 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1917 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1920 ], 1918 ],
1921 'sources': [ 1919 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'browser/media/media_web_contents_observer.h', 1962 'browser/media/media_web_contents_observer.h',
1965 ], 1963 ],
1966 }], 1964 }],
1967 ['OS == "linux" and use_openssl==1', { 1965 ['OS == "linux" and use_openssl==1', {
1968 'dependencies': [ 1966 'dependencies': [
1969 '../third_party/boringssl/boringssl.gyp:boringssl', 1967 '../third_party/boringssl/boringssl.gyp:boringssl',
1970 ], 1968 ],
1971 }], 1969 }],
1972 ], 1970 ],
1973 } 1971 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698