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("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 2057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2068 "safe_browsing/threat_details_history.cc", | 2068 "safe_browsing/threat_details_history.cc", |
2069 "safe_browsing/threat_details_history.h", | 2069 "safe_browsing/threat_details_history.h", |
2070 "safe_browsing/ui_manager.cc", | 2070 "safe_browsing/ui_manager.cc", |
2071 "safe_browsing/ui_manager.h", | 2071 "safe_browsing/ui_manager.h", |
2072 "safe_browsing/v4_test_utils.cc", | 2072 "safe_browsing/v4_test_utils.cc", |
2073 "safe_browsing/v4_test_utils.h", | 2073 "safe_browsing/v4_test_utils.h", |
2074 ] | 2074 ] |
2075 deps += [ | 2075 deps += [ |
2076 "//chrome/browser/safe_browsing:chunk_proto", | 2076 "//chrome/browser/safe_browsing:chunk_proto", |
2077 "//chrome/common/safe_browsing:proto", | 2077 "//chrome/common/safe_browsing:proto", |
| 2078 "//components/safe_browsing:csd_proto", |
2078 "//components/safe_browsing:safe_browsing", | 2079 "//components/safe_browsing:safe_browsing", |
2079 "//components/safe_browsing/common:common", | 2080 "//components/safe_browsing/common:common", |
2080 "//components/safe_browsing/password_protection", | 2081 "//components/safe_browsing/password_protection", |
2081 "//components/safe_browsing_db:metadata_proto", | 2082 "//components/safe_browsing_db:metadata_proto", |
2082 ] | 2083 ] |
2083 if (safe_browsing_mode == 1) { | 2084 if (safe_browsing_mode == 1) { |
2084 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 2085 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
2085 # full safe browsing. This has some in common with "mobile." | 2086 # full safe browsing. This has some in common with "mobile." |
2086 sources += [ | 2087 sources += [ |
2087 "download/download_completion_blocker.cc", | 2088 "download/download_completion_blocker.cc", |
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4330 "//chrome/app/theme:theme_resources", | 4331 "//chrome/app/theme:theme_resources", |
4331 "//chrome/browser", | 4332 "//chrome/browser", |
4332 "//chrome/common", | 4333 "//chrome/common", |
4333 "//chrome/common/safe_browsing:proto", | 4334 "//chrome/common/safe_browsing:proto", |
4334 "//components/browser_sync:test_support", | 4335 "//components/browser_sync:test_support", |
4335 "//components/invalidation/impl", | 4336 "//components/invalidation/impl", |
4336 "//components/invalidation/impl:test_support", | 4337 "//components/invalidation/impl:test_support", |
4337 "//components/password_manager/core/browser:test_support", | 4338 "//components/password_manager/core/browser:test_support", |
4338 "//components/policy/core/browser:test_support", | 4339 "//components/policy/core/browser:test_support", |
4339 "//components/prefs:test_support", | 4340 "//components/prefs:test_support", |
| 4341 "//components/safe_browsing:csd_proto", |
4340 "//components/search_engines:test_support", | 4342 "//components/search_engines:test_support", |
4341 "//components/sessions:test_support", | 4343 "//components/sessions:test_support", |
4342 "//components/subresource_filter/core/browser:test_support", | 4344 "//components/subresource_filter/core/browser:test_support", |
4343 "//components/subresource_filter/core/common:test_support", | 4345 "//components/subresource_filter/core/common:test_support", |
4344 "//components/sync_preferences:test_support", | 4346 "//components/sync_preferences:test_support", |
4345 "//components/ukm:test_support", | 4347 "//components/ukm:test_support", |
4346 "//components/user_prefs/tracked:user_prefs_tracked_test_support", | 4348 "//components/user_prefs/tracked:user_prefs_tracked_test_support", |
4347 "//content/test:test_support", | 4349 "//content/test:test_support", |
4348 "//google_apis:test_support", | 4350 "//google_apis:test_support", |
4349 "//net:test_support", | 4351 "//net:test_support", |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4559 "media/pepper_cdm_test_constants.cc", | 4561 "media/pepper_cdm_test_constants.cc", |
4560 "media/pepper_cdm_test_constants.h", | 4562 "media/pepper_cdm_test_constants.h", |
4561 ] | 4563 ] |
4562 } | 4564 } |
4563 } | 4565 } |
4564 | 4566 |
4565 service_manifest("preferences_manifest") { | 4567 service_manifest("preferences_manifest") { |
4566 name = "preferences" | 4568 name = "preferences" |
4567 source = "prefs/preferences_manifest.json" | 4569 source = "prefs/preferences_manifest.json" |
4568 } | 4570 } |
OLD | NEW |