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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 "renderer_host/predictor_resource_throttle.cc", | 943 "renderer_host/predictor_resource_throttle.cc", |
944 "renderer_host/predictor_resource_throttle.h", | 944 "renderer_host/predictor_resource_throttle.h", |
945 "renderer_preferences_util.cc", | 945 "renderer_preferences_util.cc", |
946 "renderer_preferences_util.h", | 946 "renderer_preferences_util.h", |
947 "resource_delegate_mac.h", | 947 "resource_delegate_mac.h", |
948 "resource_delegate_mac.mm", | 948 "resource_delegate_mac.mm", |
949 "resources_util.cc", | 949 "resources_util.cc", |
950 "resources_util.h", | 950 "resources_util.h", |
951 "safe_browsing/safe_browsing_tab_observer.cc", | 951 "safe_browsing/safe_browsing_tab_observer.cc", |
952 "safe_browsing/safe_browsing_tab_observer.h", | 952 "safe_browsing/safe_browsing_tab_observer.h", |
| 953 "safe_browsing/srt_client_info_win.cc", |
| 954 "safe_browsing/srt_client_info_win.h", |
953 "safe_browsing/srt_fetcher_win.cc", | 955 "safe_browsing/srt_fetcher_win.cc", |
954 "safe_browsing/srt_fetcher_win.h", | 956 "safe_browsing/srt_fetcher_win.h", |
955 "safe_browsing/srt_field_trial_win.cc", | 957 "safe_browsing/srt_field_trial_win.cc", |
956 "safe_browsing/srt_field_trial_win.h", | 958 "safe_browsing/srt_field_trial_win.h", |
957 "safe_browsing/srt_global_error_win.cc", | 959 "safe_browsing/srt_global_error_win.cc", |
958 "safe_browsing/srt_global_error_win.h", | 960 "safe_browsing/srt_global_error_win.h", |
959 "search/iframe_source.cc", | 961 "search/iframe_source.cc", |
960 "search/iframe_source.h", | 962 "search/iframe_source.h", |
961 "search/instant_io_context.cc", | 963 "search/instant_io_context.cc", |
962 "search/instant_io_context.h", | 964 "search/instant_io_context.h", |
(...skipping 3283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4246 # linking all of the test support. | 4248 # linking all of the test support. |
4247 static_library("pepper_cdm_test_constants") { | 4249 static_library("pepper_cdm_test_constants") { |
4248 testonly = true | 4250 testonly = true |
4249 visibility = [ "//chrome/*" ] | 4251 visibility = [ "//chrome/*" ] |
4250 sources = [ | 4252 sources = [ |
4251 "media/pepper_cdm_test_constants.cc", | 4253 "media/pepper_cdm_test_constants.cc", |
4252 "media/pepper_cdm_test_constants.h", | 4254 "media/pepper_cdm_test_constants.h", |
4253 ] | 4255 ] |
4254 } | 4256 } |
4255 } | 4257 } |
OLD | NEW |