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

Unified Diff: content/test/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/shell/android/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 2ce975bcaa8f6f08f2fbc28fb646a51f97e68e25..9d92c88afc412d887fb0a2845a3310eb7a5836b6 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//build/module_args/v8.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
+import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
content_tests_gypi_values =
exec_script("//build/gypi_to_gn.py",
@@ -268,17 +268,17 @@ if (!is_mac) {
"//media/audio:test_support",
"//media/base:test_support",
"//media:shared_memory_support",
- "//mojo/edk/system",
- "//mojo/edk/test:test_support",
"//mojo/environment:chromium",
- "//mojo/public/cpp/bindings",
- "//mojo/public/js",
"//net:test_support",
"//ppapi:ppapi_host",
"//ppapi:ppapi_ipc",
"//ppapi:ppapi_proxy",
"//ppapi:ppapi_shared",
+ "//third_party/mojo/src/mojo/edk/system",
+ "//third_party/mojo/src/mojo/edk/test:test_support",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//third_party/mojo/src/mojo/public/js",
#"//ppapi:ppapi_tests", TODO(GYP)
#"//ppapi:ppapi_unittest_shared", TODO(GYP)
"//testing/gmock",
@@ -434,15 +434,15 @@ if (!is_mac) { # TODO(GYP) enable on Mac once it links.
"//crypto",
"//device/battery",
"//device/battery:mojo_bindings",
- "//mojo/edk/test:test_support",
"//mojo/environment:chromium",
- "//mojo/public/cpp/bindings",
"//net:test_support",
"//skia",
"//sql",
"//sql:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/mojo/src/mojo/edk/test:test_support",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/re2",
"//ui/accessibility",
"//ui/base",
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698