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

Unified Diff: ui/ui.gyp

Issue 7741027: Create a new views_aura_desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « ui/gfx/screen_aura.cc ('k') | views/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 98234)
+++ ui/ui.gyp (working copy)
@@ -263,6 +263,7 @@
'gfx/render_text_win.cc',
'gfx/render_text_win.h',
'gfx/screen.h',
+ 'gfx/screen_aura.cc',
'gfx/screen_gtk.cc',
'gfx/screen_wayland.cc',
'gfx/screen_win.cc',
@@ -283,6 +284,11 @@
'gfx/transform.cc',
],
'conditions': [
+ ['use_aura==1', {
+ 'sources/': [
+ ['exclude', 'gfx/screen_win.cc'],
+ ],
+ }],
['toolkit_uses_gtk == 1', {
'dependencies': [
# font_gtk.cc uses fontconfig.
« no previous file with comments | « ui/gfx/screen_aura.cc ('k') | views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698