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

Unified Diff: mojo/environment/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 | « mojo/edk/test/test_support_impl.h ('k') | mojo/environment/default_async_waiter_impl.h » ('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 f376bace3b93f3fc37c32caeae88f1ffaff1daea..d794af7202e58436cdd352c6e9373bd5d923f676 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -10,13 +10,13 @@ source_set("chromium") {
"environment.cc",
# TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
- "//third_party/mojo/src/mojo/public/cpp/environment/async_waiter.h",
- "//third_party/mojo/src/mojo/public/cpp/environment/lib/async_waiter.cc",
- "//third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
- "//third_party/mojo/src/mojo/public/cpp/environment/lib/scoped_task_tracking.cc",
- "//third_party/mojo/src/mojo/public/cpp/environment/lib/scoped_task_tracking.h",
- "//third_party/mojo/src/mojo/public/cpp/environment/logging.h",
- "//third_party/mojo/src/mojo/public/cpp/environment/task_tracker.h",
+ "//mojo/public/cpp/environment/async_waiter.h",
+ "//mojo/public/cpp/environment/lib/async_waiter.cc",
+ "//mojo/public/cpp/environment/lib/logging.cc",
+ "//mojo/public/cpp/environment/lib/scoped_task_tracking.cc",
+ "//mojo/public/cpp/environment/lib/scoped_task_tracking.h",
+ "//mojo/public/cpp/environment/logging.h",
+ "//mojo/public/cpp/environment/task_tracker.h",
]
public_deps = [
@@ -24,10 +24,10 @@ source_set("chromium") {
]
deps = [
- "//third_party/mojo/src/mojo/public/c/environment",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
- "//third_party/mojo/src/mojo/public/cpp/environment",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/c/environment",
+ "//mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
]
}
@@ -53,7 +53,7 @@ component("chromium_impl") {
"//base",
"//base/third_party/dynamic_annotations",
"//mojo/message_pump",
- "//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo/src/mojo/public/cpp/environment:environment",
+ "//mojo/public/c/system:for_component",
+ "//mojo/public/cpp/environment:environment",
]
}
« no previous file with comments | « mojo/edk/test/test_support_impl.h ('k') | mojo/environment/default_async_waiter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698