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

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

Issue 1034713004: Refactors gesture conversion functions to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specific dep Created 5 years, 8 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/touch_emulator.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "//storage/browser", 109 "//storage/browser",
110 "//storage/common", 110 "//storage/common",
111 "//third_party/WebKit/public:resources", 111 "//third_party/WebKit/public:resources",
112 "//third_party/angle:commit_id", 112 "//third_party/angle:commit_id",
113 "//third_party/icu", 113 "//third_party/icu",
114 "//third_party/leveldatabase", 114 "//third_party/leveldatabase",
115 "//third_party/libyuv", 115 "//third_party/libyuv",
116 "//third_party/mojo/src/mojo/public/cpp/bindings", 116 "//third_party/mojo/src/mojo/public/cpp/bindings",
117 "//third_party/mojo/src/mojo/public/interfaces/application", 117 "//third_party/mojo/src/mojo/public/interfaces/application",
118 "//third_party/mojo/src/mojo/public/js", 118 "//third_party/mojo/src/mojo/public/js",
119 "//ui/events/blink",
119 "//ui/resources", 120 "//ui/resources",
120 "//ui/surface", 121 "//ui/surface",
121 "//ui/touch_selection", 122 "//ui/touch_selection",
122 ] 123 ]
123 } 124 }
124 125
125 configs += [ 126 configs += [
126 "//content:content_implementation", 127 "//content:content_implementation",
127 "//third_party/WebKit/public:debug_devtools", 128 "//third_party/WebKit/public:debug_devtools",
128 ] 129 ]
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 } 448 }
448 449
449 if (is_linux && use_openssl) { 450 if (is_linux && use_openssl) {
450 deps += [ "//third_party/boringssl" ] 451 deps += [ "//third_party/boringssl" ]
451 } 452 }
452 453
453 if (enable_media_mojo_renderer) { 454 if (enable_media_mojo_renderer) {
454 deps += [ "//media/mojo/services:renderer_service" ] 455 deps += [ "//media/mojo/services:renderer_service" ]
455 } 456 }
456 } 457 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/input/touch_emulator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698