| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//third_party/protobuf/proto_library.gni") | 5 import("//third_party/protobuf/proto_library.gni") |
| 6 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "facet_manager_unittest.cc", | 204 "facet_manager_unittest.cc", |
| 205 "import/csv_reader_unittest.cc", | 205 "import/csv_reader_unittest.cc", |
| 206 "log_manager_unittest.cc", | 206 "log_manager_unittest.cc", |
| 207 "log_router_unittest.cc", | 207 "log_router_unittest.cc", |
| 208 "login_database_unittest.cc", | 208 "login_database_unittest.cc", |
| 209 "login_model_unittest.cc", | 209 "login_model_unittest.cc", |
| 210 "password_autofill_manager_unittest.cc", | 210 "password_autofill_manager_unittest.cc", |
| 211 "password_bubble_experiment_unittest.cc", | 211 "password_bubble_experiment_unittest.cc", |
| 212 "password_form_manager_unittest.cc", | 212 "password_form_manager_unittest.cc", |
| 213 "password_generation_manager_unittest.cc", | 213 "password_generation_manager_unittest.cc", |
| 214 "password_manager_metrics_util_unittest.cc", | |
| 215 "password_manager_settings_migration_experiment_unittest.cc", | 214 "password_manager_settings_migration_experiment_unittest.cc", |
| 216 "password_manager_unittest.cc", | 215 "password_manager_unittest.cc", |
| 217 "password_manager_util_unittest.cc", | 216 "password_manager_util_unittest.cc", |
| 218 "password_store_default_unittest.cc", | 217 "password_store_default_unittest.cc", |
| 219 "password_store_origin_unittest.h", | 218 "password_store_origin_unittest.h", |
| 220 "password_store_unittest.cc", | 219 "password_store_unittest.cc", |
| 221 "password_syncable_service_unittest.cc", | 220 "password_syncable_service_unittest.cc", |
| 222 "password_ui_utils_unittest.cc", | 221 "password_ui_utils_unittest.cc", |
| 223 "psl_matching_helper_unittest.cc", | 222 "psl_matching_helper_unittest.cc", |
| 224 "statistics_table_unittest.cc", | 223 "statistics_table_unittest.cc", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 238 "//components/variations", | 237 "//components/variations", |
| 239 "//net:test_support", | 238 "//net:test_support", |
| 240 "//sql:test_support", | 239 "//sql:test_support", |
| 241 "//sync:test_support_sync_api", | 240 "//sync:test_support_sync_api", |
| 242 "//testing/gmock", | 241 "//testing/gmock", |
| 243 "//testing/gtest", | 242 "//testing/gtest", |
| 244 "//ui/base", | 243 "//ui/base", |
| 245 "//url", | 244 "//url", |
| 246 ] | 245 ] |
| 247 } | 246 } |
| OLD | NEW |