| 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 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", | 1075 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", |
| 1076 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", | 1076 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", |
| 1077 "renderer_preferences_util.cc", | 1077 "renderer_preferences_util.cc", |
| 1078 "renderer_preferences_util.h", | 1078 "renderer_preferences_util.h", |
| 1079 "resource_delegate_mac.h", | 1079 "resource_delegate_mac.h", |
| 1080 "resource_delegate_mac.mm", | 1080 "resource_delegate_mac.mm", |
| 1081 "resources_util.cc", | 1081 "resources_util.cc", |
| 1082 "resources_util.h", | 1082 "resources_util.h", |
| 1083 "safe_browsing/safe_browsing_tab_observer.cc", | 1083 "safe_browsing/safe_browsing_tab_observer.cc", |
| 1084 "safe_browsing/safe_browsing_tab_observer.h", | 1084 "safe_browsing/safe_browsing_tab_observer.h", |
| 1085 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", |
| 1086 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", |
| 1085 "safe_browsing/srt_client_info_win.cc", | 1087 "safe_browsing/srt_client_info_win.cc", |
| 1086 "safe_browsing/srt_client_info_win.h", | 1088 "safe_browsing/srt_client_info_win.h", |
| 1087 "safe_browsing/srt_fetcher_win.cc", | 1089 "safe_browsing/srt_fetcher_win.cc", |
| 1088 "safe_browsing/srt_fetcher_win.h", | 1090 "safe_browsing/srt_fetcher_win.h", |
| 1089 "safe_browsing/srt_field_trial_win.cc", | 1091 "safe_browsing/srt_field_trial_win.cc", |
| 1090 "safe_browsing/srt_field_trial_win.h", | 1092 "safe_browsing/srt_field_trial_win.h", |
| 1091 "safe_browsing/srt_global_error_win.cc", | 1093 "safe_browsing/srt_global_error_win.cc", |
| 1092 "safe_browsing/srt_global_error_win.h", | 1094 "safe_browsing/srt_global_error_win.h", |
| 1093 "safe_search_api/safe_search_url_checker.cc", | 1095 "safe_search_api/safe_search_url_checker.cc", |
| 1094 "safe_search_api/safe_search_url_checker.h", | 1096 "safe_search_api/safe_search_url_checker.h", |
| (...skipping 3392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4487 "media/pepper_cdm_test_constants.cc", | 4489 "media/pepper_cdm_test_constants.cc", |
| 4488 "media/pepper_cdm_test_constants.h", | 4490 "media/pepper_cdm_test_constants.h", |
| 4489 ] | 4491 ] |
| 4490 } | 4492 } |
| 4491 } | 4493 } |
| 4492 | 4494 |
| 4493 service_manifest("preferences_manifest") { | 4495 service_manifest("preferences_manifest") { |
| 4494 name = "preferences" | 4496 name = "preferences" |
| 4495 source = "prefs/preferences_manifest.json" | 4497 source = "prefs/preferences_manifest.json" |
| 4496 } | 4498 } |
| OLD | NEW |