summaryrefslogtreecommitdiff
path: root/chromium/third_party/libsecret
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-07-14 17:41:05 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-08-04 12:37:36 +0000
commit399c965b6064c440ddcf4015f5f8e9d131c7a0a6 (patch)
tree6b06b60ff365abef0e13b3503d593a0df48d20e8 /chromium/third_party/libsecret
parent7366110654eec46f21b6824f302356426f48cd74 (diff)
downloadqtwebengine-chromium-399c965b6064c440ddcf4015f5f8e9d131c7a0a6.tar.gz
BASELINE: Update Chromium to 52.0.2743.76 and Ninja to 1.7.1
Change-Id: I382f51b959689505a60f8b707255ecb344f7d8b4 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/third_party/libsecret')
-rw-r--r--chromium/third_party/libsecret/BUILD.gn27
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-attributes.h (renamed from chromium/third_party/libsecret/secret-attributes.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-collection.h (renamed from chromium/third_party/libsecret/secret-collection.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-enum-types.h (renamed from chromium/third_party/libsecret/secret-enum-types.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-item.h (renamed from chromium/third_party/libsecret/secret-item.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-password.h (renamed from chromium/third_party/libsecret/secret-password.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-paths.h (renamed from chromium/third_party/libsecret/secret-paths.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-prompt.h (renamed from chromium/third_party/libsecret/secret-prompt.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-schema.h (renamed from chromium/third_party/libsecret/secret-schema.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-schemas.h (renamed from chromium/third_party/libsecret/secret-schemas.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-service.h (renamed from chromium/third_party/libsecret/secret-service.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-types.h (renamed from chromium/third_party/libsecret/secret-types.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret-value.h (renamed from chromium/third_party/libsecret/secret-value.h)0
-rw-r--r--chromium/third_party/libsecret/libsecret/secret.h (renamed from chromium/third_party/libsecret/secret.h)0
14 files changed, 27 insertions, 0 deletions
diff --git a/chromium/third_party/libsecret/BUILD.gn b/chromium/third_party/libsecret/BUILD.gn
new file mode 100644
index 00000000000..26e3a51893f
--- /dev/null
+++ b/chromium/third_party/libsecret/BUILD.gn
@@ -0,0 +1,27 @@
+# Copyright 2016 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
+
+config("libsecret_config") {
+ include_dirs = [ rebase_path("./") ]
+}
+
+source_set("libsecret") {
+ sources = [
+ "libsecret/secret-attributes.h",
+ "libsecret/secret-collection.h",
+ "libsecret/secret-enum-types.h",
+ "libsecret/secret-item.h",
+ "libsecret/secret-password.h",
+ "libsecret/secret-paths.h",
+ "libsecret/secret-prompt.h",
+ "libsecret/secret-schema.h",
+ "libsecret/secret-schemas.h",
+ "libsecret/secret-service.h",
+ "libsecret/secret-types.h",
+ "libsecret/secret-value.h",
+ "libsecret/secret.h",
+ ]
+
+ public_configs = [ ":libsecret_config" ]
+}
diff --git a/chromium/third_party/libsecret/secret-attributes.h b/chromium/third_party/libsecret/libsecret/secret-attributes.h
index 43e603561e4..43e603561e4 100644
--- a/chromium/third_party/libsecret/secret-attributes.h
+++ b/chromium/third_party/libsecret/libsecret/secret-attributes.h
diff --git a/chromium/third_party/libsecret/secret-collection.h b/chromium/third_party/libsecret/libsecret/secret-collection.h
index 55530f6cd2a..55530f6cd2a 100644
--- a/chromium/third_party/libsecret/secret-collection.h
+++ b/chromium/third_party/libsecret/libsecret/secret-collection.h
diff --git a/chromium/third_party/libsecret/secret-enum-types.h b/chromium/third_party/libsecret/libsecret/secret-enum-types.h
index 166767ad118..166767ad118 100644
--- a/chromium/third_party/libsecret/secret-enum-types.h
+++ b/chromium/third_party/libsecret/libsecret/secret-enum-types.h
diff --git a/chromium/third_party/libsecret/secret-item.h b/chromium/third_party/libsecret/libsecret/secret-item.h
index e02c8717377..e02c8717377 100644
--- a/chromium/third_party/libsecret/secret-item.h
+++ b/chromium/third_party/libsecret/libsecret/secret-item.h
diff --git a/chromium/third_party/libsecret/secret-password.h b/chromium/third_party/libsecret/libsecret/secret-password.h
index d47abb34e06..d47abb34e06 100644
--- a/chromium/third_party/libsecret/secret-password.h
+++ b/chromium/third_party/libsecret/libsecret/secret-password.h
diff --git a/chromium/third_party/libsecret/secret-paths.h b/chromium/third_party/libsecret/libsecret/secret-paths.h
index 0702297fa4e..0702297fa4e 100644
--- a/chromium/third_party/libsecret/secret-paths.h
+++ b/chromium/third_party/libsecret/libsecret/secret-paths.h
diff --git a/chromium/third_party/libsecret/secret-prompt.h b/chromium/third_party/libsecret/libsecret/secret-prompt.h
index 983c741d523..983c741d523 100644
--- a/chromium/third_party/libsecret/secret-prompt.h
+++ b/chromium/third_party/libsecret/libsecret/secret-prompt.h
diff --git a/chromium/third_party/libsecret/secret-schema.h b/chromium/third_party/libsecret/libsecret/secret-schema.h
index 4039bd344c8..4039bd344c8 100644
--- a/chromium/third_party/libsecret/secret-schema.h
+++ b/chromium/third_party/libsecret/libsecret/secret-schema.h
diff --git a/chromium/third_party/libsecret/secret-schemas.h b/chromium/third_party/libsecret/libsecret/secret-schemas.h
index e4fc793eeb7..e4fc793eeb7 100644
--- a/chromium/third_party/libsecret/secret-schemas.h
+++ b/chromium/third_party/libsecret/libsecret/secret-schemas.h
diff --git a/chromium/third_party/libsecret/secret-service.h b/chromium/third_party/libsecret/libsecret/secret-service.h
index e35f4150318..e35f4150318 100644
--- a/chromium/third_party/libsecret/secret-service.h
+++ b/chromium/third_party/libsecret/libsecret/secret-service.h
diff --git a/chromium/third_party/libsecret/secret-types.h b/chromium/third_party/libsecret/libsecret/secret-types.h
index 708c53f82a8..708c53f82a8 100644
--- a/chromium/third_party/libsecret/secret-types.h
+++ b/chromium/third_party/libsecret/libsecret/secret-types.h
diff --git a/chromium/third_party/libsecret/secret-value.h b/chromium/third_party/libsecret/libsecret/secret-value.h
index baaff34c083..baaff34c083 100644
--- a/chromium/third_party/libsecret/secret-value.h
+++ b/chromium/third_party/libsecret/libsecret/secret-value.h
diff --git a/chromium/third_party/libsecret/secret.h b/chromium/third_party/libsecret/libsecret/secret.h
index 12c22f674e1..12c22f674e1 100644
--- a/chromium/third_party/libsecret/secret.h
+++ b/chromium/third_party/libsecret/libsecret/secret.h