summaryrefslogtreecommitdiff
path: root/recipes-browser/chromium/chromium-24.0.1312.52/armv7a
diff options
context:
space:
mode:
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, 33 insertions, 0 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
new file mode 100644
index 0000000..bec8cfe
--- /dev/null
+++ b/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/include.gypi
@@ -0,0 +1,14 @@
+{
+ '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
new file mode 100644
index 0000000..8b23d1d
--- /dev/null
+++ b/recipes-browser/chromium/chromium-24.0.1312.52/armv7a/oe-defaults.gypi
@@ -0,0 +1,19 @@
+{
+ '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',
+ },
+}