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

Unified Diff: chrome/browser/BUILD.gn

Issue 1442893002: Move Shell connection to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i2
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 | « no previous file | chrome/browser/chrome_browser_main.h » ('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 f008f5135642b58a8d06beed90012a88b3c7d4c4..11f5399fbe607a24ae6b9ee5df1fe19f01cffcff 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -575,22 +575,19 @@ source_set("browser") {
# These files are only built in a GN build because they bring in
# dependencies that don't build with GYP.
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",
+ "//content/public/common",
"//mojo/runner/child:lib",
- "//mojo/converters/network",
"//ui/aura",
"//ui/compositor",
"//ui/keyboard",
"//ui/keyboard:keyboard_with_content",
- "//ui/views/mus",
+ "//ui/views/mus:for_component",
]
- defines += [ "MOJO_RUNNER_CLIENT" ]
+ defines += [ "MOJO_SHELL_CLIENT" ]
data_deps += [ "//components/mus/example/wm:example_wm" ]
}
if (ui_compositor_image_transport) {
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698