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

Unified Diff: mojo/mojo_base.gyp

Issue 1486723002: mandoline: Also add files added in gn to gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: And fix android build. 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/application/public/cpp/initialize_base_and_icu.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 2eb3651acbd5000e0858f2f3cc15c3f4871f0bd1..b814cf55a70222520f4f1235baaa0c097c106d4f 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -230,6 +230,8 @@
'application/public/cpp/application_impl.h',
'application/public/cpp/application_runner.h',
'application/public/cpp/connect.h',
+ 'application/public/cpp/initialize_base_and_icu.cc',
+ 'application/public/cpp/initialize_base_and_icu.h',
'application/public/cpp/interface_factory.h',
'application/public/cpp/interface_factory_impl.h',
'application/public/cpp/lib/app_lifetime_helper.cc',
@@ -246,6 +248,7 @@
'application/public/cpp/service_provider_impl.h',
],
'dependencies': [
+ '../base/base.gyp:base_i18n',
'mojo_application_bindings',
'mojo_message_pump_lib',
'mojo_services.gyp:network_type_converters',
« no previous file with comments | « mojo/application/public/cpp/initialize_base_and_icu.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698