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

Unified Diff: mojo/mojo.gyp

Issue 218583009: Adds a way to associate key/value pairs with the environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make mojo_service_manager depend on mojo_common_lib Created 6 years, 9 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/environment.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 4c24e47d4f4f96a82d8e419e82712e2a84f44ccd..3daa59a60f62be3a5a1d05664f5b9fa9cebf7942 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -257,6 +257,8 @@
'sources': [
'common/common_type_converters.cc',
'common/common_type_converters.h',
+ 'common/environment_data.cc',
+ 'common/environment_data.h',
'common/handle_watcher.cc',
'common/handle_watcher.h',
'common/message_pump_mojo.cc',
@@ -357,6 +359,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ 'mojo_common_lib',
'mojo_environment_chromium',
'mojo_shell_bindings',
],
@@ -457,6 +460,7 @@
'../testing/gtest.gyp:gtest',
'../url/url.gyp:url_lib',
'mojo_bindings',
+ 'mojo_common_lib',
'mojo_environment_chromium',
'mojo_run_all_unittests',
'mojo_service_manager',
« no previous file with comments | « mojo/environment/environment.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698