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

Side by Side Diff: ui/ui.gyp

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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') | ui/views/controls/menu/menu_controller.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'base/touch/touch_mode_support.h', 237 'base/touch/touch_mode_support.h',
238 'base/ui_base_exports.cc', 238 'base/ui_base_exports.cc',
239 'base/ui_base_paths.cc', 239 'base/ui_base_paths.cc',
240 'base/ui_base_paths.h', 240 'base/ui_base_paths.h',
241 'base/ui_base_switches.cc', 241 'base/ui_base_switches.cc',
242 'base/ui_base_switches.h', 242 'base/ui_base_switches.h',
243 'base/ui_base_types.h', 243 'base/ui_base_types.h',
244 'base/ui_export.h', 244 'base/ui_export.h',
245 'base/view_prop.cc', 245 'base/view_prop.cc',
246 'base/view_prop.h', 246 'base/view_prop.h',
247 'base/wayland/events_wayland.cc',
248 'base/win/atl_module.h', 247 'base/win/atl_module.h',
249 'base/win/events_win.cc', 248 'base/win/events_win.cc',
250 'base/win/foreground_helper.cc', 249 'base/win/foreground_helper.cc',
251 'base/win/foreground_helper.h', 250 'base/win/foreground_helper.h',
252 'base/win/hwnd_util.cc', 251 'base/win/hwnd_util.cc',
253 'base/win/hwnd_util.h', 252 'base/win/hwnd_util.h',
254 'base/win/ime_input.cc', 253 'base/win/ime_input.cc',
255 'base/win/ime_input.h', 254 'base/win/ime_input.h',
256 'base/win/message_box_win.cc', 255 'base/win/message_box_win.cc',
257 'base/win/message_box_win.h', 256 'base/win/message_box_win.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'gfx/render_text.h', 355 'gfx/render_text.h',
357 'gfx/render_text_linux.cc', 356 'gfx/render_text_linux.cc',
358 'gfx/render_text_linux.h', 357 'gfx/render_text_linux.h',
359 'gfx/render_text_win.cc', 358 'gfx/render_text_win.cc',
360 'gfx/render_text_win.h', 359 'gfx/render_text_win.h',
361 'gfx/screen.h', 360 'gfx/screen.h',
362 'gfx/screen_android.cc', 361 'gfx/screen_android.cc',
363 'gfx/screen_ash.cc', 362 'gfx/screen_ash.cc',
364 'gfx/screen_gtk.cc', 363 'gfx/screen_gtk.cc',
365 'gfx/screen_mac.mm', 364 'gfx/screen_mac.mm',
366 'gfx/screen_wayland.cc',
367 'gfx/screen_win.cc', 365 'gfx/screen_win.cc',
368 'gfx/scoped_cg_context_save_gstate_mac.h', 366 'gfx/scoped_cg_context_save_gstate_mac.h',
369 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 367 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
370 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 368 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
371 'gfx/scrollbar_size.cc', 369 'gfx/scrollbar_size.cc',
372 'gfx/scrollbar_size.h', 370 'gfx/scrollbar_size.h',
373 'gfx/selection_model.cc', 371 'gfx/selection_model.cc',
374 'gfx/selection_model.h', 372 'gfx/selection_model.h',
375 'gfx/size.cc', 373 'gfx/size.cc',
376 'gfx/size.h', 374 'gfx/size.h',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 'gfx/gtk_util.h', 513 'gfx/gtk_util.h',
516 'gfx/image/cairo_cached_surface.cc', 514 'gfx/image/cairo_cached_surface.cc',
517 'gfx/image/cairo_cached_surface.h', 515 'gfx/image/cairo_cached_surface.h',
518 ], 516 ],
519 }, { # toolkit_uses_gtk != 1 517 }, { # toolkit_uses_gtk != 1
520 'sources!': [ 518 'sources!': [
521 'gfx/native_theme_gtk.cc', 519 'gfx/native_theme_gtk.cc',
522 'gfx/native_theme_gtk.h', 520 'gfx/native_theme_gtk.h',
523 ] 521 ]
524 }], 522 }],
525 ['use_wayland == 1', {
526 'sources/': [
527 ['exclude', '_(gtk|x)\\.cc$'],
528 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'],
529 ['include', 'base/dragdrop/gtk_dnd_util.cc'],
530 ['include', 'base/dragdrop/gtk_dnd_util.h'],
531 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.cc'],
532 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.h'],
533 ['include', 'base/keycodes/keyboard_code_conversion_x.cc'],
534 ['include', 'base/keycodes/keyboard_code_conversion_x.h'],
535 ['include', 'gfx/gtk_util.cc'],
536 ['include', 'gfx/gtk_util.h'],
537 ['include', 'gfx/path_gtk.cc'],
538 ['include', 'gfx/platform_font_pango.cc'],
539 ['include', 'gfx/platform_font_pango.h'],
540 ['include', 'gfx/linux_util.cc'],
541 ['include', 'gfx/linux_util.h'],
542 ],
543 }],
544 ['OS=="win"', { 523 ['OS=="win"', {
545 'sources': [ 524 'sources': [
546 'gfx/gdi_util.cc', 525 'gfx/gdi_util.cc',
547 'gfx/gdi_util.h', 526 'gfx/gdi_util.h',
548 'gfx/icon_util.cc', 527 'gfx/icon_util.cc',
549 'gfx/icon_util.h', 528 'gfx/icon_util.h',
550 'gfx/native_theme_win.cc', 529 'gfx/native_theme_win.cc',
551 'gfx/native_theme_win.h', 530 'gfx/native_theme_win.h',
552 ], 531 ],
553 'sources!': [ 532 'sources!': [
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 706 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
728 'os.chmod(\'<(ui_copy_dest)\', 0700)' 707 'os.chmod(\'<(ui_copy_dest)\', 0700)'
729 ] 708 ]
730 } 709 }
731 ], 710 ],
732 }, 711 },
733 ], 712 ],
734 }], 713 }],
735 ], 714 ],
736 } 715 }
OLDNEW
« no previous file with comments | « ui/gfx/surface/surface.gyp ('k') | ui/views/controls/menu/menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698