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

Unified Diff: components/digital_asset_links/BUILD.gn

Issue 2767333006: Add Digital Asset Links verification for postMessage API (Closed)
Patch Set: moved digital_asset_links to a component Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: components/digital_asset_links/BUILD.gn
diff --git a/components/digital_asset_links/BUILD.gn b/components/digital_asset_links/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..245d925fa0e326847509ac062be879ee0bc9332a
--- /dev/null
+++ b/components/digital_asset_links/BUILD.gn
@@ -0,0 +1,15 @@
+# Copyright 2017 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.
+
+static_library("digital_asset_links") {
+ sources = [
+ "digital_asset_links_handler.cc",
+ "digital_asset_links_handler.h",
+ ]
+
+ deps = [
+ "//base",
+ "//net",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698