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

Side by Side Diff: components/subresource_filter/core/common/BUILD.gn

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 static_library("common") { 5 static_library("common") {
6 sources = [ 6 sources = [
7 "activation_decision.h", 7 "activation_decision.h",
8 "activation_level.cc", 8 "activation_level.cc",
9 "activation_level.h", 9 "activation_level.h",
10 "activation_list.cc", 10 "activation_list.cc",
(...skipping 26 matching lines...) Expand all
37 "unindexed_ruleset.h", 37 "unindexed_ruleset.h",
38 "url_pattern.cc", 38 "url_pattern.cc",
39 "url_pattern.h", 39 "url_pattern.h",
40 "url_pattern_index.cc", 40 "url_pattern_index.cc",
41 "url_pattern_index.h", 41 "url_pattern_index.h",
42 ] 42 ]
43 43
44 public_deps = [ 44 public_deps = [
45 "//components/subresource_filter/core/common/flat:flatbuffer", 45 "//components/subresource_filter/core/common/flat:flatbuffer",
46 "//components/subresource_filter/core/common/proto:proto", 46 "//components/subresource_filter/core/common/proto:proto",
47 "//third_party/flatbuffers:flatbuffers",
47 ] 48 ]
48 49
49 deps = [ 50 deps = [
50 "//base", 51 "//base",
51 "//net", 52 "//net",
52 "//third_party/flatbuffers:flatbuffers",
53 "//third_party/protobuf:protobuf_lite", 53 "//third_party/protobuf:protobuf_lite",
54 "//url", 54 "//url",
55 ] 55 ]
56 } 56 }
57 57
58 static_library("test_support") { 58 static_library("test_support") {
59 testonly = true 59 testonly = true
60 sources = [ 60 sources = [
61 "test_ruleset_creator.cc", 61 "test_ruleset_creator.cc",
62 "test_ruleset_creator.h", 62 "test_ruleset_creator.h",
(...skipping 29 matching lines...) Expand all
92 deps = [ 92 deps = [
93 ":common", 93 ":common",
94 ":test_support", 94 ":test_support",
95 "//base", 95 "//base",
96 "//base/test:test_support", 96 "//base/test:test_support",
97 "//testing/gtest", 97 "//testing/gtest",
98 "//third_party/protobuf:protobuf_lite", 98 "//third_party/protobuf:protobuf_lite",
99 "//url", 99 "//url",
100 ] 100 ]
101 } 101 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | components/subresource_filter/core/common/flat/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698