| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "conflicts/module_event_sink_impl_win.cc", | 273 "conflicts/module_event_sink_impl_win.cc", |
| 274 "conflicts/module_event_sink_impl_win.h", | 274 "conflicts/module_event_sink_impl_win.h", |
| 275 "conflicts/module_info_util_win.cc", | 275 "conflicts/module_info_util_win.cc", |
| 276 "conflicts/module_info_util_win.h", | 276 "conflicts/module_info_util_win.h", |
| 277 "conflicts/module_info_win.cc", | 277 "conflicts/module_info_win.cc", |
| 278 "conflicts/module_info_win.h", | 278 "conflicts/module_info_win.h", |
| 279 "conflicts/module_inspector_win.cc", | 279 "conflicts/module_inspector_win.cc", |
| 280 "conflicts/module_inspector_win.h", | 280 "conflicts/module_inspector_win.h", |
| 281 "conflicts/msi_util_win.cc", | 281 "conflicts/msi_util_win.cc", |
| 282 "conflicts/msi_util_win.h", | 282 "conflicts/msi_util_win.h", |
| 283 "conflicts/third_party_metrics_recorder_win.cc", |
| 284 "conflicts/third_party_metrics_recorder_win.h", |
| 283 "content_settings/chrome_content_settings_utils.cc", | 285 "content_settings/chrome_content_settings_utils.cc", |
| 284 "content_settings/chrome_content_settings_utils.h", | 286 "content_settings/chrome_content_settings_utils.h", |
| 285 "content_settings/cookie_settings_factory.cc", | 287 "content_settings/cookie_settings_factory.cc", |
| 286 "content_settings/cookie_settings_factory.h", | 288 "content_settings/cookie_settings_factory.h", |
| 287 "content_settings/host_content_settings_map_factory.cc", | 289 "content_settings/host_content_settings_map_factory.cc", |
| 288 "content_settings/host_content_settings_map_factory.h", | 290 "content_settings/host_content_settings_map_factory.h", |
| 289 "content_settings/local_shared_objects_container.cc", | 291 "content_settings/local_shared_objects_container.cc", |
| 290 "content_settings/local_shared_objects_container.h", | 292 "content_settings/local_shared_objects_container.h", |
| 291 "content_settings/mixed_content_settings_tab_helper.cc", | 293 "content_settings/mixed_content_settings_tab_helper.cc", |
| 292 "content_settings/mixed_content_settings_tab_helper.h", | 294 "content_settings/mixed_content_settings_tab_helper.h", |
| (...skipping 4485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4778 "media/pepper_cdm_test_constants.cc", | 4780 "media/pepper_cdm_test_constants.cc", |
| 4779 "media/pepper_cdm_test_constants.h", | 4781 "media/pepper_cdm_test_constants.h", |
| 4780 ] | 4782 ] |
| 4781 } | 4783 } |
| 4782 } | 4784 } |
| 4783 | 4785 |
| 4784 service_manifest("preferences_forwarder_manifest") { | 4786 service_manifest("preferences_forwarder_manifest") { |
| 4785 name = "preferences_forwarder" | 4787 name = "preferences_forwarder" |
| 4786 source = "prefs/forwarder_manifest.json" | 4788 source = "prefs/forwarder_manifest.json" |
| 4787 } | 4789 } |
| OLD | NEW |