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

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: todookie 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | no next file » | 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 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'browser/ui/webui/md_history_ui.cc', 1869 'browser/ui/webui/md_history_ui.cc',
1870 'browser/ui/webui/md_history_ui.h', 1870 'browser/ui/webui/md_history_ui.h',
1871 'browser/ui/webui/ntp/app_launcher_handler.cc', 1871 'browser/ui/webui/ntp/app_launcher_handler.cc',
1872 'browser/ui/webui/ntp/app_launcher_handler.h', 1872 'browser/ui/webui/ntp/app_launcher_handler.h',
1873 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1873 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1874 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1874 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1875 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1875 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1876 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1876 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1877 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1877 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1878 'browser/ui/webui/ntp/favicon_webui_handler.h', 1878 'browser/ui/webui/ntp/favicon_webui_handler.h',
1879 'browser/ui/webui/ntp/new_tab_page_handler.cc',
1880 'browser/ui/webui/ntp/new_tab_page_handler.h',
1881 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 1879 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
1882 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 1880 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
1883 'browser/ui/webui/ntp/new_tab_ui.cc', 1881 'browser/ui/webui/ntp/new_tab_ui.cc',
1884 'browser/ui/webui/ntp/new_tab_ui.h', 1882 'browser/ui/webui/ntp/new_tab_ui.h',
1885 'browser/ui/webui/ntp/ntp_resource_cache.cc', 1883 'browser/ui/webui/ntp/ntp_resource_cache.cc',
1886 'browser/ui/webui/ntp/ntp_resource_cache.h', 1884 'browser/ui/webui/ntp/ntp_resource_cache.h',
1887 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 1885 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
1888 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 1886 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
1889 'browser/ui/webui/ntp/ntp_stats.h', 1887 'browser/ui/webui/ntp/ntp_stats.h',
1890 'browser/ui/webui/options/advanced_options_utils.h', 1888 'browser/ui/webui/options/advanced_options_utils.h',
(...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after
3358 ], 3356 ],
3359 'sources': [ 3357 'sources': [
3360 '<@(chrome_browser_ui_non_mobile_sources)', 3358 '<@(chrome_browser_ui_non_mobile_sources)',
3361 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3359 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3362 ], 3360 ],
3363 }], 3361 }],
3364 ], 3362 ],
3365 }, 3363 },
3366 ], 3364 ],
3367 } 3365 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698