| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 sources = [ | 253 sources = [ |
| 254 "affiliated_match_helper_unittest.cc", | 254 "affiliated_match_helper_unittest.cc", |
| 255 "affiliation_backend_unittest.cc", | 255 "affiliation_backend_unittest.cc", |
| 256 "affiliation_database_unittest.cc", | 256 "affiliation_database_unittest.cc", |
| 257 "affiliation_fetch_throttler_unittest.cc", | 257 "affiliation_fetch_throttler_unittest.cc", |
| 258 "affiliation_fetcher_unittest.cc", | 258 "affiliation_fetcher_unittest.cc", |
| 259 "affiliation_service_unittest.cc", | 259 "affiliation_service_unittest.cc", |
| 260 "affiliation_utils_unittest.cc", | 260 "affiliation_utils_unittest.cc", |
| 261 "browser_save_password_progress_logger_unittest.cc", | 261 "browser_save_password_progress_logger_unittest.cc", |
| 262 "credential_manager_logger_unittest.cc", | 262 "credential_manager_logger_unittest.cc", |
| 263 "credential_manager_password_form_manager_unittest.cc", |
| 263 "export/csv_writer_unittest.cc", | 264 "export/csv_writer_unittest.cc", |
| 264 "export/password_csv_writer_unittest.cc", | 265 "export/password_csv_writer_unittest.cc", |
| 265 "export/password_exporter_unittest.cc", | 266 "export/password_exporter_unittest.cc", |
| 266 "facet_manager_unittest.cc", | 267 "facet_manager_unittest.cc", |
| 267 "form_fetcher_impl_unittest.cc", | 268 "form_fetcher_impl_unittest.cc", |
| 268 "form_saver_impl_unittest.cc", | 269 "form_saver_impl_unittest.cc", |
| 269 "import/csv_reader_unittest.cc", | 270 "import/csv_reader_unittest.cc", |
| 270 "import/password_csv_reader_unittest.cc", | 271 "import/password_csv_reader_unittest.cc", |
| 271 "import/password_importer_unittest.cc", | 272 "import/password_importer_unittest.cc", |
| 272 "log_manager_unittest.cc", | 273 "log_manager_unittest.cc", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "//components/sync:test_support_model", | 311 "//components/sync:test_support_model", |
| 311 "//components/variations", | 312 "//components/variations", |
| 312 "//net:test_support", | 313 "//net:test_support", |
| 313 "//sql:test_support", | 314 "//sql:test_support", |
| 314 "//testing/gmock", | 315 "//testing/gmock", |
| 315 "//testing/gtest", | 316 "//testing/gtest", |
| 316 "//ui/base", | 317 "//ui/base", |
| 317 "//url", | 318 "//url", |
| 318 ] | 319 ] |
| 319 } | 320 } |
| OLD | NEW |