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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2252793002: Improves first run dialog performance on Win8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: 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
« 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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'browser/ui/webui/profile_info_watcher.cc', 2035 'browser/ui/webui/profile_info_watcher.cc',
2036 'browser/ui/webui/profile_info_watcher.h', 2036 'browser/ui/webui/profile_info_watcher.h',
2037 'browser/ui/webui/quota_internals/quota_internals_handler.cc', 2037 'browser/ui/webui/quota_internals/quota_internals_handler.cc',
2038 'browser/ui/webui/quota_internals/quota_internals_handler.h', 2038 'browser/ui/webui/quota_internals/quota_internals_handler.h',
2039 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 2039 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
2040 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 2040 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
2041 'browser/ui/webui/quota_internals/quota_internals_types.cc', 2041 'browser/ui/webui/quota_internals/quota_internals_types.cc',
2042 'browser/ui/webui/quota_internals/quota_internals_types.h', 2042 'browser/ui/webui/quota_internals/quota_internals_types.h',
2043 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 2043 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
2044 'browser/ui/webui/quota_internals/quota_internals_ui.h', 2044 'browser/ui/webui/quota_internals/quota_internals_ui.h',
2045 'browser/ui/webui/set_as_default_browser_ui_win.cc',
2046 'browser/ui/webui/set_as_default_browser_ui_win.h',
2045 'browser/ui/webui/settings/about_handler.cc', 2047 'browser/ui/webui/settings/about_handler.cc',
2046 'browser/ui/webui/settings/about_handler.h', 2048 'browser/ui/webui/settings/about_handler.h',
2047 'browser/ui/webui/settings/appearance_handler.cc', 2049 'browser/ui/webui/settings/appearance_handler.cc',
2048 'browser/ui/webui/settings/appearance_handler.h', 2050 'browser/ui/webui/settings/appearance_handler.h',
2049 'browser/ui/webui/settings/browser_lifetime_handler.cc', 2051 'browser/ui/webui/settings/browser_lifetime_handler.cc',
2050 'browser/ui/webui/settings/browser_lifetime_handler.h', 2052 'browser/ui/webui/settings/browser_lifetime_handler.h',
2051 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', 2053 'browser/ui/webui/settings/chromeos/change_picture_handler.cc',
2052 'browser/ui/webui/settings/chromeos/change_picture_handler.h', 2054 'browser/ui/webui/settings/chromeos/change_picture_handler.h',
2053 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', 2055 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc',
2054 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', 2056 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
2590 'browser/ui/views/frame/glass_browser_frame_view.cc', 2592 'browser/ui/views/frame/glass_browser_frame_view.cc',
2591 'browser/ui/views/frame/glass_browser_frame_view.h', 2593 'browser/ui/views/frame/glass_browser_frame_view.h',
2592 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', 2594 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc',
2593 'browser/ui/views/network_profile_bubble_view.cc', 2595 'browser/ui/views/network_profile_bubble_view.cc',
2594 'browser/ui/views/uninstall_view.cc', 2596 'browser/ui/views/uninstall_view.cc',
2595 'browser/ui/views/uninstall_view.h', 2597 'browser/ui/views/uninstall_view.h',
2596 'browser/ui/webui/cast/cast_ui.cc', 2598 'browser/ui/webui/cast/cast_ui.cc',
2597 'browser/ui/webui/cast/cast_ui.h', 2599 'browser/ui/webui/cast/cast_ui.h',
2598 'browser/ui/webui/conflicts_ui.cc', 2600 'browser/ui/webui/conflicts_ui.cc',
2599 'browser/ui/webui/conflicts_ui.h', 2601 'browser/ui/webui/conflicts_ui.h',
2600 'browser/ui/webui/set_as_default_browser_ui.cc',
2601 'browser/ui/webui/set_as_default_browser_ui.h',
2602 ], 2602 ],
2603 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash. 2603 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash.
2604 'chrome_browser_ui_x11_sources': [ 2604 'chrome_browser_ui_x11_sources': [
2605 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc', 2605 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc',
2606 'browser/ui/views/javascript_app_modal_event_blocker_x11.h', 2606 'browser/ui/views/javascript_app_modal_event_blocker_x11.h',
2607 'browser/ui/views/tabs/window_finder_x11.cc', 2607 'browser/ui/views/tabs/window_finder_x11.cc',
2608 ], 2608 ],
2609 2609
2610 ### Feature-based sources ### 2610 ### Feature-based sources ###
2611 # Variables should generally be alphabetical within this section. 2611 # Variables should generally be alphabetical within this section.
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
3381 ], 3381 ],
3382 'sources': [ 3382 'sources': [
3383 '<@(chrome_browser_ui_non_mobile_sources)', 3383 '<@(chrome_browser_ui_non_mobile_sources)',
3384 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3384 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3385 ], 3385 ],
3386 }], 3386 }],
3387 ], 3387 ],
3388 }, 3388 },
3389 ], 3389 ],
3390 } 3390 }
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