| Index: chrome/android/webapk/libs/client/BUILD.gn
|
| diff --git a/webapk/libs/client/BUILD.gn b/chrome/android/webapk/libs/client/BUILD.gn
|
| similarity index 86%
|
| rename from webapk/libs/client/BUILD.gn
|
| rename to chrome/android/webapk/libs/client/BUILD.gn
|
| index 442cd70406958a4096a1927ec0fb8dc8906bc87a..d22e44f3d9f1daa63a228c2bce1b52025725f502 100644
|
| --- a/webapk/libs/client/BUILD.gn
|
| +++ b/chrome/android/webapk/libs/client/BUILD.gn
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/android/rules.gni")
|
| -import("//webapk/libs/runtime_library_version.gni")
|
| +import("//chrome/android/webapk/libs/runtime_library_version.gni")
|
|
|
| android_library("client") {
|
| java_files = [
|
| @@ -18,12 +18,12 @@ android_library("client") {
|
| ]
|
| deps = [
|
| "//base:base_java",
|
| + "//chrome/android/webapk/libs/common",
|
| "//third_party/android_tools:android_support_v13_java",
|
| - "//webapk/libs/common",
|
| ]
|
| srcjar_deps = [
|
| ":runtime_library_version_java",
|
| - "//webapk/libs/runtime_library:webapk_service_aidl",
|
| + "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl",
|
| ]
|
| }
|
|
|
|
|