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

Unified Diff: extensions/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 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/extensions_tests.gyp » ('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 3874b031e125bfdbfc99c304131286f1736f4abd..382c3bf3e156fb0c373b4b0810d66c11b52f58da 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -191,14 +191,14 @@ test("extensions_unittests") {
"//extensions/renderer",
"//extensions/strings",
"//extensions/utility",
+ "//mojo/edk/js",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/shell/public/interfaces",
"//testing/gmock",
"//testing/gtest",
"//third_party/leveldatabase",
- "//third_party/mojo/src/mojo/edk/js",
- "//third_party/mojo/src/mojo/edk/system",
]
data_deps = [
@@ -263,12 +263,12 @@ test("extensions_browsertests") {
"//device/core:mocks",
"//device/hid:mocks",
"//device/usb:mocks",
+ "//mojo/edk/js",
+ "//mojo/edk/system",
"//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",
]
data_deps = [
« no previous file with comments | « device/vibration/vibration.gyp ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698