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

Side by Side Diff: ui/ui.gyp

Issue 7747032: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/gfx/screen_aura.cc ('k') | views/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'gfx/point.h', 258 'gfx/point.h',
259 'gfx/rect.cc', 259 'gfx/rect.cc',
260 'gfx/rect.h', 260 'gfx/rect.h',
261 'gfx/render_text.cc', 261 'gfx/render_text.cc',
262 'gfx/render_text.h', 262 'gfx/render_text.h',
263 'gfx/render_text_linux.cc', 263 'gfx/render_text_linux.cc',
264 'gfx/render_text_linux.h', 264 'gfx/render_text_linux.h',
265 'gfx/render_text_win.cc', 265 'gfx/render_text_win.cc',
266 'gfx/render_text_win.h', 266 'gfx/render_text_win.h',
267 'gfx/screen.h', 267 'gfx/screen.h',
268 'gfx/screen_aura.cc',
268 'gfx/screen_gtk.cc', 269 'gfx/screen_gtk.cc',
269 'gfx/screen_wayland.cc', 270 'gfx/screen_wayland.cc',
270 'gfx/screen_win.cc', 271 'gfx/screen_win.cc',
271 'gfx/scoped_cg_context_save_gstate_mac.h', 272 'gfx/scoped_cg_context_save_gstate_mac.h',
272 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 273 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
273 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 274 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
274 'gfx/scrollbar_size.cc', 275 'gfx/scrollbar_size.cc',
275 'gfx/scrollbar_size.h', 276 'gfx/scrollbar_size.h',
276 'gfx/size.cc', 277 'gfx/size.cc',
277 'gfx/size.h', 278 'gfx/size.h',
278 'gfx/skbitmap_operations.cc', 279 'gfx/skbitmap_operations.cc',
279 'gfx/skbitmap_operations.h', 280 'gfx/skbitmap_operations.h',
280 'gfx/skia_util.cc', 281 'gfx/skia_util.cc',
281 'gfx/skia_util.h', 282 'gfx/skia_util.h',
282 'gfx/skia_utils_gtk.cc', 283 'gfx/skia_utils_gtk.cc',
283 'gfx/skia_utils_gtk.h', 284 'gfx/skia_utils_gtk.h',
284 'gfx/transform.h', 285 'gfx/transform.h',
285 'gfx/transform.cc', 286 'gfx/transform.cc',
286 ], 287 ],
287 'conditions': [ 288 'conditions': [
289 ['use_aura==1', {
290 'sources/': [
291 ['exclude', 'gfx/screen_win.cc'],
292 ],
293 }],
288 ['toolkit_uses_gtk == 1', { 294 ['toolkit_uses_gtk == 1', {
289 'dependencies': [ 295 'dependencies': [
290 # font_gtk.cc uses fontconfig. 296 # font_gtk.cc uses fontconfig.
291 # TODO(evanm): I think this is wrong; it should just use GTK. 297 # TODO(evanm): I think this is wrong; it should just use GTK.
292 '../build/linux/system.gyp:fontconfig', 298 '../build/linux/system.gyp:fontconfig',
293 '../build/linux/system.gyp:gtk', 299 '../build/linux/system.gyp:gtk',
294 '../build/linux/system.gyp:x11', 300 '../build/linux/system.gyp:x11',
295 '../build/linux/system.gyp:xext', 301 '../build/linux/system.gyp:xext',
296 ], 302 ],
297 'sources': [ 303 'sources': [
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'configurations': { 532 'configurations': {
527 'Common_Base': { 533 'Common_Base': {
528 'msvs_target_platform': 'x64', 534 'msvs_target_platform': 'x64',
529 }, 535 },
530 }, 536 },
531 }, 537 },
532 ], 538 ],
533 }], 539 }],
534 ], 540 ],
535 } 541 }
OLDNEW
« 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