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

Unified Diff: mojo/environment/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/edk/test/test_utils_win.cc ('k') | mojo/mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/BUILD.gn
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
index e10850a4826d92f712cf0687f2007d10f2f0609a..d08ca6261df6ff5522875024dee06b5ac0a01d62 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -10,8 +10,8 @@ source_set("chromium") {
"environment.cc",
# TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
- "../public/cpp/environment/logging.h",
- "../public/cpp/environment/lib/logging.cc",
+ "//third_party/mojo/src/mojo/public/cpp/environment/logging.h",
+ "//third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
]
public_deps = [
@@ -35,6 +35,8 @@ component("chromium_impl") {
defines = [ "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION" ]
+ public_configs = [ "//third_party/mojo/src/mojo/public/build/config:mojo_sdk" ]
+
deps = [
"//base",
"//base/third_party/dynamic_annotations",
« no previous file with comments | « mojo/edk/test/test_utils_win.cc ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698