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

Unified Diff: content/browser/BUILD.gn

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « content/app/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 07127115b58e4cb00413f94e21963e107e292229..ffb7429f4c6340557ac955f7552d15e19ec3ef33 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -101,9 +101,6 @@ source_set("browser") {
"//content/browser/devtools:resources",
"//content/common:mojo_bindings",
"//content/public/common:mojo_bindings",
- "//mojo/public/cpp/bindings",
- "//mojo/public/interfaces/application",
- "//mojo/public/js",
"//net:http_server",
"//storage/browser",
"//storage/common",
@@ -112,6 +109,9 @@ source_set("browser") {
"//third_party/icu",
"//third_party/leveldatabase",
"//third_party/libyuv",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
+ "//third_party/mojo/src/mojo/public/js",
"//ui/resources",
"//ui/surface",
"//ui/touch_selection",
« no previous file with comments | « content/app/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698