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

Unified Diff: chrome/chrome_browser.gypi

Issue 1411913005: Make Google API keys available for the Java codebase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6f9221ccfe4b7d4de56c2d0205f2db77292c2394..5ba08af0810ddf07ada03ad2ef4aca4b6bd81e51 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4070,6 +4070,12 @@
'includes': [ '../build/protoc.gypi', ],
},
{
+ # TODO(dvh): write GN rule to generate Java Google API Keys
Lei Zhang 2015/10/27 20:16:05 remove now?
dvh 2015/10/27 20:22:52 Done.
+ 'target_name': 'google_api_keys_java',
+ 'type': 'none',
+ 'includes': [ '../build/android/java_google_api_keys.gypi' ],
+ },
+ {
# Protobuf compiler / generator for Android's DocumentTabModel
# protocol buffer.
# GN: //chrome/android: document_tab_model_info_proto_java
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698