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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2277563002: Wires up immersive mode for chrome and mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crash Created 4 years, 4 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'browser/ui/window_sizer/window_sizer_ash.cc', 647 'browser/ui/window_sizer/window_sizer_ash.cc',
648 ], 648 ],
649 # Ash + Views. 649 # Ash + Views.
650 'chrome_browser_ui_ash_views_sources': [ 650 'chrome_browser_ui_ash_views_sources': [
651 'browser/ui/views/frame/browser_frame_ash.cc', 651 'browser/ui/views/frame/browser_frame_ash.cc',
652 'browser/ui/views/frame/browser_frame_ash.h', 652 'browser/ui/views/frame/browser_frame_ash.h',
653 'browser/ui/views/frame/browser_header_painter_ash.cc', 653 'browser/ui/views/frame/browser_header_painter_ash.cc',
654 'browser/ui/views/frame/browser_header_painter_ash.h', 654 'browser/ui/views/frame/browser_header_painter_ash.h',
655 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', 655 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc',
656 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', 656 'browser/ui/views/frame/browser_non_client_frame_view_ash.h',
657 'browser/ui/views/frame/immersive_context_mus.cc',
658 'browser/ui/views/frame/immersive_context_mus.h',
659 'browser/ui/views/frame/immersive_handler_factory_mus.cc',
660 'browser/ui/views/frame/immersive_handler_factory_mus.h',
657 'browser/ui/views/frame/immersive_mode_controller_ash.cc', 661 'browser/ui/views/frame/immersive_mode_controller_ash.cc',
658 'browser/ui/views/frame/immersive_mode_controller_ash.h', 662 'browser/ui/views/frame/immersive_mode_controller_ash.h',
659 'browser/ui/views/frame/web_app_left_header_view_ash.cc', 663 'browser/ui/views/frame/web_app_left_header_view_ash.cc',
660 'browser/ui/views/frame/web_app_left_header_view_ash.h', 664 'browser/ui/views/frame/web_app_left_header_view_ash.h',
661 'browser/ui/views/tabs/window_finder_ash.cc', 665 'browser/ui/views/tabs/window_finder_ash.cc',
662 ], 666 ],
663 # Used when ash is disabled. 667 # Used when ash is disabled.
664 'chrome_browser_ui_non_ash_sources': [ 668 'chrome_browser_ui_non_ash_sources': [
665 'browser/ui/views/touch_uma/touch_uma.cc', 669 'browser/ui/views/touch_uma/touch_uma.cc',
666 ], 670 ],
(...skipping 2719 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 ], 3390 ],
3387 'sources': [ 3391 'sources': [
3388 '<@(chrome_browser_ui_non_mobile_sources)', 3392 '<@(chrome_browser_ui_non_mobile_sources)',
3389 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3393 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3390 ], 3394 ],
3391 }], 3395 }],
3392 ], 3396 ],
3393 }, 3397 },
3394 ], 3398 ],
3395 } 3399 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698