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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 836933005: Refactor fullscreen_controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build break Created 5 years, 11 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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 'browser/ui/content_settings/content_setting_image_model.cc', 1448 'browser/ui/content_settings/content_setting_image_model.cc',
1449 'browser/ui/content_settings/content_setting_image_model.h', 1449 'browser/ui/content_settings/content_setting_image_model.h',
1450 'browser/ui/content_settings/content_setting_media_menu_model.cc', 1450 'browser/ui/content_settings/content_setting_media_menu_model.cc',
1451 'browser/ui/content_settings/content_setting_media_menu_model.h', 1451 'browser/ui/content_settings/content_setting_media_menu_model.h',
1452 'browser/ui/elide_url.cc', 1452 'browser/ui/elide_url.cc',
1453 'browser/ui/elide_url.h', 1453 'browser/ui/elide_url.h',
1454 'browser/ui/exclusive_access/exclusive_access_bubble.cc', 1454 'browser/ui/exclusive_access/exclusive_access_bubble.cc',
1455 'browser/ui/exclusive_access/exclusive_access_bubble.h', 1455 'browser/ui/exclusive_access/exclusive_access_bubble.h',
1456 'browser/ui/exclusive_access/exclusive_access_bubble_type.cc', 1456 'browser/ui/exclusive_access/exclusive_access_bubble_type.cc',
1457 'browser/ui/exclusive_access/exclusive_access_bubble_type.h', 1457 'browser/ui/exclusive_access/exclusive_access_bubble_type.h',
1458 'browser/ui/exclusive_access/exclusive_access_controller_base.cc',
1459 'browser/ui/exclusive_access/exclusive_access_controller_base.h',
1460 'browser/ui/exclusive_access/exclusive_access_manager.cc',
1461 'browser/ui/exclusive_access/exclusive_access_manager.h',
1458 'browser/ui/exclusive_access/fullscreen_controller.cc', 1462 'browser/ui/exclusive_access/fullscreen_controller.cc',
1459 'browser/ui/exclusive_access/fullscreen_controller.h', 1463 'browser/ui/exclusive_access/fullscreen_controller.h',
1460 'browser/ui/exclusive_access/fullscreen_within_tab_helper.cc', 1464 'browser/ui/exclusive_access/fullscreen_within_tab_helper.cc',
1461 'browser/ui/exclusive_access/fullscreen_within_tab_helper.h', 1465 'browser/ui/exclusive_access/fullscreen_within_tab_helper.h',
1466 'browser/ui/exclusive_access/mouse_lock_controller.cc',
1467 'browser/ui/exclusive_access/mouse_lock_controller.h',
1462 'browser/ui/fast_unload_controller.cc', 1468 'browser/ui/fast_unload_controller.cc',
1463 'browser/ui/fast_unload_controller.h', 1469 'browser/ui/fast_unload_controller.h',
1464 'browser/ui/find_bar/find_bar_controller.cc', 1470 'browser/ui/find_bar/find_bar_controller.cc',
1465 'browser/ui/find_bar/find_bar_controller.h', 1471 'browser/ui/find_bar/find_bar_controller.h',
1466 'browser/ui/infobar_container_delegate.cc', 1472 'browser/ui/infobar_container_delegate.cc',
1467 'browser/ui/infobar_container_delegate.h', 1473 'browser/ui/infobar_container_delegate.h',
1468 'browser/ui/location_bar/location_bar.cc', 1474 'browser/ui/location_bar/location_bar.cc',
1469 'browser/ui/location_bar/location_bar.h', 1475 'browser/ui/location_bar/location_bar.h',
1470 'browser/ui/location_bar/location_bar_util.cc', 1476 'browser/ui/location_bar/location_bar_util.cc',
1471 'browser/ui/location_bar/location_bar_util.h', 1477 'browser/ui/location_bar/location_bar_util.h',
(...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after
3153 ], 3159 ],
3154 'sources': [ 3160 'sources': [
3155 '<@(chrome_browser_ui_non_mobile_sources)', 3161 '<@(chrome_browser_ui_non_mobile_sources)',
3156 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3162 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3157 ], 3163 ],
3158 }], 3164 }],
3159 ], 3165 ],
3160 }, 3166 },
3161 ], 3167 ],
3162 } 3168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698