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

Unified Diff: chrome/chrome.gyp

Issue 1193113004: Revert of 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: 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 e8c7a756ae5c01e8b85a7a67d4e1a4ada5f6aa2d..73fadf8511b3fcebabdd75952fba8163429bba3c 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -573,7 +573,6 @@
'type': 'none',
'dependencies': [
'activity_type_ids_java',
- 'chrome_locale_paks',
'chrome_resources.gyp:chrome_strings',
'chrome_strings_grd',
'chrome_version_java',
@@ -640,18 +639,6 @@
},
'includes': [
'../build/java_strings_grd.gypi',
- ],
- },
- {
- # 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',
],
},
{
« no previous file with comments | « chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java ('k') | chrome/chrome_android_paks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698