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

Unified Diff: extensions/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
« no previous file with comments | « device/vibration/vibration_manager_impl_default.cc ('k') | extensions/DEPS » ('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 f84121f82ecfed131fd1a7af9fbde48bb0170aa4..9aa1ca3ebbce9077a7798ca73d0d2583ab078eed 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -193,12 +193,12 @@ test("extensions_unittests") {
"//extensions/utility",
"//mojo/application/public/interfaces",
"//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",
]
data_deps = [
@@ -262,11 +262,11 @@ test("extensions_browsertests") {
"//device/bluetooth:mocks",
"//device/usb:mocks",
"//mojo/environment:chromium",
+ "//mojo/public/cpp/bindings",
"//testing/gmock",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/js",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
]
data_deps = [
« no previous file with comments | « device/vibration/vibration_manager_impl_default.cc ('k') | extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698