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

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: 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
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 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2582 'browser/ui/views/frame/glass_browser_frame_view.cc', 2582 'browser/ui/views/frame/glass_browser_frame_view.cc',
2583 'browser/ui/views/frame/glass_browser_frame_view.h', 2583 'browser/ui/views/frame/glass_browser_frame_view.h',
2584 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', 2584 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc',
2585 'browser/ui/views/network_profile_bubble_view.cc', 2585 'browser/ui/views/network_profile_bubble_view.cc',
2586 'browser/ui/views/uninstall_view.cc', 2586 'browser/ui/views/uninstall_view.cc',
2587 'browser/ui/views/uninstall_view.h', 2587 'browser/ui/views/uninstall_view.h',
2588 'browser/ui/webui/cast/cast_ui.cc', 2588 'browser/ui/webui/cast/cast_ui.cc',
2589 'browser/ui/webui/cast/cast_ui.h', 2589 'browser/ui/webui/cast/cast_ui.h',
2590 'browser/ui/webui/conflicts_ui.cc', 2590 'browser/ui/webui/conflicts_ui.cc',
2591 'browser/ui/webui/conflicts_ui.h', 2591 'browser/ui/webui/conflicts_ui.h',
2592 'browser/ui/webui/set_as_default_browser_ui.cc', 2592 'browser/ui/webui/set_as_default_browser_ui_win.cc',
grt (UTC plus 2) 2016/07/19 08:13:01 while this is win-only, i'm inclined to put it in
zmin 2016/07/20 16:35:45 Done. I didn't know there is a _win filter. I thin
grt (UTC plus 2) 2016/07/20 18:54:09 Magic! (https://cs.chromium.org/chromium/src/build
2593 'browser/ui/webui/set_as_default_browser_ui.h', 2593 'browser/ui/webui/set_as_default_browser_ui_win.h',
2594 ], 2594 ],
2595 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash. 2595 # Compiled for X11: desktop Linux and ChromeOS. We assume aura/views/ash.
2596 'chrome_browser_ui_x11_sources': [ 2596 'chrome_browser_ui_x11_sources': [
2597 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc', 2597 'browser/ui/views/javascript_app_modal_event_blocker_x11.cc',
2598 'browser/ui/views/javascript_app_modal_event_blocker_x11.h', 2598 'browser/ui/views/javascript_app_modal_event_blocker_x11.h',
2599 'browser/ui/views/tabs/window_finder_x11.cc', 2599 'browser/ui/views/tabs/window_finder_x11.cc',
2600 ], 2600 ],
2601 2601
2602 ### Feature-based sources ### 2602 ### Feature-based sources ###
2603 # Variables should generally be alphabetical within this section. 2603 # Variables should generally be alphabetical within this section.
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 ], 3373 ],
3374 'sources': [ 3374 'sources': [
3375 '<@(chrome_browser_ui_non_mobile_sources)', 3375 '<@(chrome_browser_ui_non_mobile_sources)',
3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3377 ], 3377 ],
3378 }], 3378 }],
3379 ], 3379 ],
3380 }, 3380 },
3381 ], 3381 ],
3382 } 3382 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698