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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2090773002: Improves first run dialog performance on Win8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cr Created 4 years, 5 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 | « chrome/browser/ui/webui/set_as_default_browser_ui_win.cc ('k') | chrome/chrome_tests.gypi » ('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 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 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 'browser/ui/webui/profile_info_watcher.cc', 2023 'browser/ui/webui/profile_info_watcher.cc',
2024 'browser/ui/webui/profile_info_watcher.h', 2024 'browser/ui/webui/profile_info_watcher.h',
2025 'browser/ui/webui/quota_internals/quota_internals_handler.cc', 2025 'browser/ui/webui/quota_internals/quota_internals_handler.cc',
2026 'browser/ui/webui/quota_internals/quota_internals_handler.h', 2026 'browser/ui/webui/quota_internals/quota_internals_handler.h',
2027 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 2027 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
2028 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 2028 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
2029 'browser/ui/webui/quota_internals/quota_internals_types.cc', 2029 'browser/ui/webui/quota_internals/quota_internals_types.cc',
2030 'browser/ui/webui/quota_internals/quota_internals_types.h', 2030 'browser/ui/webui/quota_internals/quota_internals_types.h',
2031 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 2031 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
2032 'browser/ui/webui/quota_internals/quota_internals_ui.h', 2032 'browser/ui/webui/quota_internals/quota_internals_ui.h',
2033 'browser/ui/webui/set_as_default_browser_ui_win.cc',
2034 'browser/ui/webui/set_as_default_browser_ui_win.h',
2033 'browser/ui/webui/settings/about_handler.cc', 2035 'browser/ui/webui/settings/about_handler.cc',
2034 'browser/ui/webui/settings/about_handler.h', 2036 'browser/ui/webui/settings/about_handler.h',
2035 'browser/ui/webui/settings/appearance_handler.cc', 2037 'browser/ui/webui/settings/appearance_handler.cc',
2036 'browser/ui/webui/settings/appearance_handler.h', 2038 'browser/ui/webui/settings/appearance_handler.h',
2037 'browser/ui/webui/settings/browser_lifetime_handler.cc', 2039 'browser/ui/webui/settings/browser_lifetime_handler.cc',
2038 'browser/ui/webui/settings/browser_lifetime_handler.h', 2040 'browser/ui/webui/settings/browser_lifetime_handler.h',
2039 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', 2041 'browser/ui/webui/settings/chromeos/change_picture_handler.cc',
2040 'browser/ui/webui/settings/chromeos/change_picture_handler.h', 2042 'browser/ui/webui/settings/chromeos/change_picture_handler.h',
2041 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', 2043 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc',
2042 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', 2044 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h',
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
2584 'browser/ui/views/frame/glass_browser_frame_view.cc', 2586 'browser/ui/views/frame/glass_browser_frame_view.cc',
2585 'browser/ui/views/frame/glass_browser_frame_view.h', 2587 'browser/ui/views/frame/glass_browser_frame_view.h',
2586 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', 2588 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc',
2587 'browser/ui/views/network_profile_bubble_view.cc', 2589 'browser/ui/views/network_profile_bubble_view.cc',
2588 'browser/ui/views/uninstall_view.cc', 2590 'browser/ui/views/uninstall_view.cc',
2589 'browser/ui/views/uninstall_view.h', 2591 'browser/ui/views/uninstall_view.h',
2590 'browser/ui/webui/cast/cast_ui.cc', 2592 'browser/ui/webui/cast/cast_ui.cc',
2591 'browser/ui/webui/cast/cast_ui.h', 2593 'browser/ui/webui/cast/cast_ui.h',
2592 'browser/ui/webui/conflicts_ui.cc', 2594 'browser/ui/webui/conflicts_ui.cc',
2593 'browser/ui/webui/conflicts_ui.h', 2595 'browser/ui/webui/conflicts_ui.h',
2594 'browser/ui/webui/set_as_default_browser_ui.cc',
2595 'browser/ui/webui/set_as_default_browser_ui.h',
2596 ], 2596 ],
2597 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash. 2597 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash.
2598 'chrome_browser_ui_x11_sources': [ 2598 'chrome_browser_ui_x11_sources': [
2599 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc', 2599 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc',
2600 'browser/ui/views/javascript_app_modal_event_blocker_x11.h', 2600 'browser/ui/views/javascript_app_modal_event_blocker_x11.h',
2601 'browser/ui/views/tabs/window_finder_x11.cc', 2601 'browser/ui/views/tabs/window_finder_x11.cc',
2602 ], 2602 ],
2603 2603
2604 ### Feature-based sources ### 2604 ### Feature-based sources ###
2605 # Variables should generally be alphabetical within this section. 2605 # Variables should generally be alphabetical within this section.
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
3370 ], 3370 ],
3371 'sources': [ 3371 'sources': [
3372 '<@(chrome_browser_ui_non_mobile_sources)', 3372 '<@(chrome_browser_ui_non_mobile_sources)',
3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3374 ], 3374 ],
3375 }], 3375 }],
3376 ], 3376 ],
3377 }, 3377 },
3378 ], 3378 ],
3379 } 3379 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/set_as_default_browser_ui_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698