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

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

Issue 15114002: Reorder the NativeViews attached to a view via kViewHostKey according to the position of the view (Closed) 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/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'round_rect_painter.cc', 321 'round_rect_painter.cc',
322 'round_rect_painter.h', 322 'round_rect_painter.h',
323 'touchui/touch_editing_menu.cc', 323 'touchui/touch_editing_menu.cc',
324 'touchui/touch_editing_menu.h', 324 'touchui/touch_editing_menu.h',
325 'touchui/touch_selection_controller_impl.cc', 325 'touchui/touch_selection_controller_impl.cc',
326 'touchui/touch_selection_controller_impl.h', 326 'touchui/touch_selection_controller_impl.h',
327 'view.cc', 327 'view.cc',
328 'view.h', 328 'view.h',
329 'view_constants.cc', 329 'view_constants.cc',
330 'view_constants.h', 330 'view_constants.h',
331 'view_constants_aura.cc',
332 'view_constants_aura.h',
331 'view_aura.cc', 333 'view_aura.cc',
332 'view_model.cc', 334 'view_model.cc',
333 'view_model.h', 335 'view_model.h',
334 'view_model_utils.cc', 336 'view_model_utils.cc',
335 'view_model_utils.h', 337 'view_model_utils.h',
336 'view_text_utils.cc', 338 'view_text_utils.cc',
337 'view_text_utils.h', 339 'view_text_utils.h',
338 'view_win.cc', 340 'view_win.cc',
339 'views_delegate.cc', 341 'views_delegate.cc',
340 'views_delegate.h', 342 'views_delegate.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'widget/widget_aura_utils.h', 416 'widget/widget_aura_utils.h',
415 'widget/widget_delegate.cc', 417 'widget/widget_delegate.cc',
416 'widget/widget_delegate.h', 418 'widget/widget_delegate.h',
417 'widget/widget_deletion_observer.cc', 419 'widget/widget_deletion_observer.cc',
418 'widget/widget_deletion_observer.h', 420 'widget/widget_deletion_observer.h',
419 'widget/widget_hwnd_utils.cc', 421 'widget/widget_hwnd_utils.cc',
420 'widget/widget_hwnd_utils.h', 422 'widget/widget_hwnd_utils.h',
421 'widget/widget_message_filter.cc', 423 'widget/widget_message_filter.cc',
422 'widget/widget_message_filter.h', 424 'widget/widget_message_filter.h',
423 'widget/widget_observer.h', 425 'widget/widget_observer.h',
426 'widget/window_reorderer.cc',
427 'widget/window_reorderer.h',
424 'win/fullscreen_handler.cc', 428 'win/fullscreen_handler.cc',
425 'win/fullscreen_handler.h', 429 'win/fullscreen_handler.h',
426 'win/hwnd_message_handler.cc', 430 'win/hwnd_message_handler.cc',
427 'win/hwnd_message_handler.h', 431 'win/hwnd_message_handler.h',
428 'win/hwnd_message_handler_delegate.h', 432 'win/hwnd_message_handler_delegate.h',
429 'win/hwnd_util.h', 433 'win/hwnd_util.h',
430 'win/hwnd_util_aurawin.cc', 434 'win/hwnd_util_aurawin.cc',
431 'win/hwnd_util_win.cc', 435 'win/hwnd_util_win.cc',
432 'win/scoped_fullscreen_visibility.cc', 436 'win/scoped_fullscreen_visibility.cc',
433 'win/scoped_fullscreen_visibility.h', 437 'win/scoped_fullscreen_visibility.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'], 490 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'],
487 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '], 491 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '],
488 ], 492 ],
489 }], 493 }],
490 ], 494 ],
491 }], 495 }],
492 ['use_aura==0', { 496 ['use_aura==0', {
493 'sources/': [ 497 'sources/': [
494 ['exclude', 'corewm'], 498 ['exclude', 'corewm'],
495 ['exclude', 'widget/desktop_aura'], 499 ['exclude', 'widget/desktop_aura'],
500 ['exclude', 'widget/window_reorderer.h'],
501 ['exclude', 'widget/window_reorderer.cc'],
496 ], 502 ],
497 'sources!': [ 503 'sources!': [
498 'widget/native_widget_aura_window_observer.cc', 504 'widget/native_widget_aura_window_observer.cc',
499 'widget/native_widget_aura_window_observer.h', 505 'widget/native_widget_aura_window_observer.h',
500 'widget/widget_aura_utils.cc', 506 'widget/widget_aura_utils.cc',
501 'widget/widget_aura_utils.h', 507 'widget/widget_aura_utils.h',
502 ], 508 ],
503 }], 509 }],
504 ['chromeos==1', { 510 ['chromeos==1', {
505 'sources/': [ 511 'sources/': [
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'touchui/touch_selection_controller_impl_unittest.cc', 722 'touchui/touch_selection_controller_impl_unittest.cc',
717 'view_model_unittest.cc', 723 'view_model_unittest.cc',
718 'view_model_utils_unittest.cc', 724 'view_model_utils_unittest.cc',
719 'view_unittest.cc', 725 'view_unittest.cc',
720 'window/dialog_client_view_unittest.cc', 726 'window/dialog_client_view_unittest.cc',
721 'widget/desktop_aura/desktop_capture_client_unittest.cc', 727 'widget/desktop_aura/desktop_capture_client_unittest.cc',
722 'widget/native_widget_aura_unittest.cc', 728 'widget/native_widget_aura_unittest.cc',
723 'widget/native_widget_unittest.cc', 729 'widget/native_widget_unittest.cc',
724 'widget/native_widget_win_unittest.cc', 730 'widget/native_widget_win_unittest.cc',
725 'widget/widget_unittest.cc', 731 'widget/widget_unittest.cc',
732 'widget/window_reorderer_unittest.cc',
726 'run_all_unittests.cc', 733 'run_all_unittests.cc',
727 ], 734 ],
728 'conditions': [ 735 'conditions': [
729 ['chromeos==0', { 736 ['chromeos==0', {
730 'sources!': [ 737 'sources!': [
731 'touchui/touch_selection_controller_impl_unittest.cc', 738 'touchui/touch_selection_controller_impl_unittest.cc',
732 ], 739 ],
733 }, { # use_aura==0 740 }, { # use_aura==0
734 'sources/': [ 741 'sources/': [
735 ['exclude', 'widget/desktop_aura'], 742 ['exclude', 'widget/desktop_aura'],
(...skipping 23 matching lines...) Expand all
759 'widget/native_widget_win_unittest.cc', 766 'widget/native_widget_win_unittest.cc',
760 ], 767 ],
761 }, { # use_aura==0 768 }, { # use_aura==0
762 'sources!': [ 769 'sources!': [
763 'controls/native/native_view_host_aura_unittest.cc', 770 'controls/native/native_view_host_aura_unittest.cc',
764 'widget/native_widget_aura_unittest.cc', 771 'widget/native_widget_aura_unittest.cc',
765 ], 772 ],
766 'sources/': [ 773 'sources/': [
767 ['exclude', 'corewm'], 774 ['exclude', 'corewm'],
768 ['exclude', 'widget/desktop_aura'], 775 ['exclude', 'widget/desktop_aura'],
776 ['exclude', 'widget/window_reorderer_unittest.cc']
769 ], 777 ],
770 }], 778 }],
771 ], 779 ],
772 }, # target_name: views_unittests 780 }, # target_name: views_unittests
773 { 781 {
774 'target_name': 'views_examples_lib', 782 'target_name': 'views_examples_lib',
775 'type': '<(component)', 783 'type': '<(component)',
776 'dependencies': [ 784 'dependencies': [
777 '../../base/base.gyp:base', 785 '../../base/base.gyp:base',
778 '../../chrome/chrome_resources.gyp:packed_resources', 786 '../../chrome/chrome_resources.gyp:packed_resources',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'sources/': [ 1013 'sources/': [
1006 # This is needed because the aura rule strips it from the default 1014 # This is needed because the aura rule strips it from the default
1007 # sources list. 1015 # sources list.
1008 ['include', '^../../content/app/startup_helper_win.cc'], 1016 ['include', '^../../content/app/startup_helper_win.cc'],
1009 ], 1017 ],
1010 }], 1018 }],
1011 ], 1019 ],
1012 }, # target_name: views_examples_with_content_exe 1020 }, # target_name: views_examples_with_content_exe
1013 ], 1021 ],
1014 } 1022 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698