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

Unified Diff: content/content_app.gypi

Issue 11503013: android: Pass CPU properties from browser to renderer process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unused Java native method + fix comment Created 7 years, 11 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
Index: content/content_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index a662a6af8bb19a9e419b539f1c7e60615ab35026..6f800e352c21ce0b2a31be0a3d33fff657000c61 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -47,6 +47,9 @@
'content.gyp:content_jni_headers',
'../skia/skia.gyp:skia',
],
+ 'includes': [
+ '../build/android/cpufeatures.gypi',
+ ],
}],
['OS=="ios"', {
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698