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

Side by Side 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, 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 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'gfx/point.h', 256 'gfx/point.h',
257 'gfx/rect.cc', 257 'gfx/rect.cc',
258 'gfx/rect.h', 258 'gfx/rect.h',
259 'gfx/render_text.cc', 259 'gfx/render_text.cc',
260 'gfx/render_text.h', 260 'gfx/render_text.h',
261 'gfx/render_text_linux.cc', 261 'gfx/render_text_linux.cc',
262 'gfx/render_text_linux.h', 262 'gfx/render_text_linux.h',
263 'gfx/render_text_win.cc', 263 'gfx/render_text_win.cc',
264 'gfx/render_text_win.h', 264 'gfx/render_text_win.h',
265 'gfx/screen.h', 265 'gfx/screen.h',
266 'gfx/screen_aura.cc',
266 'gfx/screen_gtk.cc', 267 'gfx/screen_gtk.cc',
267 'gfx/screen_wayland.cc', 268 'gfx/screen_wayland.cc',
268 'gfx/screen_win.cc', 269 'gfx/screen_win.cc',
269 'gfx/scoped_cg_context_save_gstate_mac.h', 270 'gfx/scoped_cg_context_save_gstate_mac.h',
270 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 271 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
271 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 272 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
272 'gfx/scrollbar_size.cc', 273 'gfx/scrollbar_size.cc',
273 'gfx/scrollbar_size.h', 274 'gfx/scrollbar_size.h',
274 'gfx/size.cc', 275 'gfx/size.cc',
275 'gfx/size.h', 276 'gfx/size.h',
276 'gfx/skbitmap_operations.cc', 277 'gfx/skbitmap_operations.cc',
277 'gfx/skbitmap_operations.h', 278 'gfx/skbitmap_operations.h',
278 'gfx/skia_util.cc', 279 'gfx/skia_util.cc',
279 'gfx/skia_util.h', 280 'gfx/skia_util.h',
280 'gfx/skia_utils_gtk.cc', 281 'gfx/skia_utils_gtk.cc',
281 'gfx/skia_utils_gtk.h', 282 'gfx/skia_utils_gtk.h',
282 'gfx/transform.h', 283 'gfx/transform.h',
283 'gfx/transform.cc', 284 'gfx/transform.cc',
284 ], 285 ],
285 'conditions': [ 286 'conditions': [
287 ['use_aura==1', {
288 'sources/': [
289 ['exclude', 'gfx/screen_win.cc'],
290 ],
291 }],
286 ['toolkit_uses_gtk == 1', { 292 ['toolkit_uses_gtk == 1', {
287 'dependencies': [ 293 'dependencies': [
288 # font_gtk.cc uses fontconfig. 294 # font_gtk.cc uses fontconfig.
289 # TODO(evanm): I think this is wrong; it should just use GTK. 295 # TODO(evanm): I think this is wrong; it should just use GTK.
290 '../build/linux/system.gyp:fontconfig', 296 '../build/linux/system.gyp:fontconfig',
291 '../build/linux/system.gyp:gtk', 297 '../build/linux/system.gyp:gtk',
292 '../build/linux/system.gyp:x11', 298 '../build/linux/system.gyp:x11',
293 '../build/linux/system.gyp:xext', 299 '../build/linux/system.gyp:xext',
294 ], 300 ],
295 'sources': [ 301 'sources': [
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'configurations': { 530 'configurations': {
525 'Common_Base': { 531 'Common_Base': {
526 'msvs_target_platform': 'x64', 532 'msvs_target_platform': 'x64',
527 }, 533 },
528 }, 534 },
529 }, 535 },
530 ], 536 ],
531 }], 537 }],
532 ], 538 ],
533 } 539 }
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