Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2175763002: Integrate IndexedRuleset into DocumentSubresourceFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 "//chrome/browser", 1151 "//chrome/browser",
1152 "//chrome/common", 1152 "//chrome/common",
1153 "//chrome/common/safe_browsing:proto", 1153 "//chrome/common/safe_browsing:proto",
1154 "//components/browser_sync/browser:test_support", 1154 "//components/browser_sync/browser:test_support",
1155 "//components/invalidation/impl", 1155 "//components/invalidation/impl",
1156 "//components/invalidation/impl:test_support", 1156 "//components/invalidation/impl:test_support",
1157 "//components/password_manager/core/browser:test_support", 1157 "//components/password_manager/core/browser:test_support",
1158 "//components/prefs:test_support", 1158 "//components/prefs:test_support",
1159 "//components/search_engines:test_support", 1159 "//components/search_engines:test_support",
1160 "//components/subresource_filter/core/browser:test_support", 1160 "//components/subresource_filter/core/browser:test_support",
1161 "//components/subresource_filter/core/common:test_support",
1161 "//components/syncable_prefs:test_support", 1162 "//components/syncable_prefs:test_support",
1162 "//components/user_prefs/tracked:user_prefs_tracked_test_support", 1163 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
1163 "//content/test:test_support", 1164 "//content/test:test_support",
1164 "//net:test_support", 1165 "//net:test_support",
1165 "//skia", 1166 "//skia",
1166 "//testing/gmock", 1167 "//testing/gmock",
1167 "//testing/gtest", 1168 "//testing/gtest",
1168 "//ui/gfx", 1169 "//ui/gfx",
1169 ] 1170 ]
1170 1171
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 # linking all of the test support. 1380 # linking all of the test support.
1380 static_library("pepper_cdm_test_constants") { 1381 static_library("pepper_cdm_test_constants") {
1381 testonly = true 1382 testonly = true
1382 visibility = [ "//chrome/*" ] 1383 visibility = [ "//chrome/*" ]
1383 sources = [ 1384 sources = [
1384 "media/pepper_cdm_test_constants.cc", 1385 "media/pepper_cdm_test_constants.cc",
1385 "media/pepper_cdm_test_constants.h", 1386 "media/pepper_cdm_test_constants.h",
1386 ] 1387 ]
1387 } 1388 }
1388 } 1389 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698