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

Unified Diff: aura/aura.gyp

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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 | aura/aura_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: aura/aura.gyp
diff --git a/aura/aura.gyp b/aura/aura.gyp
index de8586fbd967291735bcca7d47238b5a80aafe6e..6b22ee4a692958fe7e2ac7d4d509b519d78ce47d 100644
--- a/aura/aura.gyp
+++ b/aura/aura.gyp
@@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'aura',
- 'type': 'static_library',
+ 'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
@@ -19,6 +19,9 @@
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
],
+ 'defines': [
+ 'AURA_IMPLEMENTATION',
+ ],
'sources': [
'desktop_host.h',
'desktop_host_linux.cc',
@@ -29,6 +32,7 @@
'event.cc',
'event.h',
'event_win.cc',
+ 'event_x.cc',
'focus_manager.cc',
'focus_manager.h',
'hit_test.h',
« no previous file with comments | « no previous file | aura/aura_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698