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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8205018: Gets component build to work with aura. As part of this I needed to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
Index: ui/aura_shell/aura_shell.gyp
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index cbae29fc71bbccb9423f7e27a82b1c868f984bd8..6ad6874405f416d55fbc9e9f8670b78f9e01a01e 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -28,6 +28,9 @@
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
],
+ 'defines': [
+ 'AURA_SHELL_IMPLEMENTATION',
+ ],
'sources': [
# All .cc, .h under views, except unittests
'desktop_background_view.cc',

Powered by Google App Engine
This is Rietveld 408576698