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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1639463002: Moves HistoryIndexRestoreObserver to components/omnibox/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser/autocomplete/in_memory_url_index_unittest.cc ('k') | chrome/test/BUILD.gn » ('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 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'test/base/chrome_test_launcher.cc', 1821 'test/base/chrome_test_launcher.cc',
1822 'test/base/chrome_test_launcher.h', 1822 'test/base/chrome_test_launcher.h',
1823 'test/base/chrome_test_suite.cc', 1823 'test/base/chrome_test_suite.cc',
1824 'test/base/chrome_test_suite.h', 1824 'test/base/chrome_test_suite.h',
1825 'test/base/chrome_unit_test_suite.cc', 1825 'test/base/chrome_unit_test_suite.cc',
1826 'test/base/chrome_unit_test_suite.h', 1826 'test/base/chrome_unit_test_suite.h',
1827 'test/base/dialog_test_browser_window.cc', 1827 'test/base/dialog_test_browser_window.cc',
1828 'test/base/dialog_test_browser_window.h', 1828 'test/base/dialog_test_browser_window.h',
1829 'test/base/find_in_page_observer.cc', 1829 'test/base/find_in_page_observer.cc',
1830 'test/base/find_in_page_observer.h', 1830 'test/base/find_in_page_observer.h',
1831 'test/base/history_index_restore_observer.cc',
1832 'test/base/history_index_restore_observer.h',
1833 'test/base/scoped_browser_locale.cc', 1831 'test/base/scoped_browser_locale.cc',
1834 'test/base/scoped_browser_locale.h', 1832 'test/base/scoped_browser_locale.h',
1835 'test/base/scoped_bundle_swizzler_mac.h', 1833 'test/base/scoped_bundle_swizzler_mac.h',
1836 'test/base/scoped_bundle_swizzler_mac.mm', 1834 'test/base/scoped_bundle_swizzler_mac.mm',
1837 'test/base/scoped_testing_local_state.cc', 1835 'test/base/scoped_testing_local_state.cc',
1838 'test/base/scoped_testing_local_state.h', 1836 'test/base/scoped_testing_local_state.h',
1839 'test/base/search_test_utils.cc', 1837 'test/base/search_test_utils.cc',
1840 'test/base/search_test_utils.h', 1838 'test/base/search_test_utils.h',
1841 'test/base/test_browser_window.cc', 1839 'test/base/test_browser_window.cc',
1842 'test/base/test_browser_window.h', 1840 'test/base/test_browser_window.h',
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 'dependencies': [ 3054 'dependencies': [
3057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3055 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3058 ], 3056 ],
3059 }], 3057 }],
3060 ], 3058 ],
3061 }, 3059 },
3062 ], 3060 ],
3063 }], 3061 }],
3064 ], # 'conditions' 3062 ], # 'conditions'
3065 } 3063 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/in_memory_url_index_unittest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698