| 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 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1949       "loader/data_reduction_proxy_resource_throttle_android.cc", | 1949       "loader/data_reduction_proxy_resource_throttle_android.cc", | 
| 1950       "loader/data_reduction_proxy_resource_throttle_android.h", | 1950       "loader/data_reduction_proxy_resource_throttle_android.h", | 
| 1951       "safe_browsing/permission_reporter.cc", | 1951       "safe_browsing/permission_reporter.cc", | 
| 1952       "safe_browsing/permission_reporter.h", | 1952       "safe_browsing/permission_reporter.h", | 
| 1953       "safe_browsing/ping_manager.cc", | 1953       "safe_browsing/ping_manager.cc", | 
| 1954       "safe_browsing/ping_manager.h", | 1954       "safe_browsing/ping_manager.h", | 
| 1955       "safe_browsing/protocol_manager_helper.cc", | 1955       "safe_browsing/protocol_manager_helper.cc", | 
| 1956       "safe_browsing/protocol_manager_helper.h", | 1956       "safe_browsing/protocol_manager_helper.h", | 
| 1957       "safe_browsing/safe_browsing_blocking_page.cc", | 1957       "safe_browsing/safe_browsing_blocking_page.cc", | 
| 1958       "safe_browsing/safe_browsing_blocking_page.h", | 1958       "safe_browsing/safe_browsing_blocking_page.h", | 
| 1959       "safe_browsing/safe_browsing_navigation_observer.cc", |  | 
| 1960       "safe_browsing/safe_browsing_navigation_observer.h", |  | 
| 1961       "safe_browsing/safe_browsing_navigation_observer_manager.cc", |  | 
| 1962       "safe_browsing/safe_browsing_navigation_observer_manager.h", |  | 
| 1963       "safe_browsing/safe_browsing_service.cc", | 1959       "safe_browsing/safe_browsing_service.cc", | 
| 1964       "safe_browsing/safe_browsing_service.h", | 1960       "safe_browsing/safe_browsing_service.h", | 
| 1965       "safe_browsing/services_delegate.h", | 1961       "safe_browsing/services_delegate.h", | 
| 1966       "safe_browsing/test_safe_browsing_service.cc", | 1962       "safe_browsing/test_safe_browsing_service.cc", | 
| 1967       "safe_browsing/test_safe_browsing_service.h", | 1963       "safe_browsing/test_safe_browsing_service.h", | 
| 1968       "safe_browsing/threat_details.cc", | 1964       "safe_browsing/threat_details.cc", | 
| 1969       "safe_browsing/threat_details.h", | 1965       "safe_browsing/threat_details.h", | 
| 1970       "safe_browsing/threat_details_cache.cc", | 1966       "safe_browsing/threat_details_cache.cc", | 
| 1971       "safe_browsing/threat_details_cache.h", | 1967       "safe_browsing/threat_details_cache.h", | 
| 1972       "safe_browsing/threat_details_history.cc", | 1968       "safe_browsing/threat_details_history.cc", | 
| (...skipping 2399 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4372   # linking all of the test support. | 4368   # linking all of the test support. | 
| 4373   static_library("pepper_cdm_test_constants") { | 4369   static_library("pepper_cdm_test_constants") { | 
| 4374     testonly = true | 4370     testonly = true | 
| 4375     visibility = [ "//chrome/*" ] | 4371     visibility = [ "//chrome/*" ] | 
| 4376     sources = [ | 4372     sources = [ | 
| 4377       "media/pepper_cdm_test_constants.cc", | 4373       "media/pepper_cdm_test_constants.cc", | 
| 4378       "media/pepper_cdm_test_constants.h", | 4374       "media/pepper_cdm_test_constants.h", | 
| 4379     ] | 4375     ] | 
| 4380   } | 4376   } | 
| 4381 } | 4377 } | 
| OLD | NEW | 
|---|