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

Side by Side Diff: content/browser/BUILD.gn

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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//content/browser/browser.gni") 8 import("//content/browser/browser.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "renderer_host/input/synthetic_gesture_target_aura.h", 368 "renderer_host/input/synthetic_gesture_target_aura.h",
369 "renderer_host/native_web_keyboard_event_aura.cc", 369 "renderer_host/native_web_keyboard_event_aura.cc",
370 "renderer_host/render_widget_host_view_aura.cc", 370 "renderer_host/render_widget_host_view_aura.cc",
371 "renderer_host/render_widget_host_view_aura.h", 371 "renderer_host/render_widget_host_view_aura.h",
372 "renderer_host/ui_events_helper.cc", 372 "renderer_host/ui_events_helper.cc",
373 "renderer_host/ui_events_helper.h", 373 "renderer_host/ui_events_helper.h",
374 "renderer_host/web_input_event_aura.cc", 374 "renderer_host/web_input_event_aura.cc",
375 "renderer_host/web_input_event_aura.h", 375 "renderer_host/web_input_event_aura.h",
376 "web_contents/aura/gesture_nav_simple.cc", 376 "web_contents/aura/gesture_nav_simple.cc",
377 "web_contents/aura/gesture_nav_simple.h", 377 "web_contents/aura/gesture_nav_simple.h",
378 "web_contents/aura/image_window_delegate.cc",
379 "web_contents/aura/image_window_delegate.h",
380 "web_contents/aura/overscroll_navigation_overlay.cc", 378 "web_contents/aura/overscroll_navigation_overlay.cc",
381 "web_contents/aura/overscroll_navigation_overlay.h", 379 "web_contents/aura/overscroll_navigation_overlay.h",
382 "web_contents/aura/shadow_layer_delegate.cc", 380 "web_contents/aura/shadow_layer_delegate.cc",
383 "web_contents/aura/shadow_layer_delegate.h", 381 "web_contents/aura/shadow_layer_delegate.h",
384 "web_contents/aura/window_slider.cc", 382 "web_contents/aura/window_slider.cc",
385 "web_contents/aura/window_slider.h", 383 "web_contents/aura/window_slider.h",
386 "web_contents/touch_editable_impl_aura.cc", 384 "web_contents/touch_selection_controller_aura_client_impl.cc",
387 "web_contents/touch_editable_impl_aura.h", 385 "web_contents/touch_selection_controller_aura_client_impl.h",
388 "web_contents/web_contents_view_aura.cc", 386 "web_contents/web_contents_view_aura.cc",
389 "web_contents/web_contents_view_aura.h", 387 "web_contents/web_contents_view_aura.h",
390 ] 388 ]
391 } 389 }
392 390
393 if (use_aura || is_mac || is_android) { 391 if (use_aura || is_mac || is_android) {
394 sources += rebase_path( 392 sources += rebase_path(
395 content_browser_gypi_values.compositor_browser_surface_sources, 393 content_browser_gypi_values.compositor_browser_surface_sources,
396 ".", 394 ".",
397 "//content") 395 "//content")
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "media/cdm/browser_cdm_manager.h", 434 "media/cdm/browser_cdm_manager.h",
437 "media/media_web_contents_observer.cc", 435 "media/media_web_contents_observer.cc",
438 "media/media_web_contents_observer.h", 436 "media/media_web_contents_observer.h",
439 ] 437 ]
440 } 438 }
441 439
442 if (is_linux && use_openssl) { 440 if (is_linux && use_openssl) {
443 deps += [ "//third_party/boringssl" ] 441 deps += [ "//third_party/boringssl" ]
444 } 442 }
445 } 443 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | ui/touch_selection/touch_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698