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

Unified Diff: base/base.gypi

Issue 176713005: Remove X11 and GTK dependencies from host_forwarder (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Remove X11 dependency Created 6 years, 10 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/base.gyp ('k') | tools/android/forwarder2/forwarder.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « base/base.gyp ('k') | tools/android/forwarder2/forwarder.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698