Chromium Code Reviews| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 45 "export/password_exporter.h", | 45 "export/password_exporter.h", |
| 46 "facet_manager.cc", | 46 "facet_manager.cc", |
| 47 "facet_manager.h", | 47 "facet_manager.h", |
| 48 "facet_manager_host.h", | 48 "facet_manager_host.h", |
| 49 "form_fetcher.h", | 49 "form_fetcher.h", |
| 50 "form_fetcher_impl.cc", | 50 "form_fetcher_impl.cc", |
| 51 "form_fetcher_impl.h", | 51 "form_fetcher_impl.h", |
| 52 "form_saver.h", | 52 "form_saver.h", |
| 53 "form_saver_impl.cc", | 53 "form_saver_impl.cc", |
| 54 "form_saver_impl.h", | 54 "form_saver_impl.h", |
| 55 "hsts_query.cc", | |
| 56 "hsts_query.h", | |
| 57 "http_data_cleaner.cc", | |
| 58 "http_data_cleaner.h", | |
|
jdoerrie
2017/03/28 13:18:41
I wasn't quite sure how to do the exclusion for IO
vabr (Chromium)
2017/03/28 13:39:11
The if-clause in GN is sufficient. Once you have t
| |
| 55 "http_password_store_migrator.cc", | 59 "http_password_store_migrator.cc", |
| 56 "http_password_store_migrator.h", | 60 "http_password_store_migrator.h", |
| 57 "import/csv_reader.cc", | 61 "import/csv_reader.cc", |
| 58 "import/csv_reader.h", | 62 "import/csv_reader.h", |
| 59 "import/password_csv_reader.cc", | 63 "import/password_csv_reader.cc", |
| 60 "import/password_csv_reader.h", | 64 "import/password_csv_reader.h", |
| 61 "import/password_importer.cc", | 65 "import/password_importer.cc", |
| 62 "import/password_importer.h", | 66 "import/password_importer.h", |
| 63 "keychain_migration_status_mac.h", | 67 "keychain_migration_status_mac.h", |
| 64 "log_manager.cc", | 68 "log_manager.cc", |
| 65 "log_manager.h", | 69 "log_manager.h", |
| 66 "log_receiver.h", | 70 "log_receiver.h", |
| 67 "log_router.cc", | 71 "log_router.cc", |
| 68 "log_router.h", | 72 "log_router.h", |
| 69 "login_database.cc", | 73 "login_database.cc", |
| 70 "login_database.h", | 74 "login_database.h", |
| 71 "login_database_ios.cc", | 75 "login_database_ios.cc", |
| 72 "login_database_mac.cc", | 76 "login_database_mac.cc", |
| 73 "login_database_posix.cc", | 77 "login_database_posix.cc", |
| 74 "login_database_win.cc", | 78 "login_database_win.cc", |
| 75 "login_model.cc", | 79 "login_model.cc", |
| 76 "login_model.h", | 80 "login_model.h", |
| 77 "obsolete_http_cleaner.cc", | |
| 78 "obsolete_http_cleaner.h", | |
| 79 "password_autofill_manager.cc", | 81 "password_autofill_manager.cc", |
| 80 "password_autofill_manager.h", | 82 "password_autofill_manager.h", |
| 81 "password_bubble_experiment.cc", | 83 "password_bubble_experiment.cc", |
| 82 "password_bubble_experiment.h", | 84 "password_bubble_experiment.h", |
| 83 "password_form_manager.cc", | 85 "password_form_manager.cc", |
| 84 "password_form_manager.h", | 86 "password_form_manager.h", |
| 85 "password_generation_manager.cc", | 87 "password_generation_manager.cc", |
| 86 "password_generation_manager.h", | 88 "password_generation_manager.h", |
| 87 "password_manager.cc", | 89 "password_manager.cc", |
| 88 "password_manager.h", | 90 "password_manager.h", |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 273 "affiliation_utils_unittest.cc", | 275 "affiliation_utils_unittest.cc", |
| 274 "browser_save_password_progress_logger_unittest.cc", | 276 "browser_save_password_progress_logger_unittest.cc", |
| 275 "credential_manager_logger_unittest.cc", | 277 "credential_manager_logger_unittest.cc", |
| 276 "credential_manager_password_form_manager_unittest.cc", | 278 "credential_manager_password_form_manager_unittest.cc", |
| 277 "export/csv_writer_unittest.cc", | 279 "export/csv_writer_unittest.cc", |
| 278 "export/password_csv_writer_unittest.cc", | 280 "export/password_csv_writer_unittest.cc", |
| 279 "export/password_exporter_unittest.cc", | 281 "export/password_exporter_unittest.cc", |
| 280 "facet_manager_unittest.cc", | 282 "facet_manager_unittest.cc", |
| 281 "form_fetcher_impl_unittest.cc", | 283 "form_fetcher_impl_unittest.cc", |
| 282 "form_saver_impl_unittest.cc", | 284 "form_saver_impl_unittest.cc", |
| 285 "hsts_query_unittest.cc", | |
| 286 "http_data_cleaner_unittest.cc", | |
| 283 "http_password_store_migrator_unittest.cc", | 287 "http_password_store_migrator_unittest.cc", |
| 284 "import/csv_reader_unittest.cc", | 288 "import/csv_reader_unittest.cc", |
| 285 "import/password_csv_reader_unittest.cc", | 289 "import/password_csv_reader_unittest.cc", |
| 286 "import/password_importer_unittest.cc", | 290 "import/password_importer_unittest.cc", |
| 287 "log_manager_unittest.cc", | 291 "log_manager_unittest.cc", |
| 288 "log_router_unittest.cc", | 292 "log_router_unittest.cc", |
| 289 "login_database_unittest.cc", | 293 "login_database_unittest.cc", |
| 290 "login_model_unittest.cc", | 294 "login_model_unittest.cc", |
| 291 "obsolete_http_cleaner_unittest.cc", | |
| 292 "password_autofill_manager_unittest.cc", | 295 "password_autofill_manager_unittest.cc", |
| 293 "password_bubble_experiment_unittest.cc", | 296 "password_bubble_experiment_unittest.cc", |
| 294 "password_form_manager_unittest.cc", | 297 "password_form_manager_unittest.cc", |
| 295 "password_generation_manager_unittest.cc", | 298 "password_generation_manager_unittest.cc", |
| 296 "password_manager_settings_migration_experiment_unittest.cc", | 299 "password_manager_settings_migration_experiment_unittest.cc", |
| 297 "password_manager_unittest.cc", | 300 "password_manager_unittest.cc", |
| 298 "password_manager_util_unittest.cc", | 301 "password_manager_util_unittest.cc", |
| 299 "password_reuse_detection_manager_unittest.cc", | 302 "password_reuse_detection_manager_unittest.cc", |
| 300 "password_reuse_detector_unittest.cc", | 303 "password_reuse_detector_unittest.cc", |
| 301 "password_store_default_unittest.cc", | 304 "password_store_default_unittest.cc", |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 330 "//components/sync:test_support_model", | 333 "//components/sync:test_support_model", |
| 331 "//components/variations", | 334 "//components/variations", |
| 332 "//net:test_support", | 335 "//net:test_support", |
| 333 "//sql:test_support", | 336 "//sql:test_support", |
| 334 "//testing/gmock", | 337 "//testing/gmock", |
| 335 "//testing/gtest", | 338 "//testing/gtest", |
| 336 "//ui/base", | 339 "//ui/base", |
| 337 "//url", | 340 "//url", |
| 338 ] | 341 ] |
| 339 } | 342 } |
| OLD | NEW |