| 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 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 "safe_browsing/threat_details_history.cc", | 2075 "safe_browsing/threat_details_history.cc", |
| 2076 "safe_browsing/threat_details_history.h", | 2076 "safe_browsing/threat_details_history.h", |
| 2077 "safe_browsing/ui_manager.cc", | 2077 "safe_browsing/ui_manager.cc", |
| 2078 "safe_browsing/ui_manager.h", | 2078 "safe_browsing/ui_manager.h", |
| 2079 "safe_browsing/v4_test_utils.cc", | 2079 "safe_browsing/v4_test_utils.cc", |
| 2080 "safe_browsing/v4_test_utils.h", | 2080 "safe_browsing/v4_test_utils.h", |
| 2081 ] | 2081 ] |
| 2082 deps += [ | 2082 deps += [ |
| 2083 "//chrome/browser/safe_browsing:chunk_proto", | 2083 "//chrome/browser/safe_browsing:chunk_proto", |
| 2084 "//chrome/common/safe_browsing:proto", | 2084 "//chrome/common/safe_browsing:proto", |
| 2085 "//components/safe_browsing:csd_proto", | |
| 2086 "//components/safe_browsing:safe_browsing", | 2085 "//components/safe_browsing:safe_browsing", |
| 2087 "//components/safe_browsing/common:common", | 2086 "//components/safe_browsing/common:common", |
| 2087 "//components/safe_browsing/common:proto", |
| 2088 "//components/safe_browsing/password_protection", | 2088 "//components/safe_browsing/password_protection", |
| 2089 "//components/safe_browsing_db:metadata_proto", | 2089 "//components/safe_browsing_db:metadata_proto", |
| 2090 ] | 2090 ] |
| 2091 if (safe_browsing_mode == 1) { | 2091 if (safe_browsing_mode == 1) { |
| 2092 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 2092 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
| 2093 # full safe browsing. This has some in common with "mobile." | 2093 # full safe browsing. This has some in common with "mobile." |
| 2094 sources += [ | 2094 sources += [ |
| 2095 "download/download_completion_blocker.cc", | 2095 "download/download_completion_blocker.cc", |
| 2096 "download/download_completion_blocker.h", | 2096 "download/download_completion_blocker.h", |
| 2097 "loader/safe_browsing_resource_throttle.cc", | 2097 "loader/safe_browsing_resource_throttle.cc", |
| (...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4322 "//chrome/app/theme:theme_resources", | 4322 "//chrome/app/theme:theme_resources", |
| 4323 "//chrome/browser", | 4323 "//chrome/browser", |
| 4324 "//chrome/common", | 4324 "//chrome/common", |
| 4325 "//chrome/common/safe_browsing:proto", | 4325 "//chrome/common/safe_browsing:proto", |
| 4326 "//components/browser_sync:test_support", | 4326 "//components/browser_sync:test_support", |
| 4327 "//components/invalidation/impl", | 4327 "//components/invalidation/impl", |
| 4328 "//components/invalidation/impl:test_support", | 4328 "//components/invalidation/impl:test_support", |
| 4329 "//components/password_manager/core/browser:test_support", | 4329 "//components/password_manager/core/browser:test_support", |
| 4330 "//components/policy/core/browser:test_support", | 4330 "//components/policy/core/browser:test_support", |
| 4331 "//components/prefs:test_support", | 4331 "//components/prefs:test_support", |
| 4332 "//components/safe_browsing:csd_proto", | 4332 "//components/safe_browsing/common:proto", |
| 4333 "//components/search_engines:test_support", | 4333 "//components/search_engines:test_support", |
| 4334 "//components/sessions:test_support", | 4334 "//components/sessions:test_support", |
| 4335 "//components/subresource_filter/core/browser:test_support", | 4335 "//components/subresource_filter/core/browser:test_support", |
| 4336 "//components/subresource_filter/core/common:test_support", | 4336 "//components/subresource_filter/core/common:test_support", |
| 4337 "//components/sync_preferences:test_support", | 4337 "//components/sync_preferences:test_support", |
| 4338 "//components/ukm:test_support", | 4338 "//components/ukm:test_support", |
| 4339 "//components/user_prefs/tracked:user_prefs_tracked_test_support", | 4339 "//components/user_prefs/tracked:user_prefs_tracked_test_support", |
| 4340 "//content/test:test_support", | 4340 "//content/test:test_support", |
| 4341 "//google_apis:test_support", | 4341 "//google_apis:test_support", |
| 4342 "//net:test_support", | 4342 "//net:test_support", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4552 "media/pepper_cdm_test_constants.cc", | 4552 "media/pepper_cdm_test_constants.cc", |
| 4553 "media/pepper_cdm_test_constants.h", | 4553 "media/pepper_cdm_test_constants.h", |
| 4554 ] | 4554 ] |
| 4555 } | 4555 } |
| 4556 } | 4556 } |
| 4557 | 4557 |
| 4558 service_manifest("preferences_manifest") { | 4558 service_manifest("preferences_manifest") { |
| 4559 name = "preferences" | 4559 name = "preferences" |
| 4560 source = "prefs/preferences_manifest.json" | 4560 source = "prefs/preferences_manifest.json" |
| 4561 } | 4561 } |
| OLD | NEW |