| 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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 "resources_util.cc", | 1156 "resources_util.cc", |
| 1157 "resources_util.h", | 1157 "resources_util.h", |
| 1158 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc", | 1158 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc", |
| 1159 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h", | 1159 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h", |
| 1160 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.cc", | 1160 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.cc", |
| 1161 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.h", | 1161 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.h", |
| 1162 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.cc", | 1162 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.cc", |
| 1163 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.h", | 1163 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.h", |
| 1164 "safe_browsing/chrome_cleaner/reporter_runner_win.cc", | 1164 "safe_browsing/chrome_cleaner/reporter_runner_win.cc", |
| 1165 "safe_browsing/chrome_cleaner/reporter_runner_win.h", | 1165 "safe_browsing/chrome_cleaner/reporter_runner_win.h", |
| 1166 "safe_browsing/chrome_cleaner/settings_resetter_win.cc", |
| 1167 "safe_browsing/chrome_cleaner/settings_resetter_win.h", |
| 1166 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc", | 1168 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc", |
| 1167 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h", | 1169 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h", |
| 1168 "safe_browsing/chrome_cleaner/srt_client_info_win.cc", | 1170 "safe_browsing/chrome_cleaner/srt_client_info_win.cc", |
| 1169 "safe_browsing/chrome_cleaner/srt_client_info_win.h", | 1171 "safe_browsing/chrome_cleaner/srt_client_info_win.h", |
| 1170 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc", | 1172 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc", |
| 1171 "safe_browsing/chrome_cleaner/srt_field_trial_win.h", | 1173 "safe_browsing/chrome_cleaner/srt_field_trial_win.h", |
| 1172 "safe_browsing/chrome_cleaner/srt_global_error_win.cc", | 1174 "safe_browsing/chrome_cleaner/srt_global_error_win.cc", |
| 1173 "safe_browsing/chrome_cleaner/srt_global_error_win.h", | 1175 "safe_browsing/chrome_cleaner/srt_global_error_win.h", |
| 1174 "safe_browsing/safe_browsing_tab_observer.cc", | 1176 "safe_browsing/safe_browsing_tab_observer.cc", |
| 1175 "safe_browsing/safe_browsing_tab_observer.h", | 1177 "safe_browsing/safe_browsing_tab_observer.h", |
| (...skipping 3598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4774 "media/pepper_cdm_test_constants.cc", | 4776 "media/pepper_cdm_test_constants.cc", |
| 4775 "media/pepper_cdm_test_constants.h", | 4777 "media/pepper_cdm_test_constants.h", |
| 4776 ] | 4778 ] |
| 4777 } | 4779 } |
| 4778 } | 4780 } |
| 4779 | 4781 |
| 4780 service_manifest("preferences_forwarder_manifest") { | 4782 service_manifest("preferences_forwarder_manifest") { |
| 4781 name = "preferences_forwarder" | 4783 name = "preferences_forwarder" |
| 4782 source = "prefs/forwarder_manifest.json" | 4784 source = "prefs/forwarder_manifest.json" |
| 4783 } | 4785 } |
| OLD | NEW |