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

Issue 11417114: Android: fix cpu_features for WebView build. (Closed)

Created:
8 years, 1 month ago by Torne
Modified:
8 years, 1 month ago
CC:
chromium-reviews, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, peter+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org, navabi1
Visibility:
Public.

Description

Android: fix cpu_features for WebView build. The WebView build doesn't have third_party/android_tools/ndk with the added gyp file, but the cpufeatures code has already been built as part of the system. Introduce a .gypi that can be included to get the appropriate dependency for the current build type. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=169026

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -3 lines) Patch
A build/android/cpufeatures.gypi View 1 chunk +20 lines, -0 lines 2 comments Download
M third_party/libwebp/libwebp.gyp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Torne
This seems to work in the webview build from my testing, and the trybots are ...
8 years, 1 month ago (2012-11-21 11:35:25 UTC) #1
mkosiba (inactive)
LGTM CCing Armand
8 years, 1 month ago (2012-11-21 11:46:39 UTC) #2
joth
thanks! https://codereview.chromium.org/11417114/diff/1/build/android/cpufeatures.gypi File build/android/cpufeatures.gypi (right): https://codereview.chromium.org/11417114/diff/1/build/android/cpufeatures.gypi#newcode18 build/android/cpufeatures.gypi:18: }], just to check - neither these set ...
8 years, 1 month ago (2012-11-21 17:43:19 UTC) #3
wjia(left Chromium)
https://codereview.chromium.org/11417114/diff/1/build/android/cpufeatures.gypi File build/android/cpufeatures.gypi (right): https://codereview.chromium.org/11417114/diff/1/build/android/cpufeatures.gypi#newcode18 build/android/cpufeatures.gypi:18: }], On 2012/11/21 17:43:20, joth wrote: > just to ...
8 years, 1 month ago (2012-11-21 18:39:40 UTC) #4
navabi1
8 years, 1 month ago (2012-11-21 19:54:00 UTC) #5
LGTM, though I am not sure what the answer is to joth's comment about version
mismatch.  There will be no version mismatch for the SDK (i.e. non webview)
builds.  For webview builds I'm not sure what the include path is.

Powered by Google App Engine
This is Rietveld 408576698