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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 870063002: Componentize TopSites, TopSitesBackend, TopSitesDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@815983002
Patch Set: Fix typo Created 5 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_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'browser/history/android/urls_sql_handler_unittest.cc', 106 'browser/history/android/urls_sql_handler_unittest.cc',
107 'browser/history/android/visit_sql_handler_unittest.cc', 107 'browser/history/android/visit_sql_handler_unittest.cc',
108 'browser/history/expire_history_backend_unittest.cc', 108 'browser/history/expire_history_backend_unittest.cc',
109 'browser/history/history_backend_unittest.cc', 109 'browser/history/history_backend_unittest.cc',
110 'browser/history/history_database_unittest.cc', 110 'browser/history/history_database_unittest.cc',
111 'browser/history/history_querying_unittest.cc', 111 'browser/history/history_querying_unittest.cc',
112 'browser/history/history_unittest.cc', 112 'browser/history/history_unittest.cc',
113 'browser/history/in_memory_url_index_unittest.cc', 113 'browser/history/in_memory_url_index_unittest.cc',
114 'browser/history/scored_history_match_unittest.cc', 114 'browser/history/scored_history_match_unittest.cc',
115 'browser/history/thumbnail_database_unittest.cc', 115 'browser/history/thumbnail_database_unittest.cc',
116 'browser/history/top_sites_database_unittest.cc',
117 'browser/history/top_sites_impl_unittest.cc', 116 'browser/history/top_sites_impl_unittest.cc',
118 'browser/history/typed_url_syncable_service_unittest.cc', 117 'browser/history/typed_url_syncable_service_unittest.cc',
119 'browser/history/web_history_service_unittest.cc', 118 'browser/history/web_history_service_unittest.cc',
120 'browser/image_holder_unittest.cc', 119 'browser/image_holder_unittest.cc',
121 'browser/internal_auth_unittest.cc', 120 'browser/internal_auth_unittest.cc',
122 'browser/install_verification/win/imported_module_verification_unittest.cc ', 121 'browser/install_verification/win/imported_module_verification_unittest.cc ',
123 'browser/install_verification/win/loaded_module_verification_unittest.cc', 122 'browser/install_verification/win/loaded_module_verification_unittest.cc',
124 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', 123 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc',
125 'browser/install_verification/win/module_ids_unittest.cc', 124 'browser/install_verification/win/module_ids_unittest.cc',
126 'browser/install_verification/win/module_info_unittest.cc', 125 'browser/install_verification/win/module_info_unittest.cc',
(...skipping 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2743 'dependencies': [ 2742 'dependencies': [
2744 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2743 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2745 ], 2744 ],
2746 }], 2745 }],
2747 ], 2746 ],
2748 }, 2747 },
2749 ], 2748 ],
2750 }], 2749 }],
2751 ], # 'conditions' 2750 ], # 'conditions'
2752 } 2751 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698