Chromium Code Reviews| Index: base/base.gypi |
| =================================================================== |
| --- base/base.gypi (revision 254431) |
| +++ base/base.gypi (working copy) |
| @@ -815,9 +815,15 @@ |
| ], |
| }], |
| ['OS == "android" and _toolset == "host" and host_os == "linux"', { |
| + 'defines': [ |
| + 'USE_AURA=1', |
|
Mark Mentovai
2014/03/10 14:05:20
I’m not sure about this. Android isn’t really an A
|
| + 'USE_OZONE=1', |
| + ], |
| 'sources/': [ |
| # Pull in specific files for host builds. |
| + ['include', '^atomicops_internals_x86_gcc\\.cc$'], |
| ['include', '^threading/platform_thread_linux\\.cc$'], |
| + ['include', '^message_loop/message_pump_ozone\\.cc$'], |
|
Mark Mentovai
2014/03/10 14:05:20
Do you really need message_pump_ozone.cc, or is me
|
| ], |
| }], |
| ['OS == "android" and <(android_webview_build)==1', { |