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 1796773003: Implement NativeWidgetMac::ReorderNativeViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement NativeWidgetMac::ReorderNativeViews Created 4 years, 9 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
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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'widget/tooltip_manager.h', 328 'widget/tooltip_manager.h',
329 'widget/widget.cc', 329 'widget/widget.cc',
330 'widget/widget.h', 330 'widget/widget.h',
331 'widget/widget_aura_utils.cc', 331 'widget/widget_aura_utils.cc',
332 'widget/widget_aura_utils.h', 332 'widget/widget_aura_utils.h',
333 'widget/widget_delegate.cc', 333 'widget/widget_delegate.cc',
334 'widget/widget_delegate.h', 334 'widget/widget_delegate.h',
335 'widget/widget_deletion_observer.cc', 335 'widget/widget_deletion_observer.cc',
336 'widget/widget_deletion_observer.h', 336 'widget/widget_deletion_observer.h',
337 'widget/widget_observer.h', 337 'widget/widget_observer.h',
338 'widget/widget_mac_utils.mm',
339 'widget/widget_mac_utils.h',
338 'widget/widget_removals_observer.h', 340 'widget/widget_removals_observer.h',
339 'window/client_view.cc', 341 'window/client_view.cc',
340 'window/client_view.h', 342 'window/client_view.h',
341 'window/custom_frame_view.cc', 343 'window/custom_frame_view.cc',
342 'window/custom_frame_view.h', 344 'window/custom_frame_view.h',
343 'window/dialog_client_view.cc', 345 'window/dialog_client_view.cc',
344 'window/dialog_client_view.h', 346 'window/dialog_client_view.h',
345 'window/dialog_delegate.cc', 347 'window/dialog_delegate.cc',
346 'window/dialog_delegate.h', 348 'window/dialog_delegate.h',
347 'window/frame_background.cc', 349 'window/frame_background.cc',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../aura/aura.gyp:aura', 1013 '../aura/aura.gyp:aura',
1012 '../wm/wm.gyp:wm', 1014 '../wm/wm.gyp:wm',
1013 ], 1015 ],
1014 }], 1016 }],
1015 ], 1017 ],
1016 }, # target_name: macviews_interactive_ui_tests 1018 }, # target_name: macviews_interactive_ui_tests
1017 ], # targets 1019 ], # targets
1018 }], 1020 }],
1019 ], # conditions 1021 ], # conditions
1020 } 1022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698