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

Side by Side Diff: chrome/chrome_tests_unit.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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'browser/ui/toolbar/test_toolbar_model.cc', 1576 'browser/ui/toolbar/test_toolbar_model.cc',
1577 'browser/ui/toolbar/test_toolbar_model.h', 1577 'browser/ui/toolbar/test_toolbar_model.h',
1578 'browser/ui/toolbar/toolbar_actions_bar_unittest.cc', 1578 'browser/ui/toolbar/toolbar_actions_bar_unittest.cc',
1579 'browser/ui/toolbar/toolbar_actions_bar_unittest.h', 1579 'browser/ui/toolbar/toolbar_actions_bar_unittest.h',
1580 'browser/ui/toolbar/toolbar_actions_model_unittest.cc', 1580 'browser/ui/toolbar/toolbar_actions_model_unittest.cc',
1581 'browser/ui/toolbar/toolbar_model_unittest.cc', 1581 'browser/ui/toolbar/toolbar_model_unittest.cc',
1582 'browser/ui/website_settings/permission_bubble_manager_unittest.cc', 1582 'browser/ui/website_settings/permission_bubble_manager_unittest.cc',
1583 'browser/ui/website_settings/permission_menu_model_unittest.cc', 1583 'browser/ui/website_settings/permission_menu_model_unittest.cc',
1584 'browser/ui/webui/downloads_util_unittest.cc', 1584 'browser/ui/webui/downloads_util_unittest.cc',
1585 'browser/ui/webui/help/version_updater_chromeos_unittest.cc', 1585 'browser/ui/webui/help/version_updater_chromeos_unittest.cc',
1586 'browser/ui/webui/md_downloads/downloads_list_tracker_unittest.cc',
1586 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc', 1587 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc',
1587 'browser/ui/webui/options/autofill_options_handler_unittest.cc', 1588 'browser/ui/webui/options/autofill_options_handler_unittest.cc',
1588 'browser/ui/webui/options/clear_browser_data_handler_unittest.cc', 1589 'browser/ui/webui/options/clear_browser_data_handler_unittest.cc',
1589 'browser/ui/webui/options/language_options_handler_unittest.cc', 1590 'browser/ui/webui/options/language_options_handler_unittest.cc',
1590 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' , 1591 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' ,
1591 'browser/ui/webui/options/sync_setup_handler_unittest.cc', 1592 'browser/ui/webui/options/sync_setup_handler_unittest.cc',
1592 'browser/ui/webui/settings/sync_handler_unittest.cc', 1593 'browser/ui/webui/settings/sync_handler_unittest.cc',
1593 'browser/ui/webui/signin/login_ui_service_unittest.cc', 1594 'browser/ui/webui/signin/login_ui_service_unittest.cc',
1594 'browser/ui/webui/sync_internals_message_handler_unittest.cc', 1595 'browser/ui/webui/sync_internals_message_handler_unittest.cc',
1595 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1596 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after
3001 'dependencies': [ 3002 'dependencies': [
3002 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3003 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3003 ], 3004 ],
3004 }], 3005 }],
3005 ], 3006 ],
3006 }, 3007 },
3007 ], 3008 ],
3008 }], 3009 }],
3009 ], # 'conditions' 3010 ], # 'conditions'
3010 } 3011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698