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

Unified Diff: mojo/mojo_base.gyp

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/message_pump/message_pump_mojo_unittest.cc ('k') | mojo/mojo_public_gles2_for_loadable_module.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 44879eb876fa3aed128243b7d8bb8a785d84b03f..9c308c6f526b45f1fdf2c4ba7a68fd75fdc4c3cc 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -156,13 +156,13 @@
],
'sources': [
# 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.cc",
- "../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.cc",
+ "../mojo/public/cpp/environment/logging.h",
+ "../mojo/public/cpp/environment/task_tracker.h",
'environment/environment.cc',
],
'include_dirs': [
« no previous file with comments | « mojo/message_pump/message_pump_mojo_unittest.cc ('k') | mojo/mojo_public_gles2_for_loadable_module.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698