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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 613373004: Adopt ui::GestureConfiguration on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move all the methods to superclass Created 6 years, 2 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 8
9 gypi_values = exec_script( 9 gypi_values = exec_script(
10 "//build/gypi_to_gn.py", 10 "//build/gypi_to_gn.py",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//crypto", 60 "//crypto",
61 "//skia", 61 "//skia",
62 "//third_party/cacheinvalidation", 62 "//third_party/cacheinvalidation",
63 "//third_party/icu", 63 "//third_party/icu",
64 "//third_party/libusb", 64 "//third_party/libusb",
65 "//third_party/libxml", 65 "//third_party/libxml",
66 "//third_party/zlib", 66 "//third_party/zlib",
67 "//ui/accessibility", 67 "//ui/accessibility",
68 "//ui/base", 68 "//ui/base",
69 "//ui/events", 69 "//ui/events",
70 "//ui/events:gesture_detection",
70 "//ui/gfx", 71 "//ui/gfx",
71 "//ui/gfx/geometry", 72 "//ui/gfx/geometry",
72 "//ui/message_center", 73 "//ui/message_center",
73 "//ui/native_theme", 74 "//ui/native_theme",
74 "//ui/resources", 75 "//ui/resources",
75 "//ui/snapshot", 76 "//ui/snapshot",
76 "//ui/strings", 77 "//ui/strings",
77 ] 78 ]
78 79
79 if (!is_ios) { 80 if (!is_ios) {
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "//chrome/browser", 469 "//chrome/browser",
469 "//content/public/browser", 470 "//content/public/browser",
470 "//content/public/common", 471 "//content/public/common",
471 "//content/test:test_support", 472 "//content/test:test_support",
472 "//net:test_support", 473 "//net:test_support",
473 "//skia", 474 "//skia",
474 "//testing/gtest", 475 "//testing/gtest",
475 "//ui/base", 476 "//ui/base",
476 ] 477 ]
477 } 478 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698