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

Unified Diff: mojo/mojo_base.gyp

Issue 883583005: Copy build changes to compile mojo::AsyncWaiter to the chromium repo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/environment/default_run_loop_impl.cc ('k') | no next file » | 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 2000120f4676b5465d40a87021a5e99ac6eaca1a..c0d4bac6b518fc7a568b495ca1ade1cdff4434ba 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -95,10 +95,13 @@
'type': 'static_library',
'dependencies': [
'mojo_environment_chromium_impl',
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'sources': [
'environment/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/logging.h",
"../third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
],
« no previous file with comments | « mojo/environment/default_run_loop_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698