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

Unified Diff: components/ntp_tiles.gypi

Issue 2172203002: Enable Popular Sites in Android demo mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: x Created 4 years, 5 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 | « chrome/chrome.gyp ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles.gypi
diff --git a/components/ntp_tiles.gypi b/components/ntp_tiles.gypi
index 232a4ad5ad954392bc81285fa486b5763016156b..f146a7fe431ea7c05cf856a654f276f1cbad415b 100644
--- a/components/ntp_tiles.gypi
+++ b/components/ntp_tiles.gypi
@@ -37,6 +37,11 @@
'safe_json',
],
}],
+ ['OS == "android"', {
+ 'dependencies': [
+ 'ntp_tiles_jni_headers',
+ ],
+ }],
],
},
],
@@ -55,6 +60,30 @@
'../build/android/java_cpp_enum.gypi'
],
},
+ {
+ # GN version: //components/ntp_tiles/android:ntp_tiles_java
+ 'target_name': 'ntp_tiles_java',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'variables': {
+ 'java_in_dir': 'ntp_tiles/android/java',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
+ {
+ # GN version: //components/ntp_tiles:jni
+ 'target_name': 'ntp_tiles_jni_headers',
+ 'type': 'none',
+ 'sources': [
+ 'ntp_tiles/android/java/src/org/chromium/components/ntptiles/MostVisitedSites.java',
+ ],
+ 'variables': {
+ 'jni_gen_package': 'ntp_tiles',
+ },
+ 'includes': [ '../build/jni_generator.gypi' ],
+ },
],
}],
],
« no previous file with comments | « chrome/chrome.gyp ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698