| 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 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1940       "loader/data_reduction_proxy_resource_throttle_android.cc", | 1940       "loader/data_reduction_proxy_resource_throttle_android.cc", | 
| 1941       "loader/data_reduction_proxy_resource_throttle_android.h", | 1941       "loader/data_reduction_proxy_resource_throttle_android.h", | 
| 1942       "safe_browsing/permission_reporter.cc", | 1942       "safe_browsing/permission_reporter.cc", | 
| 1943       "safe_browsing/permission_reporter.h", | 1943       "safe_browsing/permission_reporter.h", | 
| 1944       "safe_browsing/ping_manager.cc", | 1944       "safe_browsing/ping_manager.cc", | 
| 1945       "safe_browsing/ping_manager.h", | 1945       "safe_browsing/ping_manager.h", | 
| 1946       "safe_browsing/protocol_manager_helper.cc", | 1946       "safe_browsing/protocol_manager_helper.cc", | 
| 1947       "safe_browsing/protocol_manager_helper.h", | 1947       "safe_browsing/protocol_manager_helper.h", | 
| 1948       "safe_browsing/safe_browsing_blocking_page.cc", | 1948       "safe_browsing/safe_browsing_blocking_page.cc", | 
| 1949       "safe_browsing/safe_browsing_blocking_page.h", | 1949       "safe_browsing/safe_browsing_blocking_page.h", | 
| 1950       "safe_browsing/safe_browsing_navigation_observer.cc", |  | 
| 1951       "safe_browsing/safe_browsing_navigation_observer.h", |  | 
| 1952       "safe_browsing/safe_browsing_navigation_observer_manager.cc", |  | 
| 1953       "safe_browsing/safe_browsing_navigation_observer_manager.h", |  | 
| 1954       "safe_browsing/safe_browsing_service.cc", | 1950       "safe_browsing/safe_browsing_service.cc", | 
| 1955       "safe_browsing/safe_browsing_service.h", | 1951       "safe_browsing/safe_browsing_service.h", | 
| 1956       "safe_browsing/services_delegate.h", | 1952       "safe_browsing/services_delegate.h", | 
| 1957       "safe_browsing/test_safe_browsing_service.cc", | 1953       "safe_browsing/test_safe_browsing_service.cc", | 
| 1958       "safe_browsing/test_safe_browsing_service.h", | 1954       "safe_browsing/test_safe_browsing_service.h", | 
| 1959       "safe_browsing/threat_details.cc", | 1955       "safe_browsing/threat_details.cc", | 
| 1960       "safe_browsing/threat_details.h", | 1956       "safe_browsing/threat_details.h", | 
| 1961       "safe_browsing/threat_details_cache.cc", | 1957       "safe_browsing/threat_details_cache.cc", | 
| 1962       "safe_browsing/threat_details_cache.h", | 1958       "safe_browsing/threat_details_cache.h", | 
| 1963       "safe_browsing/threat_details_history.cc", | 1959       "safe_browsing/threat_details_history.cc", | 
| (...skipping 2367 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4331   # linking all of the test support. | 4327   # linking all of the test support. | 
| 4332   static_library("pepper_cdm_test_constants") { | 4328   static_library("pepper_cdm_test_constants") { | 
| 4333     testonly = true | 4329     testonly = true | 
| 4334     visibility = [ "//chrome/*" ] | 4330     visibility = [ "//chrome/*" ] | 
| 4335     sources = [ | 4331     sources = [ | 
| 4336       "media/pepper_cdm_test_constants.cc", | 4332       "media/pepper_cdm_test_constants.cc", | 
| 4337       "media/pepper_cdm_test_constants.h", | 4333       "media/pepper_cdm_test_constants.h", | 
| 4338     ] | 4334     ] | 
| 4339   } | 4335   } | 
| 4340 } | 4336 } | 
| OLD | NEW | 
|---|