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

Unified Diff: content/browser/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 64a9267a19d6d9564e4503f5f5bde2fd8103d2cd..d97c5cb229dcd3554fd58dee2fd207e4321634b3 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -39,12 +39,12 @@ source_set("browser") {
"//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/package_manager",
+ "//mojo/public/cpp/bindings",
"//mojo/shell",
"//net",
"//net:extras",
"//skia",
"//sql",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/npapi",
"//third_party/re2",
"//third_party/WebKit/public:blink_headers",
@@ -120,6 +120,8 @@ source_set("browser") {
"//mojo/application/public/interfaces",
"//mojo/common:url_type_converters",
"//mojo/converters/geometry",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/js",
"//skia/public",
"//storage/browser",
"//storage/common",
@@ -129,8 +131,6 @@ 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/js",
"//ui/events/blink",
"//ui/resources",
"//ui/surface",
« no previous file with comments | « content/app/mojo/mojo_browsertest.cc ('k') | content/browser/background_sync/background_sync_registration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698