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

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: asdf Created 5 years, 1 month 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 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 'browser/ui/webui/help/version_updater_chromeos.h', 1800 'browser/ui/webui/help/version_updater_chromeos.h',
1801 'browser/ui/webui/help/version_updater_mac.h', 1801 'browser/ui/webui/help/version_updater_mac.h',
1802 'browser/ui/webui/help/version_updater_mac.mm', 1802 'browser/ui/webui/help/version_updater_mac.mm',
1803 'browser/ui/webui/help/version_updater_win.cc', 1803 'browser/ui/webui/help/version_updater_win.cc',
1804 'browser/ui/webui/history_login_handler.cc', 1804 'browser/ui/webui/history_login_handler.cc',
1805 'browser/ui/webui/history_login_handler.h', 1805 'browser/ui/webui/history_login_handler.h',
1806 'browser/ui/webui/identity_internals_ui.cc', 1806 'browser/ui/webui/identity_internals_ui.cc',
1807 'browser/ui/webui/identity_internals_ui.h', 1807 'browser/ui/webui/identity_internals_ui.h',
1808 'browser/ui/webui/inspect_ui.cc', 1808 'browser/ui/webui/inspect_ui.cc',
1809 'browser/ui/webui/inspect_ui.h', 1809 'browser/ui/webui/inspect_ui.h',
1810 'browser/ui/webui/md_downloads/downloads_list_tracker.cc',
1811 'browser/ui/webui/md_downloads/downloads_list_tracher.h',
1810 'browser/ui/webui/md_downloads/md_downloads_dom_handler.cc', 1812 'browser/ui/webui/md_downloads/md_downloads_dom_handler.cc',
1811 'browser/ui/webui/md_downloads/md_downloads_dom_handler.h', 1813 'browser/ui/webui/md_downloads/md_downloads_dom_handler.h',
1812 'browser/ui/webui/md_downloads/md_downloads_ui.cc', 1814 'browser/ui/webui/md_downloads/md_downloads_ui.cc',
1813 'browser/ui/webui/md_downloads/md_downloads_ui.h', 1815 'browser/ui/webui/md_downloads/md_downloads_ui.h',
1814 'browser/ui/webui/ntp/app_launcher_handler.cc', 1816 'browser/ui/webui/ntp/app_launcher_handler.cc',
1815 'browser/ui/webui/ntp/app_launcher_handler.h', 1817 'browser/ui/webui/ntp/app_launcher_handler.h',
1816 'browser/ui/webui/ntp/app_resource_cache_factory.cc', 1818 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
1817 'browser/ui/webui/ntp/app_resource_cache_factory.h', 1819 'browser/ui/webui/ntp/app_resource_cache_factory.h',
1818 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1820 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1819 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1821 'browser/ui/webui/ntp/core_app_launcher_handler.h',
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 ], 3272 ],
3271 'sources': [ 3273 'sources': [
3272 '<@(chrome_browser_ui_non_mobile_sources)', 3274 '<@(chrome_browser_ui_non_mobile_sources)',
3273 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3275 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3274 ], 3276 ],
3275 }], 3277 }],
3276 ], 3278 ],
3277 }, 3279 },
3278 ], 3280 ],
3279 } 3281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698