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

Unified Diff: extensions/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 | « device/vibration/vibration.gyp ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index c900458eb3db63ef171cd2fca1951646e61a8bd2..9444d0fca8a51eaadf71cc6698f484e95b0c971e 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -272,13 +272,13 @@ if (false) {
"//extensions/common",
"//extensions/renderer",
"//extensions/strings",
- "//mojo/edk/js",
- "//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/public/cpp/bindings",
"//testing/gmock",
"//testing/gtest",
"//third_party/leveldatabase",
+ "//third_party/mojo/src/mojo/edk/js",
+ "//third_party/mojo/src/mojo/edk/system",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
]
if (is_win) {
« no previous file with comments | « device/vibration/vibration.gyp ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698