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

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

Issue 2866183003: Syntax and coverage checking added to Network Traffic Annotations. (Closed)
Patch Set: Protobuf build updated. Created 3 years, 7 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
(Empty)
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
3 # found in the LICENSE file.
4
5 static_library("traffic_annotation") {
6 sources = [
7 "network_traffic_annotation_checker.cc",
8 "network_traffic_annotation_checker.h",
9 ]
10
11 deps = [
12 "//base",
13 "//net:traffic_annotation",
14 ]
15
16 if (is_debug || defined(dcheck_always_on)) {
17 deps += [ "//tools/traffic_annotation/auditor:traffic_annotation_auditor" ]
18 }
19 }
OLDNEW
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | chrome/browser/net/traffic_annotation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698