summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/chrome_android.gypi24
-rw-r--r--chrome/chrome_android_paks.gypi8
2 files changed, 0 insertions, 32 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index ba4a928..d6c3e01 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -138,29 +138,5 @@
}
],
},
- # This target is left out to avoid breaking downstream Chrome for Android
- # build. It will be removed once the corresponding downstream change will
- # land.
- # crbug.com/163955
- {
- 'target_name': 'chrome_android_paks',
- 'type': 'none',
- 'dependencies': [
- '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources',
- '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources',
- ],
- 'variables': {
- 'package_name': 'chrome',
- },
- 'includes': [
- 'chrome_android_paks.gypi',
- ],
- 'copies': [
- {
- 'destination': '<(chrome_android_pak_output_folder)',
- 'files': [ '<@(chrome_android_pak_input_resources)' ],
- }
- ],
- },
],
}
diff --git a/chrome/chrome_android_paks.gypi b/chrome/chrome_android_paks.gypi
index 967cb70..fa7781e 100644
--- a/chrome/chrome_android_paks.gypi
+++ b/chrome/chrome_android_paks.gypi
@@ -3,14 +3,6 @@
# found in the LICENSE file.
{
'variables': {
- # This variable is left out to avoid breaking downstream Chrome for Android
- # build. It will be removed once the corresponding downstream change will
- # land.
- # crbug.com/163955
- 'variables': {
- 'package_name%': 'chrome',
- },
-
'chrome_android_pak_output_folder': '<@(PRODUCT_DIR)/../assets/<(package_name)',
'chrome_android_pak_input_resources': [
'<(PRODUCT_DIR)/chrome.pak',