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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1710083005: Remove old downloads UI; Material Design version is now the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove testing/ Created 4 years, 10 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/chrome_tests.gypi ('k') | chrome/common/chrome_switches.h » ('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 '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 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1559 'browser/ui/toolbar/recent_tabs_builder_test_helper.h', 1559 'browser/ui/toolbar/recent_tabs_builder_test_helper.h',
1560 'browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc', 1560 'browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc',
1561 'browser/ui/toolbar/test_toolbar_actions_bar_bubble_delegate.cc', 1561 'browser/ui/toolbar/test_toolbar_actions_bar_bubble_delegate.cc',
1562 'browser/ui/toolbar/test_toolbar_actions_bar_bubble_delegate.h', 1562 'browser/ui/toolbar/test_toolbar_actions_bar_bubble_delegate.h',
1563 'browser/ui/toolbar/toolbar_actions_bar_unittest.cc', 1563 'browser/ui/toolbar/toolbar_actions_bar_unittest.cc',
1564 'browser/ui/toolbar/toolbar_actions_bar_unittest.h', 1564 'browser/ui/toolbar/toolbar_actions_bar_unittest.h',
1565 'browser/ui/toolbar/toolbar_actions_model_unittest.cc', 1565 'browser/ui/toolbar/toolbar_actions_model_unittest.cc',
1566 'browser/ui/toolbar/toolbar_model_unittest.cc', 1566 'browser/ui/toolbar/toolbar_model_unittest.cc',
1567 'browser/ui/website_settings/permission_bubble_manager_unittest.cc', 1567 'browser/ui/website_settings/permission_bubble_manager_unittest.cc',
1568 'browser/ui/website_settings/permission_menu_model_unittest.cc', 1568 'browser/ui/website_settings/permission_menu_model_unittest.cc',
1569 'browser/ui/webui/downloads_util_unittest.cc',
1570 'browser/ui/webui/help/version_updater_chromeos_unittest.cc', 1569 'browser/ui/webui/help/version_updater_chromeos_unittest.cc',
1571 'browser/ui/webui/md_downloads/downloads_list_tracker_unittest.cc', 1570 'browser/ui/webui/md_downloads/downloads_list_tracker_unittest.cc',
1572 'browser/ui/webui/md_downloads/md_downloads_dom_handler_unittest.cc', 1571 'browser/ui/webui/md_downloads/md_downloads_dom_handler_unittest.cc',
1573 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc', 1572 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc',
1574 'browser/ui/webui/options/autofill_options_handler_unittest.cc', 1573 'browser/ui/webui/options/autofill_options_handler_unittest.cc',
1575 'browser/ui/webui/options/language_options_handler_unittest.cc', 1574 'browser/ui/webui/options/language_options_handler_unittest.cc',
1576 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' , 1575 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' ,
1577 'browser/ui/webui/options/sync_setup_handler_unittest.cc', 1576 'browser/ui/webui/options/sync_setup_handler_unittest.cc',
1578 'browser/ui/webui/settings/people_handler_unittest.cc', 1577 'browser/ui/webui/settings/people_handler_unittest.cc',
1579 'browser/ui/webui/settings/reset_settings_handler_unittest.cc', 1578 'browser/ui/webui/settings/reset_settings_handler_unittest.cc',
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 'dependencies': [ 3036 'dependencies': [
3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3039 ], 3038 ],
3040 }], 3039 }],
3041 ], 3040 ],
3042 }, 3041 },
3043 ], 3042 ],
3044 }], 3043 }],
3045 ], # 'conditions' 3044 ], # 'conditions'
3046 } 3045 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698