| 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 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1168 "safe_browsing/chrome_cleaner/reporter_runner_win.cc", | 1168 "safe_browsing/chrome_cleaner/reporter_runner_win.cc", |
| 1169 "safe_browsing/chrome_cleaner/reporter_runner_win.h", | 1169 "safe_browsing/chrome_cleaner/reporter_runner_win.h", |
| 1170 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc", | 1170 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc", |
| 1171 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h", | 1171 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h", |
| 1172 "safe_browsing/chrome_cleaner/srt_client_info_win.cc", | 1172 "safe_browsing/chrome_cleaner/srt_client_info_win.cc", |
| 1173 "safe_browsing/chrome_cleaner/srt_client_info_win.h", | 1173 "safe_browsing/chrome_cleaner/srt_client_info_win.h", |
| 1174 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc", | 1174 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc", |
| 1175 "safe_browsing/chrome_cleaner/srt_field_trial_win.h", | 1175 "safe_browsing/chrome_cleaner/srt_field_trial_win.h", |
| 1176 "safe_browsing/chrome_cleaner/srt_global_error_win.cc", | 1176 "safe_browsing/chrome_cleaner/srt_global_error_win.cc", |
| 1177 "safe_browsing/chrome_cleaner/srt_global_error_win.h", | 1177 "safe_browsing/chrome_cleaner/srt_global_error_win.h", |
| 1178 "safe_browsing/safe_browsing_impl.cc", |
| 1179 "safe_browsing/safe_browsing_impl.h", |
| 1178 "safe_browsing/safe_browsing_tab_observer.cc", | 1180 "safe_browsing/safe_browsing_tab_observer.cc", |
| 1179 "safe_browsing/safe_browsing_tab_observer.h", | 1181 "safe_browsing/safe_browsing_tab_observer.h", |
| 1180 "safe_search_api/safe_search_url_checker.cc", | 1182 "safe_search_api/safe_search_url_checker.cc", |
| 1181 "safe_search_api/safe_search_url_checker.h", | 1183 "safe_search_api/safe_search_url_checker.h", |
| 1182 "search/iframe_source.cc", | 1184 "search/iframe_source.cc", |
| 1183 "search/iframe_source.h", | 1185 "search/iframe_source.h", |
| 1184 "search/instant_io_context.cc", | 1186 "search/instant_io_context.cc", |
| 1185 "search/instant_io_context.h", | 1187 "search/instant_io_context.h", |
| 1186 "search/instant_service.cc", | 1188 "search/instant_service.cc", |
| 1187 "search/instant_service.h", | 1189 "search/instant_service.h", |
| (...skipping 3577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4765 "media/pepper_cdm_test_constants.cc", | 4767 "media/pepper_cdm_test_constants.cc", |
| 4766 "media/pepper_cdm_test_constants.h", | 4768 "media/pepper_cdm_test_constants.h", |
| 4767 ] | 4769 ] |
| 4768 } | 4770 } |
| 4769 } | 4771 } |
| 4770 | 4772 |
| 4771 service_manifest("preferences_forwarder_manifest") { | 4773 service_manifest("preferences_forwarder_manifest") { |
| 4772 name = "preferences_forwarder" | 4774 name = "preferences_forwarder" |
| 4773 source = "prefs/forwarder_manifest.json" | 4775 source = "prefs/forwarder_manifest.json" |
| 4774 } | 4776 } |
| OLD | NEW |