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

Unified Diff: mojo/services/html_viewer/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 | « mojo/public/tools/prepend.py ('k') | mojo/services/mojo_sdk_root.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/BUILD.gn
diff --git a/mojo/services/html_viewer/BUILD.gn b/mojo/services/html_viewer/BUILD.gn
index 6eaba5edf8799811b29561ebc4d5076fbc90dd50..d802032e18631f82ee9b8ff74586526da8d98158 100644
--- a/mojo/services/html_viewer/BUILD.gn
+++ b/mojo/services/html_viewer/BUILD.gn
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/mojo.gni")
-import("//mojo/public/mojo_application.gni")
+import("//third_party/mojo/src/mojo/public/mojo.gni")
+import("//third_party/mojo/src/mojo/public/mojo_application.gni")
action("generate_blink_resource_map") {
script = "//mojo/services/html_viewer/generate_blink_resource_map.py"
@@ -81,9 +81,6 @@ source_set("lib") {
"//mojo/cc",
"//mojo/common",
"//mojo/converters/surfaces",
- "//mojo/public/c/system:for_shared_library",
- "//mojo/public/cpp/utility",
- "//mojo/public/interfaces/application",
"//mojo/services/network/public/cpp",
"//mojo/services/accessibility/public/interfaces",
"//mojo/services/clipboard/public/interfaces",
@@ -95,14 +92,17 @@ source_set("lib") {
"//mojo/services/surfaces/public/interfaces",
"//net",
"//skia",
+ "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
+ "//third_party/mojo/src/mojo/public/cpp/utility",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
"//ui/native_theme",
"//url",
]
public_deps = [
- "//mojo/public/cpp/bindings",
"//mojo/services/view_manager/public/cpp",
"//third_party/WebKit/public:blink",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
":generate_blink_resource_map",
]
}
« no previous file with comments | « mojo/public/tools/prepend.py ('k') | mojo/services/mojo_sdk_root.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698