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

Unified Diff: base/base.gyp

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
« no previous file with comments | « base/android/java/src/org/chromium/base/CpuFeatures.java ('k') | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 8c354e083b34293c6829d8285a54dc882d517b3a..dd44567f9a3f1c4fd4e96c518ee7259f1a810f43 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -141,6 +141,9 @@
'sources!': [
'debug/stack_trace_posix.cc',
],
+ 'includes': [
+ '../build/android/cpufeatures.gypi',
+ ],
}],
['OS == "android" and _toolset == "target" and android_build_type == 0', {
'dependencies': [
@@ -1037,6 +1040,7 @@
'type': 'none',
'sources': [
'android/java/src/org/chromium/base/BuildInfo.java',
+ 'android/java/src/org/chromium/base/CpuFeatures.java',
'android/java/src/org/chromium/base/LocaleUtils.java',
'android/java/src/org/chromium/base/PathService.java',
'android/java/src/org/chromium/base/PathUtils.java',
« no previous file with comments | « base/android/java/src/org/chromium/base/CpuFeatures.java ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698