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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
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 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 'browser/ui/toolbar/test_toolbar_model.h', 1562 'browser/ui/toolbar/test_toolbar_model.h',
1563 'browser/ui/toolbar/toolbar_actions_bar_unittest.cc', 1563 'browser/ui/toolbar/toolbar_actions_bar_unittest.cc',
1564 'browser/ui/toolbar/toolbar_model_unittest.cc', 1564 'browser/ui/toolbar/toolbar_model_unittest.cc',
1565 'browser/ui/toolbar/wrench_icon_painter_unittest.cc', 1565 'browser/ui/toolbar/wrench_icon_painter_unittest.cc',
1566 'browser/ui/toolbar/wrench_menu_model_unittest.cc', 1566 'browser/ui/toolbar/wrench_menu_model_unittest.cc',
1567 'browser/ui/website_settings/permission_menu_model_unittest.cc', 1567 'browser/ui/website_settings/permission_menu_model_unittest.cc',
1568 'browser/ui/webui/help/version_updater_chromeos_unittest.cc', 1568 'browser/ui/webui/help/version_updater_chromeos_unittest.cc',
1569 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc', 1569 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc',
1570 'browser/ui/webui/options/autofill_options_handler_unittest.cc', 1570 'browser/ui/webui/options/autofill_options_handler_unittest.cc',
1571 'browser/ui/webui/options/language_options_handler_unittest.cc', 1571 'browser/ui/webui/options/language_options_handler_unittest.cc',
1572 'browser/ui/webui/options/password_manager_handler_unittest.cc',
1572 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' , 1573 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' ,
1573 'browser/ui/webui/options/sync_setup_handler_unittest.cc', 1574 'browser/ui/webui/options/sync_setup_handler_unittest.cc',
1574 'browser/ui/webui/signin/login_ui_service_unittest.cc', 1575 'browser/ui/webui/signin/login_ui_service_unittest.cc',
1575 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1576 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
1576 'browser/ui/window_sizer/window_sizer_common_unittest.cc', 1577 'browser/ui/window_sizer/window_sizer_common_unittest.cc',
1577 'browser/ui/window_sizer/window_sizer_unittest.cc', 1578 'browser/ui/window_sizer/window_sizer_unittest.cc',
1578 'browser/ui/zoom/zoom_controller_unittest.cc', 1579 'browser/ui/zoom/zoom_controller_unittest.cc',
1579 # The importer code is not used on Android. 1580 # The importer code is not used on Android.
1580 'common/importer/firefox_importer_utils_unittest.cc', 1581 'common/importer/firefox_importer_utils_unittest.cc',
1581 # No service process (which also requires multiprocess lock). 1582 # No service process (which also requires multiprocess lock).
(...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after
2855 'dependencies': [ 2856 'dependencies': [
2856 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2857 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2857 ], 2858 ],
2858 }], 2859 }],
2859 ], 2860 ],
2860 }, 2861 },
2861 ], 2862 ],
2862 }], 2863 }],
2863 ], # 'conditions' 2864 ], # 'conditions'
2864 } 2865 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698