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

Unified Diff: base/base.gyp

Issue 14241008: [MIPS] Support to build libchromeview for MIPS-Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 | base/debug/stack_trace_android.cc » ('j') | base/debug/stack_trace_android.cc » ('J')
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 b026dcb0c4d6657a2accd56dbb09f839b01d425b..400a3856d8944e87963ca50e683cc938d3ad185d 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -134,6 +134,11 @@
['include', '^atomicops_internals_x86_gcc\\.cc$'],
],
}],
+ ['target_arch == "mipsel"', {
+ 'sources/': [
+ ['include', '^atomicops_internals_mips_gcc\\.cc$'],
+ ],
+ }],
],
'dependencies': [
'base_jni_headers',
« no previous file with comments | « no previous file | base/debug/stack_trace_android.cc » ('j') | base/debug/stack_trace_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698