Chromium Code Reviews| Index: base/base.gypi |
| =================================================================== |
| --- base/base.gypi (revision 256167) |
| +++ base/base.gypi (working copy) |
| @@ -815,8 +815,12 @@ |
| ], |
| }], |
| ['OS == "android" and _toolset == "host" and host_os == "linux"', { |
| + 'defines': [ |
| + 'OS_ANDROID_HOST=Linux', |
| + ], |
| 'sources/': [ |
| # Pull in specific files for host builds. |
| + ['include', '^atomicops_internals_x86_gcc\\.cc$'], |
| ['include', '^threading/platform_thread_linux\\.cc$'], |
| ], |
| }], |