OLD | NEW |
---|---|
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 Loading... | |
106 'browser/history/android/android_urls_database_unittest.cc', | 106 'browser/history/android/android_urls_database_unittest.cc', |
107 'browser/history/android/bookmark_model_sql_handler_unittest.cc', | 107 'browser/history/android/bookmark_model_sql_handler_unittest.cc', |
108 'browser/history/android/sqlite_cursor_unittest.cc', | 108 'browser/history/android/sqlite_cursor_unittest.cc', |
109 'browser/history/android/urls_sql_handler_unittest.cc', | 109 'browser/history/android/urls_sql_handler_unittest.cc', |
110 'browser/history/android/visit_sql_handler_unittest.cc', | 110 'browser/history/android/visit_sql_handler_unittest.cc', |
111 'browser/history/expire_history_backend_unittest.cc', | 111 'browser/history/expire_history_backend_unittest.cc', |
112 'browser/history/history_backend_unittest.cc', | 112 'browser/history/history_backend_unittest.cc', |
113 'browser/history/history_database_unittest.cc', | 113 'browser/history/history_database_unittest.cc', |
114 'browser/history/history_querying_unittest.cc', | 114 'browser/history/history_querying_unittest.cc', |
115 'browser/history/history_unittest.cc', | 115 'browser/history/history_unittest.cc', |
116 'browser/history/history_unittest_base.cc', | 116 'history/core/test/history_unittest_base.cc', |
droger
2015/01/14 13:28:37
This looks wrong.
sdefresne
2015/01/14 15:31:51
Good catch.
| |
117 'browser/history/history_unittest_base.h', | 117 'history/core/test/history_unittest_base.h', |
118 'browser/history/in_memory_url_index_unittest.cc', | 118 'browser/history/in_memory_url_index_unittest.cc', |
119 'browser/history/scored_history_match_unittest.cc', | 119 'browser/history/scored_history_match_unittest.cc', |
120 'browser/history/thumbnail_database_unittest.cc', | 120 'browser/history/thumbnail_database_unittest.cc', |
121 'browser/history/top_sites_database_unittest.cc', | 121 'browser/history/top_sites_database_unittest.cc', |
122 'browser/history/top_sites_impl_unittest.cc', | 122 'browser/history/top_sites_impl_unittest.cc', |
123 'browser/history/typed_url_syncable_service_unittest.cc', | 123 'browser/history/typed_url_syncable_service_unittest.cc', |
124 'browser/history/web_history_service_unittest.cc', | 124 'browser/history/web_history_service_unittest.cc', |
125 'browser/image_holder_unittest.cc', | 125 'browser/image_holder_unittest.cc', |
126 'browser/internal_auth_unittest.cc', | 126 'browser/internal_auth_unittest.cc', |
127 'browser/install_verification/win/imported_module_verification_unittest.cc ', | 127 'browser/install_verification/win/imported_module_verification_unittest.cc ', |
(...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2749 'dependencies': [ | 2749 'dependencies': [ |
2750 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2750 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2751 ], | 2751 ], |
2752 }], | 2752 }], |
2753 ], | 2753 ], |
2754 }, | 2754 }, |
2755 ], | 2755 ], |
2756 }], | 2756 }], |
2757 ], # 'conditions' | 2757 ], # 'conditions' |
2758 } | 2758 } |
OLD | NEW |