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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1757673002: NTP4/apps page: fix page stickiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-promo-cpp
Patch Set: Created 4 years, 9 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 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1863 'browser/ui/webui/md_history_ui.cc', 1863 'browser/ui/webui/md_history_ui.cc',
1864 'browser/ui/webui/md_history_ui.h', 1864 'browser/ui/webui/md_history_ui.h',
1865 'browser/ui/webui/ntp/app_launcher_handler.cc', 1865 'browser/ui/webui/ntp/app_launcher_handler.cc',
1866 'browser/ui/webui/ntp/app_launcher_handler.h', 1866 'browser/ui/webui/ntp/app_launcher_handler.h',
1867 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1867 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1868 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1868 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1869 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1869 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1870 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1870 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1871 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1871 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1872 'browser/ui/webui/ntp/favicon_webui_handler.h', 1872 'browser/ui/webui/ntp/favicon_webui_handler.h',
1873 'browser/ui/webui/ntp/new_tab_page_handler.cc',
1874 'browser/ui/webui/ntp/new_tab_page_handler.h',
1875 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 1873 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
1876 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 1874 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
1877 'browser/ui/webui/ntp/new_tab_ui.cc', 1875 'browser/ui/webui/ntp/new_tab_ui.cc',
1878 'browser/ui/webui/ntp/new_tab_ui.h', 1876 'browser/ui/webui/ntp/new_tab_ui.h',
1879 'browser/ui/webui/ntp/ntp_resource_cache.cc', 1877 'browser/ui/webui/ntp/ntp_resource_cache.cc',
1880 'browser/ui/webui/ntp/ntp_resource_cache.h', 1878 'browser/ui/webui/ntp/ntp_resource_cache.h',
1881 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 1879 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
1882 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 1880 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
1883 'browser/ui/webui/ntp/ntp_stats.h', 1881 'browser/ui/webui/ntp/ntp_stats.h',
1884 'browser/ui/webui/options/advanced_options_utils.h', 1882 'browser/ui/webui/options/advanced_options_utils.h',
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
3350 ], 3348 ],
3351 'sources': [ 3349 'sources': [
3352 '<@(chrome_browser_ui_non_mobile_sources)', 3350 '<@(chrome_browser_ui_non_mobile_sources)',
3353 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3351 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3354 ], 3352 ],
3355 }], 3353 }],
3356 ], 3354 ],
3357 }, 3355 },
3358 ], 3356 ],
3359 } 3357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698