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

Side by Side Diff: ui/ui.gyp

Issue 7467007: Adding Wayland support for ui/gfx (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Accidentally pulled in some extra changes in common.gypi 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
« ui/gfx/surface/surface.gyp ('K') | « ui/gfx/surface/surface.gyp ('k') | no next file » | 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'gfx/rect.cc', 250 'gfx/rect.cc',
251 'gfx/rect.h', 251 'gfx/rect.h',
252 'gfx/render_text.cc', 252 'gfx/render_text.cc',
253 'gfx/render_text.h', 253 'gfx/render_text.h',
254 'gfx/render_text_linux.cc', 254 'gfx/render_text_linux.cc',
255 'gfx/render_text_linux.h', 255 'gfx/render_text_linux.h',
256 'gfx/render_text_win.cc', 256 'gfx/render_text_win.cc',
257 'gfx/render_text_win.h', 257 'gfx/render_text_win.h',
258 'gfx/screen.h', 258 'gfx/screen.h',
259 'gfx/screen_gtk.cc', 259 'gfx/screen_gtk.cc',
260 'gfx/screen_wayland.cc',
260 'gfx/screen_win.cc', 261 'gfx/screen_win.cc',
261 'gfx/scoped_cg_context_save_gstate_mac.h', 262 'gfx/scoped_cg_context_save_gstate_mac.h',
262 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 263 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
263 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 264 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
264 'gfx/scrollbar_size.cc', 265 'gfx/scrollbar_size.cc',
265 'gfx/scrollbar_size.h', 266 'gfx/scrollbar_size.h',
266 'gfx/size.cc', 267 'gfx/size.cc',
267 'gfx/size.h', 268 'gfx/size.h',
268 'gfx/skbitmap_operations.cc', 269 'gfx/skbitmap_operations.cc',
269 'gfx/skbitmap_operations.h', 270 'gfx/skbitmap_operations.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 ], 314 ],
314 }, { 315 }, {
315 # Note: because of gyp predence rules this has to be defined as 316 # Note: because of gyp predence rules this has to be defined as
316 # 'sources/' rather than 'sources!'. 317 # 'sources/' rather than 'sources!'.
317 'sources/': [ 318 'sources/': [
318 ['include', '^base/dragdrop/os_exchange_data.cc'], 319 ['include', '^base/dragdrop/os_exchange_data.cc'],
319 ], 320 ],
320 }], 321 }],
321 ], 322 ],
322 }], 323 }],
324 ['use_wayland == 1', {
325 'sources/': [
326 ['exclude', '_(gtk|x)\\.cc$'],
327 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'],
328 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.cc'],
sky 2011/07/27 15:51:05 sort these
329 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.h'],
330 ['include', 'base/dragdrop/gtk_dnd_util.cc'],
331 ['include', 'base/dragdrop/gtk_dnd_util.h'],
332 ['include', 'base/keycodes/keyboard_code_conversion_x.cc'],
333 ['include', 'base/keycodes/keyboard_code_conversion_x.h'],
334 ['include', 'base/view_prop.cc'],
335 ['include', 'base/view_prop.h'],
336 ['include', 'gfx/gtk_util.cc'],
337 ['include', 'gfx/gtk_util.h'],
338 ['include', 'gfx/path_gtk.cc'],
339 ['include', 'gfx/platform_font_gtk.cc'],
340 ['include', 'gfx/platform_font_gtk.h'],
341 ],
342 }],
323 ['OS=="win"', { 343 ['OS=="win"', {
324 'sources': [ 344 'sources': [
325 'gfx/canvas_direct2d.cc', 345 'gfx/canvas_direct2d.cc',
326 'gfx/canvas_direct2d.h', 346 'gfx/canvas_direct2d.h',
327 'gfx/gdi_util.cc', 347 'gfx/gdi_util.cc',
328 'gfx/gdi_util.h', 348 'gfx/gdi_util.h',
329 'gfx/icon_util.cc', 349 'gfx/icon_util.cc',
330 'gfx/icon_util.h', 350 'gfx/icon_util.h',
331 'gfx/native_theme_win.cc', 351 'gfx/native_theme_win.cc',
332 'gfx/native_theme_win.h', 352 'gfx/native_theme_win.h',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'configurations': { 517 'configurations': {
498 'Common_Base': { 518 'Common_Base': {
499 'msvs_target_platform': 'x64', 519 'msvs_target_platform': 'x64',
500 }, 520 },
501 }, 521 },
502 }, 522 },
503 ], 523 ],
504 }], 524 }],
505 ], 525 ],
506 } 526 }
OLDNEW
« ui/gfx/surface/surface.gyp ('K') | « ui/gfx/surface/surface.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698