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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1465853002: Implement support for importing favorites from Edge on Windows 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing include files 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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 'browser/ui/zoom/zoom_controller_unittest.cc', 1593 'browser/ui/zoom/zoom_controller_unittest.cc',
1594 'browser/usb/usb_chooser_context_unittest.cc', 1594 'browser/usb/usb_chooser_context_unittest.cc',
1595 # The importer code is not used on Android. 1595 # The importer code is not used on Android.
1596 'common/importer/firefox_importer_utils_unittest.cc', 1596 'common/importer/firefox_importer_utils_unittest.cc',
1597 # No service process (which also requires multiprocess lock). 1597 # No service process (which also requires multiprocess lock).
1598 'common/multi_process_lock_unittest.cc', 1598 'common/multi_process_lock_unittest.cc',
1599 'test/base/browser_with_test_window_test.cc', 1599 'test/base/browser_with_test_window_test.cc',
1600 'test/base/browser_with_test_window_test.h', 1600 'test/base/browser_with_test_window_test.h',
1601 'utility/importer/bookmark_html_reader_unittest.cc', 1601 'utility/importer/bookmark_html_reader_unittest.cc',
1602 'utility/importer/bookmarks_file_importer_unittest.cc', 1602 'utility/importer/bookmarks_file_importer_unittest.cc',
1603 'utility/importer/edge_database_reader_unittest_win.cc',
1603 'utility/importer/firefox_importer_unittest.cc', 1604 'utility/importer/firefox_importer_unittest.cc',
1604 'utility/importer/firefox_importer_unittest_messages_internal.h', 1605 'utility/importer/firefox_importer_unittest_messages_internal.h',
1605 'utility/importer/firefox_importer_unittest_utils.h', 1606 'utility/importer/firefox_importer_unittest_utils.h',
1606 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1607 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1607 'utility/importer/safari_importer_unittest.mm', 1608 'utility/importer/safari_importer_unittest.mm',
1608 ], 1609 ],
1609 # Everything but Android, ChromeOS and iOS (iOS is handled separately). 1610 # Everything but Android, ChromeOS and iOS (iOS is handled separately).
1610 'chrome_unit_tests_non_android_or_chromeos_sources': [ 1611 'chrome_unit_tests_non_android_or_chromeos_sources': [
1611 'browser/signin/cross_device_promo_unittest.cc', 1612 'browser/signin/cross_device_promo_unittest.cc',
1612 'browser/signin/signin_global_error_unittest.cc', 1613 'browser/signin/signin_global_error_unittest.cc',
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 'dependencies': [ 2992 'dependencies': [
2992 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2993 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2993 ], 2994 ],
2994 }], 2995 }],
2995 ], 2996 ],
2996 }, 2997 },
2997 ], 2998 ],
2998 }], 2999 }],
2999 ], # 'conditions' 3000 ], # 'conditions'
3000 } 3001 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/chrome_utility.gypi » ('j') | chrome/chrome_utility.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698