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

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

Issue 240163006: Linux Aura Task Manager Frame Buttons Misaligned (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor button observer out of CustomFrameView Created 6 years, 7 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
« no previous file with comments | « no previous file | ui/views/window/custom_frame_view.h » ('j') | ui/views/window/custom_frame_view.h » ('J')
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 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'window/dialog_client_view.h', 408 'window/dialog_client_view.h',
409 'window/dialog_delegate.cc', 409 'window/dialog_delegate.cc',
410 'window/dialog_delegate.h', 410 'window/dialog_delegate.h',
411 'window/frame_background.cc', 411 'window/frame_background.cc',
412 'window/frame_background.h', 412 'window/frame_background.h',
413 'window/frame_buttons.h', 413 'window/frame_buttons.h',
414 'window/native_frame_view.cc', 414 'window/native_frame_view.cc',
415 'window/native_frame_view.h', 415 'window/native_frame_view.h',
416 'window/non_client_view.cc', 416 'window/non_client_view.cc',
417 'window/non_client_view.h', 417 'window/non_client_view.h',
418 'window/window_button_order_provider.cc',
419 'window/window_button_order_provider.h',
418 'window/window_resources.h', 420 'window/window_resources.h',
419 'window/window_shape.cc', 421 'window/window_shape.cc',
420 'window/window_shape.h', 422 'window/window_shape.h',
421 ], 423 ],
422 'include_dirs': [ 424 'include_dirs': [
423 '../../third_party/wtl/include', 425 '../../third_party/wtl/include',
424 ], 426 ],
425 'conditions': [ 427 'conditions': [
426 ['chromeos==1', { 428 ['chromeos==1', {
427 'sources/': [ 429 'sources/': [
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'widget/desktop_aura/desktop_focus_rules_unittest.cc', 640 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
639 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 641 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
640 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', 642 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc',
641 'widget/desktop_aura/desktop_screen_x11_unittest.cc', 643 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
642 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', 644 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
643 'widget/native_widget_aura_unittest.cc', 645 'widget/native_widget_aura_unittest.cc',
644 'widget/native_widget_unittest.cc', 646 'widget/native_widget_unittest.cc',
645 'widget/root_view_unittest.cc', 647 'widget/root_view_unittest.cc',
646 'widget/widget_unittest.cc', 648 'widget/widget_unittest.cc',
647 'widget/window_reorderer_unittest.cc', 649 'widget/window_reorderer_unittest.cc',
650 'window/custom_frame_view_unittest.cc',
648 'window/dialog_client_view_unittest.cc', 651 'window/dialog_client_view_unittest.cc',
649 'window/dialog_delegate_unittest.cc', 652 'window/dialog_delegate_unittest.cc',
650 ], 653 ],
651 'conditions': [ 654 'conditions': [
652 ['chromeos==0', { 655 ['chromeos==0', {
653 'sources!': [ 656 'sources!': [
654 'touchui/touch_selection_controller_impl_unittest.cc', 657 'touchui/touch_selection_controller_impl_unittest.cc',
655 ], 658 ],
656 }, { # use_chromeos==1 659 }, { # use_chromeos==1
657 'sources/': [ 660 'sources/': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 }], 695 }],
693 ['use_ozone==1', { 696 ['use_ozone==1', {
694 'sources!': [ 697 'sources!': [
695 'corewm/capture_controller_unittest.cc', 698 'corewm/capture_controller_unittest.cc',
696 ], 699 ],
697 }], 700 }],
698 ], 701 ],
699 }, # target_name: views_unittests 702 }, # target_name: views_unittests
700 ], 703 ],
701 } 704 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/window/custom_frame_view.h » ('j') | ui/views/window/custom_frame_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698