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

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: Adding missing WaylandDisplay include 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/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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'gfx/rect.cc', 252 'gfx/rect.cc',
253 'gfx/rect.h', 253 'gfx/rect.h',
254 'gfx/render_text.cc', 254 'gfx/render_text.cc',
255 'gfx/render_text.h', 255 'gfx/render_text.h',
256 'gfx/render_text_linux.cc', 256 'gfx/render_text_linux.cc',
257 'gfx/render_text_linux.h', 257 'gfx/render_text_linux.h',
258 'gfx/render_text_win.cc', 258 'gfx/render_text_win.cc',
259 'gfx/render_text_win.h', 259 'gfx/render_text_win.h',
260 'gfx/screen.h', 260 'gfx/screen.h',
261 'gfx/screen_gtk.cc', 261 'gfx/screen_gtk.cc',
262 'gfx/screen_wayland.cc',
262 'gfx/screen_win.cc', 263 'gfx/screen_win.cc',
263 'gfx/scoped_cg_context_save_gstate_mac.h', 264 'gfx/scoped_cg_context_save_gstate_mac.h',
264 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 265 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
265 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 266 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
266 'gfx/scrollbar_size.cc', 267 'gfx/scrollbar_size.cc',
267 'gfx/scrollbar_size.h', 268 'gfx/scrollbar_size.h',
268 'gfx/size.cc', 269 'gfx/size.cc',
269 'gfx/size.h', 270 'gfx/size.h',
270 'gfx/skbitmap_operations.cc', 271 'gfx/skbitmap_operations.cc',
271 'gfx/skbitmap_operations.h', 272 'gfx/skbitmap_operations.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], 316 ],
316 }, { 317 }, {
317 # Note: because of gyp predence rules this has to be defined as 318 # Note: because of gyp predence rules this has to be defined as
318 # 'sources/' rather than 'sources!'. 319 # 'sources/' rather than 'sources!'.
319 'sources/': [ 320 'sources/': [
320 ['include', '^base/dragdrop/os_exchange_data.cc'], 321 ['include', '^base/dragdrop/os_exchange_data.cc'],
321 ], 322 ],
322 }], 323 }],
323 ], 324 ],
324 }], 325 }],
326 ['use_wayland == 1', {
327 'sources/': [
328 ['exclude', '_(gtk|x)\\.cc$'],
329 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'],
330 ['include', 'base/dragdrop/gtk_dnd_util.cc'],
331 ['include', 'base/dragdrop/gtk_dnd_util.h'],
332 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.cc'],
333 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.h'],
334 ['include', 'base/keycodes/keyboard_code_conversion_x.cc'],
335 ['include', 'base/keycodes/keyboard_code_conversion_x.h'],
336 ['include', 'base/view_prop.cc'],
337 ['include', 'base/view_prop.h'],
338 ['include', 'gfx/gtk_util.cc'],
339 ['include', 'gfx/gtk_util.h'],
340 ['include', 'gfx/path_gtk.cc'],
341 ['include', 'gfx/platform_font_gtk.cc'],
342 ['include', 'gfx/platform_font_gtk.h'],
343 ],
344 }],
325 ['OS=="win"', { 345 ['OS=="win"', {
326 'sources': [ 346 'sources': [
327 'gfx/canvas_direct2d.cc', 347 'gfx/canvas_direct2d.cc',
328 'gfx/canvas_direct2d.h', 348 'gfx/canvas_direct2d.h',
329 'gfx/gdi_util.cc', 349 'gfx/gdi_util.cc',
330 'gfx/gdi_util.h', 350 'gfx/gdi_util.h',
331 'gfx/icon_util.cc', 351 'gfx/icon_util.cc',
332 'gfx/icon_util.h', 352 'gfx/icon_util.h',
333 'gfx/native_theme_win.cc', 353 'gfx/native_theme_win.cc',
334 'gfx/native_theme_win.h', 354 'gfx/native_theme_win.h',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'configurations': { 519 'configurations': {
500 'Common_Base': { 520 'Common_Base': {
501 'msvs_target_platform': 'x64', 521 'msvs_target_platform': 'x64',
502 }, 522 },
503 }, 523 },
504 }, 524 },
505 ], 525 ],
506 }], 526 }],
507 ], 527 ],
508 } 528 }
OLDNEW
« no previous file with comments | « ui/gfx/surface/surface.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698