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

Unified Diff: chrome/browser/BUILD.gn

Issue 1416373010: Implement a MusBrowserFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome
Patch Set: . Created 5 years, 1 month 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 | « base/threading/thread_restrictions.h ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 8151cf27e8bde38f9746f80ce3dda93067b3e41b..7c57cfafdbfccff6f9fbd792c8febd1932aaf5af 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -207,6 +207,7 @@ source_set("browser") {
"//ui/strings",
"//ui/resources",
]
+ data_deps = []
sources +=
rebase_path(gypi_values.chrome_browser_undo_sources, ".", "//chrome")
@@ -574,15 +575,21 @@ source_set("browser") {
sources += [
"mojo_runner_state.cc",
"mojo_runner_state.h",
+ "ui/views/frame/browser_frame_mus.cc",
+ "ui/views/frame/browser_frame_mus.h",
]
deps += [
+ "//components/mus/public/interfaces",
"//mojo/runner/child:lib",
+ "//mojo/converters/network",
"//ui/aura",
"//ui/compositor",
"//ui/keyboard",
"//ui/keyboard:keyboard_with_content",
+ "//ui/views/mus",
]
defines += [ "MOJO_RUNNER_CLIENT" ]
+ data_deps += [ "//components/mus/example/wm:example_wm" ]
}
if (ui_compositor_image_transport) {
deps += [ "//ui/gl" ]
« no previous file with comments | « base/threading/thread_restrictions.h ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698