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

Unified Diff: chrome/chrome.gyp

Issue 1158053005: Android: Store language .pak files in res/raw rather than assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@load-from-apk-v8
Patch Set: Revert always running deleteFiles() Created 5 years, 6 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 8ee875320202e77230cebe5ce99993a349dd97dc..e612b01b09c3dd4da014acf166f24ef2916c6c07 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -573,6 +573,7 @@
'type': 'none',
'dependencies': [
'activity_type_ids_java',
+ 'chrome_locale_paks',
'chrome_resources.gyp:chrome_strings',
'chrome_strings_grd',
'chrome_version_java',
@@ -634,6 +635,18 @@
],
},
{
+ # GN: //chrome/android:chrome_locale_paks
+ 'target_name': 'chrome_locale_paks',
+ 'type': 'none',
+ 'variables': {
+ 'locale_pak_files': [ '<@(chrome_android_pak_locale_resources)' ],
+ },
+ 'includes': [
+ 'chrome_android_paks.gypi',
+ '../build/android/locale_pak_resources.gypi',
+ ],
+ },
+ {
# GN: //chrome:content_setting_javagen
'target_name': 'content_setting_java',
'type': 'none',

Powered by Google App Engine
This is Rietveld 408576698