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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 1192583002: Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 61bb6de4d9fb6097cb34a64f0ae4114317e24600..1befad5a48a140797e533e78934f546b4936c204 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -116,17 +116,6 @@
]
}
- if (use_aura) {
- deps += [
- "//ui/keyboard",
- "//ui/keyboard:resources",
- ]
- }
-
- if (toolkit_views) {
- deps += [ "//ui/views" ]
- }
-
if (is_linux) {
configs += [ "//build/config/linux:fontconfig" ]
deps += [ "//dbus" ]
@@ -167,6 +156,13 @@
sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
}
+ if (use_aura) {
+ deps += [
+ "//ui/keyboard",
+ "//ui/keyboard:resources",
+ ]
+ }
+
# chromeos uses its own global_shortcut_listener, _x11 is not necessary.
if (is_chromeos || !use_x11) {
sources -= [
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698