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

Side by Side Diff: ui/views/views.gyp

Issue 17265006: wayland patch for inspection Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/ui.gyp ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_wayland.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'widget/desktop_aura/desktop_drop_target_win.h', 365 'widget/desktop_aura/desktop_drop_target_win.h',
366 'widget/desktop_aura/desktop_focus_rules.cc', 366 'widget/desktop_aura/desktop_focus_rules.cc',
367 'widget/desktop_aura/desktop_focus_rules.h', 367 'widget/desktop_aura/desktop_focus_rules.h',
368 'widget/desktop_aura/desktop_layout_manager.cc', 368 'widget/desktop_aura/desktop_layout_manager.cc',
369 'widget/desktop_aura/desktop_layout_manager.h', 369 'widget/desktop_aura/desktop_layout_manager.h',
370 'widget/desktop_aura/desktop_native_cursor_manager.cc', 370 'widget/desktop_aura/desktop_native_cursor_manager.cc',
371 'widget/desktop_aura/desktop_native_cursor_manager.h', 371 'widget/desktop_aura/desktop_native_cursor_manager.h',
372 'widget/desktop_aura/desktop_native_widget_aura.cc', 372 'widget/desktop_aura/desktop_native_widget_aura.cc',
373 'widget/desktop_aura/desktop_native_widget_aura.h', 373 'widget/desktop_aura/desktop_native_widget_aura.h',
374 'widget/desktop_aura/desktop_root_window_host.h', 374 'widget/desktop_aura/desktop_root_window_host.h',
375 'widget/desktop_aura/desktop_root_window_host_wayland.cc',
376 'widget/desktop_aura/desktop_root_window_host_wayland.h',
375 'widget/desktop_aura/desktop_root_window_host_win.cc', 377 'widget/desktop_aura/desktop_root_window_host_win.cc',
376 'widget/desktop_aura/desktop_root_window_host_win.h', 378 'widget/desktop_aura/desktop_root_window_host_win.h',
377 'widget/desktop_aura/desktop_root_window_host_x11.cc', 379 'widget/desktop_aura/desktop_root_window_host_x11.cc',
378 'widget/desktop_aura/desktop_root_window_host_x11.h', 380 'widget/desktop_aura/desktop_root_window_host_x11.h',
379 'widget/desktop_aura/desktop_screen.h', 381 'widget/desktop_aura/desktop_screen.h',
380 'widget/desktop_aura/desktop_screen_position_client.cc', 382 'widget/desktop_aura/desktop_screen_position_client.cc',
381 'widget/desktop_aura/desktop_screen_position_client.h', 383 'widget/desktop_aura/desktop_screen_position_client.h',
384 'widget/desktop_aura/desktop_screen_wayland.cc',
382 'widget/desktop_aura/desktop_screen_win.cc', 385 'widget/desktop_aura/desktop_screen_win.cc',
383 'widget/desktop_aura/desktop_screen_win.h', 386 'widget/desktop_aura/desktop_screen_win.h',
384 'widget/desktop_aura/desktop_screen_x11.cc', 387 'widget/desktop_aura/desktop_screen_x11.cc',
385 'widget/desktop_aura/x11_desktop_handler.cc', 388 'widget/desktop_aura/x11_desktop_handler.cc',
386 'widget/desktop_aura/x11_desktop_handler.h', 389 'widget/desktop_aura/x11_desktop_handler.h',
387 'widget/desktop_aura/x11_desktop_window_move_client.cc', 390 'widget/desktop_aura/x11_desktop_window_move_client.cc',
388 'widget/desktop_aura/x11_desktop_window_move_client.h', 391 'widget/desktop_aura/x11_desktop_window_move_client.h',
389 'widget/desktop_aura/x11_whole_screen_move_loop.cc', 392 'widget/desktop_aura/x11_whole_screen_move_loop.cc',
390 'widget/desktop_aura/x11_whole_screen_move_loop.h', 393 'widget/desktop_aura/x11_whole_screen_move_loop.h',
391 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', 394 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'sources/': [ 1031 'sources/': [
1029 # This is needed because the aura rule strips it from the default 1032 # This is needed because the aura rule strips it from the default
1030 # sources list. 1033 # sources list.
1031 ['include', '^../../content/app/startup_helper_win.cc'], 1034 ['include', '^../../content/app/startup_helper_win.cc'],
1032 ], 1035 ],
1033 }], 1036 }],
1034 ], 1037 ],
1035 }, # target_name: views_examples_with_content_exe 1038 }, # target_name: views_examples_with_content_exe
1036 ], 1039 ],
1037 } 1040 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_wayland.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698