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

Side by Side Diff: chrome/chrome_browser_ui.gypi

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

Powered by Google App Engine
This is Rietveld 408576698