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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1480263002: Revert of MD Downloads: track downloads in C++, dispatch discrete JS updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/md_downloads/md_downloads_ui.cc ('k') | chrome/chrome_tests_unit.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 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 'browser/ui/webui/help/version_updater_chromeos.h', 1804 'browser/ui/webui/help/version_updater_chromeos.h',
1805 'browser/ui/webui/help/version_updater_mac.h', 1805 'browser/ui/webui/help/version_updater_mac.h',
1806 'browser/ui/webui/help/version_updater_mac.mm', 1806 'browser/ui/webui/help/version_updater_mac.mm',
1807 'browser/ui/webui/help/version_updater_win.cc', 1807 'browser/ui/webui/help/version_updater_win.cc',
1808 'browser/ui/webui/history_login_handler.cc', 1808 'browser/ui/webui/history_login_handler.cc',
1809 'browser/ui/webui/history_login_handler.h', 1809 'browser/ui/webui/history_login_handler.h',
1810 'browser/ui/webui/identity_internals_ui.cc', 1810 'browser/ui/webui/identity_internals_ui.cc',
1811 'browser/ui/webui/identity_internals_ui.h', 1811 'browser/ui/webui/identity_internals_ui.h',
1812 'browser/ui/webui/inspect_ui.cc', 1812 'browser/ui/webui/inspect_ui.cc',
1813 'browser/ui/webui/inspect_ui.h', 1813 'browser/ui/webui/inspect_ui.h',
1814 'browser/ui/webui/md_downloads/downloads_list_tracker.cc',
1815 'browser/ui/webui/md_downloads/downloads_list_tracher.h',
1816 'browser/ui/webui/md_downloads/md_downloads_dom_handler.cc', 1814 'browser/ui/webui/md_downloads/md_downloads_dom_handler.cc',
1817 'browser/ui/webui/md_downloads/md_downloads_dom_handler.h', 1815 'browser/ui/webui/md_downloads/md_downloads_dom_handler.h',
1818 'browser/ui/webui/md_downloads/md_downloads_ui.cc', 1816 'browser/ui/webui/md_downloads/md_downloads_ui.cc',
1819 'browser/ui/webui/md_downloads/md_downloads_ui.h', 1817 'browser/ui/webui/md_downloads/md_downloads_ui.h',
1820 'browser/ui/webui/ntp/app_launcher_handler.cc', 1818 'browser/ui/webui/ntp/app_launcher_handler.cc',
1821 'browser/ui/webui/ntp/app_launcher_handler.h', 1819 'browser/ui/webui/ntp/app_launcher_handler.h',
1822 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1820 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1823 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1821 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1824 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1822 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1825 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1823 'browser/ui/webui/ntp/core_app_launcher_handler.h',
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
3276 ], 3274 ],
3277 'sources': [ 3275 'sources': [
3278 '<@(chrome_browser_ui_non_mobile_sources)', 3276 '<@(chrome_browser_ui_non_mobile_sources)',
3279 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3277 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3280 ], 3278 ],
3281 }], 3279 }],
3282 ], 3280 ],
3283 }, 3281 },
3284 ], 3282 ],
3285 } 3283 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698