Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index 74899b2b962f53846d18279be546efed37f67cbe..c47823e003cc815220053d057617e0e6e180d3be 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -677,6 +677,13 @@ |
| ], |
| }], |
| [ 'OS == "android" and _toolset == "target"', { |
| + 'conditions': [ |
| + ['target_arch == "ia32"', { |
| + 'sources/': [ |
|
Paweł Hajdan Jr.
2012/04/27 06:56:19
nit: Why don't you just use 'sources!' instead?
Wei James
2012/04/27 08:59:05
this code is just copied from above line#658. do y
Paweł Hajdan Jr.
2012/04/27 09:40:06
Ah right, it's "include" so just "sources" please.
|
| + ['include', '^atomicops_internals_x86_gcc\\.cc$'], |
| + ], |
| + }], |
| + ], |
| 'dependencies': [ |
| 'symbolize', |
| '../third_party/ashmem/ashmem.gyp:ashmem', |