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

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

Issue 630363003: More NativeWidget -> Widget notifications: visibility, minimize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20140704-Mac-VIEWS-ActivationChanges
Patch Set: rebase on crrev/654393002 Created 6 years, 2 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 | « ui/views/cocoa/views_nswindow_delegate.mm ('k') | ui/views/widget/native_widget_mac.mm » ('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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'layout/box_layout_unittest.cc', 535 'layout/box_layout_unittest.cc',
536 'layout/grid_layout_unittest.cc', 536 'layout/grid_layout_unittest.cc',
537 'rect_based_targeting_utils_unittest.cc', 537 'rect_based_targeting_utils_unittest.cc',
538 'run_all_unittests.cc', 538 'run_all_unittests.cc',
539 'view_model_unittest.cc', 539 'view_model_unittest.cc',
540 'view_model_utils_unittest.cc', 540 'view_model_utils_unittest.cc',
541 'view_targeter_unittest.cc', 541 'view_targeter_unittest.cc',
542 'view_unittest.cc', 542 'view_unittest.cc',
543 'view_unittest_aura.cc', 543 'view_unittest_aura.cc',
544 'widget/native_widget_aura_unittest.cc', 544 'widget/native_widget_aura_unittest.cc',
545 'widget/native_widget_mac_unittest.mm',
545 'widget/native_widget_unittest.cc', 546 'widget/native_widget_unittest.cc',
546 'widget/root_view_unittest.cc', 547 'widget/root_view_unittest.cc',
547 'widget/widget_unittest.cc', 548 'widget/widget_unittest.cc',
548 'widget/window_reorderer_unittest.cc', 549 'widget/window_reorderer_unittest.cc',
549 'window/custom_frame_view_unittest.cc', 550 'window/custom_frame_view_unittest.cc',
550 'window/dialog_client_view_unittest.cc', 551 'window/dialog_client_view_unittest.cc',
551 'window/dialog_delegate_unittest.cc', 552 'window/dialog_delegate_unittest.cc',
552 ], 553 ],
553 'views_unittests_aura_sources': [ 554 'views_unittests_aura_sources': [
554 'corewm/capture_controller_unittest.cc', 555 'corewm/capture_controller_unittest.cc',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../aura/aura.gyp:aura', 878 '../aura/aura.gyp:aura',
878 '../wm/wm.gyp:wm', 879 '../wm/wm.gyp:wm',
879 ], 880 ],
880 }], 881 }],
881 ], 882 ],
882 }, # target_name: macviews_interactive_ui_tests 883 }, # target_name: macviews_interactive_ui_tests
883 ], # targets 884 ], # targets
884 }], 885 }],
885 ], # conditions 886 ], # conditions
886 } 887 }
OLDNEW
« no previous file with comments | « ui/views/cocoa/views_nswindow_delegate.mm ('k') | ui/views/widget/native_widget_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698