summaryrefslogtreecommitdiff
path: root/recipes-browser/chromium/chromium-24.0.1312.52/armv7a
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-10-29 22:33:55 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-30 10:46:57 +0100
commit6409071674d4f3c9779145636a6b2beddcdee2ee (patch)
tree52ff342ad97bb20fdeb2e76d457a1020efbe5c0a /recipes-browser/chromium/chromium-24.0.1312.52/armv7a
parent6ab14113c935fc980dbb9f4f02b521caa63d1b94 (diff)
chromium: remove outdated bbappend
Diffstat (limited to 'recipes-browser/chromium/chromium-24.0.1312.52/armv7a')
-rw-r--r--recipes-browser/chromium/chromium-24.0.1312.52/armv7a/include.gypi14
-rw-r--r--recipes-browser/chromium/chromium-24.0.1312.52/armv7a/oe-defaults.gypi19
2 files changed, 0 insertions, 33 deletions
diff --git a/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/include.gypi b/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/include.gypi
deleted file mode 100644
index bec8cfe..0000000
--- a/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/include.gypi
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- 'variables': {
- # Configure for armv7 compilation
- 'target_arch': 'arm',
- 'armv7': 1,
- 'arm_thumb': 1,
- #'arm_neon': 1,
- 'arm_fpu': 'vfpv3-d16',
- 'arm_float_abi': 'hard',
- 'v8_use_arm_eabi_hardfloat': 'true',
- 'v8_target_arch' : 'arm',
- 'disable_sse2' : 1,
- },
-}
diff --git a/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/oe-defaults.gypi b/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/oe-defaults.gypi
deleted file mode 100644
index 8b23d1d..0000000
--- a/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/oe-defaults.gypi
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- 'variables': {
- 'use_system_bzip2': 1,
- 'disable_nacl': 1,
- 'proprietary_codecs': 1,
- 'v8_use_snapshot': 1,
- 'use_system_ffmpeg': 0,
- 'linux_use_tcmalloc': 0,
- 'linux_link_kerberos': 0,
- 'use_kerberos': 0,
- 'use_cups': 0,
- 'use_gnome_keyring': 0,
- 'linux_link_gnome_keyring': 0,
- 'use_third_party_translations': 1,
- 'werror': '',
- 'OS': 'linux',
- 'ffmpeg_branding': 'ChromeOS',
- },
-}