summaryrefslogtreecommitdiff
path: root/chromium/components/location
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-08-01 12:59:39 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-08-04 12:40:43 +0000
commit28b1110370900897ab652cb420c371fab8857ad4 (patch)
tree41b32127d23b0df4f2add2a27e12dc87bddb260e /chromium/components/location
parent399c965b6064c440ddcf4015f5f8e9d131c7a0a6 (diff)
downloadqtwebengine-chromium-28b1110370900897ab652cb420c371fab8857ad4.tar.gz
BASELINE: Update Chromium to 53.0.2785.41
Also adds a few extra files for extensions. Change-Id: Iccdd55d98660903331cf8b7b29188da781830af4 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/components/location')
-rw-r--r--chromium/components/location/OWNERS2
-rw-r--r--chromium/components/location/android/BUILD.gn14
2 files changed, 16 insertions, 0 deletions
diff --git a/chromium/components/location/OWNERS b/chromium/components/location/OWNERS
new file mode 100644
index 00000000000..5140571e1de
--- /dev/null
+++ b/chromium/components/location/OWNERS
@@ -0,0 +1,2 @@
+jyasskin@chromium.org
+tedchoc@chromium.org
diff --git a/chromium/components/location/android/BUILD.gn b/chromium/components/location/android/BUILD.gn
new file mode 100644
index 00000000000..d4731fac095
--- /dev/null
+++ b/chromium/components/location/android/BUILD.gn
@@ -0,0 +1,14 @@
+# 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.
+
+import("//build/config/android/rules.gni")
+
+# GYP: //components/location.gypi:location_java
+android_library("location_java") {
+ deps = [
+ "//base:base_java",
+ ]
+ java_files =
+ [ "java/src/org/chromium/components/location/LocationUtils.java" ]
+}