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

Unified Diff: ui/views/views.gyp

Issue 10241005: Make win_aura work without ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 134107)
+++ ui/views/views.gyp (working copy)
@@ -692,6 +692,13 @@
'../gfx/compositor/compositor.gyp:compositor_test_support',
],
}],
+ ['OS=="win"', {
+ 'sources/': [
+ # This is needed because the aura rule strips it from the default
+ # sources list.
+ ['include', '^../../content/app/startup_helper_win.cc'],
+ ],
+ }],
],
}, # target_name: views_examples_lib
],

Powered by Google App Engine
This is Rietveld 408576698