summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ssl/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-05 14:08:31 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-11 07:46:53 +0000
commit6a4cabb866f66d4128a97cdc6d9d08ce074f1247 (patch)
treeab00f70a5e89278d6a0d16ff0c42578dc4d84a2d /chromium/chrome/browser/ssl/BUILD.gn
parente733310db58160074f574c429d48f8308c0afe17 (diff)
BASELINE: Update Chromium to 57.0.2987.144
Change-Id: I29db402ff696c71a04c4dbaec822c2e53efe0267 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'chromium/chrome/browser/ssl/BUILD.gn')
-rw-r--r--chromium/chrome/browser/ssl/BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/chrome/browser/ssl/BUILD.gn b/chromium/chrome/browser/ssl/BUILD.gn
new file mode 100644
index 00000000000..0d3665141f9
--- /dev/null
+++ b/chromium/chrome/browser/ssl/BUILD.gn
@@ -0,0 +1,11 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//third_party/protobuf/proto_library.gni")
+
+proto_library("proto") {
+ sources = [
+ "tls_error_assistant.proto",
+ ]
+}