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

Unified Diff: mandoline/ui/browser/BUILD.gn

Issue 1278803006: Gets //mandoline passing gn check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: notandroid Created 5 years, 4 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 | « mandoline/ui/aura/BUILD.gn ('k') | mandoline/ui/omnibox/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/browser/BUILD.gn
diff --git a/mandoline/ui/browser/BUILD.gn b/mandoline/ui/browser/BUILD.gn
index 844e950e4f52cd549347fd247adb60255d68feca..b0328f9c8ff621b1db4badb10624eeedb202e65f 100644
--- a/mandoline/ui/browser/BUILD.gn
+++ b/mandoline/ui/browser/BUILD.gn
@@ -38,12 +38,14 @@ source_set("lib") {
"//components/view_manager/public/cpp",
"//mandoline/services/navigation/public/interfaces",
"//mandoline/tab",
- "//mojo/application/public/interfaces",
+ "//mojo/application/public/cpp:sources",
+ "//mojo/common:common_base",
"//mojo/converters/geometry",
"//skia",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//ui/gfx/geometry",
"//ui/mojo/events:interfaces",
+ "//url",
]
if (is_mac || use_aura) {
@@ -51,7 +53,11 @@ source_set("lib") {
"desktop/desktop_ui.cc",
"desktop/desktop_ui.h",
]
- deps += [ "//mandoline/ui/aura" ]
+ deps += [
+ "//mandoline/ui/aura",
+ "//ui/gfx",
+ "//ui/views",
+ ]
} else {
assert(is_android)
sources += [
@@ -71,8 +77,10 @@ mojo_native_application("mandoline_browser_apptests") {
deps = [
"//base",
"//base/test:test_config",
+ "//components/view_manager/public/cpp",
"//mandoline/tab/public/interfaces",
"//mandoline/ui/browser:lib",
+ "//mojo/application/public/cpp:sources",
"//mojo/application/public/cpp:test_support",
]
}
« no previous file with comments | « mandoline/ui/aura/BUILD.gn ('k') | mandoline/ui/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698