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

Unified Diff: chrome/chrome_browser.gypi

Issue 14772036: Let Android port access properly sized images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 7 years, 7 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') | 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 1d4bb6f8bfe377aa32d07bcba7890d2cc5f840c5..e224cda3182084c6940f5a802baf44707dc7fc59 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -110,6 +110,9 @@
'browser/android/provider/chrome_browser_provider.cc',
'browser/android/provider/chrome_browser_provider.h',
'browser/android/provider/run_on_ui_thread_blocking.h',
+ 'browser/android/resource_mapper.cc',
+ 'browser/android/resource_mapper.h',
+ 'browser/android/resource_id.h',
'browser/android/tab_android.cc',
'browser/android/tab_android.h',
'browser/app_controller_mac.h',
@@ -3171,6 +3174,18 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ 'target_name': 'resource_id_java',
+ 'type': 'none',
+ 'sources': [
+ 'android/java/ResourceId.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/chrome/browser',
+ 'template_deps': ['browser/android/resource_id.h'],
+ },
+ 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ },
+ {
'target_name': 'profile_sync_service_model_type_selection_java',
'type': 'none',
'sources': [
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698