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

Unified Diff: libvpx.gyp

Issue 1069353002: Remove android_webview_build conditions. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx.gyp
diff --git a/libvpx.gyp b/libvpx.gyp
index 064f603d7f9188f935181c242658019a80324876..579b686124742cf0e55a1d2dcfbdd349a8541788 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -293,17 +293,11 @@
# .include directive files from the place where they're
# generated to.
'cflags': [
- '-Wa,-I,<(shared_generated_dir)',
+ '-Wa,-I,<(shared_generated_dir)',
+ '-Wa,-I,<!(pwd)/source/config/<(OS_CATEGORY)/<(target_arch_full)',
+ '-Wa,-I,<!(pwd)/source/config',
],
'conditions': [
- # For Android WebView, the following pathc are not required and not
- # allowed, because they generate the absolute path.
- ['android_webview_build!=1', {
- 'cflags': [
- '-Wa,-I,<!(pwd)/source/config/<(OS_CATEGORY)/<(target_arch_full)',
- '-Wa,-I,<!(pwd)/source/config',
- ],
- }],
# Libvpx optimizations for ARMv6 or ARMv7 without NEON.
['arm_neon==0', {
'conditions': [
@@ -331,8 +325,8 @@
],
}],
['OS == "android"', {
- 'includes': [
- '../../build/android/cpufeatures.gypi',
+ 'dependencies': [
+ '../../build/android/ndk.gyp:cpu_features',
],
}],
['OS == "ios"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698