| 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 17 matching lines...) Expand all Loading... |
| 28 "affiliation_service.cc", | 28 "affiliation_service.cc", |
| 29 "affiliation_service.h", | 29 "affiliation_service.h", |
| 30 "affiliation_utils.cc", | 30 "affiliation_utils.cc", |
| 31 "affiliation_utils.h", | 31 "affiliation_utils.h", |
| 32 "browser_save_password_progress_logger.cc", | 32 "browser_save_password_progress_logger.cc", |
| 33 "browser_save_password_progress_logger.h", | 33 "browser_save_password_progress_logger.h", |
| 34 "credential_manager_logger.cc", | 34 "credential_manager_logger.cc", |
| 35 "credential_manager_logger.h", | 35 "credential_manager_logger.h", |
| 36 "credential_manager_password_form_manager.cc", | 36 "credential_manager_password_form_manager.cc", |
| 37 "credential_manager_password_form_manager.h", | 37 "credential_manager_password_form_manager.h", |
| 38 "credential_manager_pending_prevent_silent_access_task.cc", |
| 39 "credential_manager_pending_prevent_silent_access_task.h", |
| 38 "credential_manager_pending_request_task.cc", | 40 "credential_manager_pending_request_task.cc", |
| 39 "credential_manager_pending_request_task.h", | 41 "credential_manager_pending_request_task.h", |
| 40 "credential_manager_pending_require_user_mediation_task.cc", | |
| 41 "credential_manager_pending_require_user_mediation_task.h", | |
| 42 "credentials_filter.h", | 42 "credentials_filter.h", |
| 43 "export/csv_writer.cc", | 43 "export/csv_writer.cc", |
| 44 "export/csv_writer.h", | 44 "export/csv_writer.h", |
| 45 "export/password_csv_writer.cc", | 45 "export/password_csv_writer.cc", |
| 46 "export/password_csv_writer.h", | 46 "export/password_csv_writer.h", |
| 47 "export/password_exporter.cc", | 47 "export/password_exporter.cc", |
| 48 "export/password_exporter.h", | 48 "export/password_exporter.h", |
| 49 "facet_manager.cc", | 49 "facet_manager.cc", |
| 50 "facet_manager.h", | 50 "facet_manager.h", |
| 51 "facet_manager_host.h", | 51 "facet_manager_host.h", |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "//components/sync:test_support_model", | 358 "//components/sync:test_support_model", |
| 359 "//components/variations", | 359 "//components/variations", |
| 360 "//net:test_support", | 360 "//net:test_support", |
| 361 "//sql:test_support", | 361 "//sql:test_support", |
| 362 "//testing/gmock", | 362 "//testing/gmock", |
| 363 "//testing/gtest", | 363 "//testing/gtest", |
| 364 "//ui/base", | 364 "//ui/base", |
| 365 "//url", | 365 "//url", |
| 366 ] | 366 ] |
| 367 } | 367 } |
| OLD | NEW |