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

Unified Diff: chrome/android/webapk/libs/runtime_library/BUILD.gn

Issue 1965583002: Move //webapk to //chrome/android/webapk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/android/webapk/libs/runtime_library/BUILD.gn
diff --git a/webapk/libs/runtime_library/BUILD.gn b/chrome/android/webapk/libs/runtime_library/BUILD.gn
similarity index 96%
rename from webapk/libs/runtime_library/BUILD.gn
rename to chrome/android/webapk/libs/runtime_library/BUILD.gn
index c44b7ff63f5e52928c310600e80b6ddb21bed44b..8860a1768550778610547e493aa3860ec6ef07db 100644
--- a/webapk/libs/runtime_library/BUILD.gn
+++ b/chrome/android/webapk/libs/runtime_library/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")
# runtime_library_version.gni must be incremented whenever the runtime library is
# updated. The WebAPK re-extracts the runtime library from the Chrome APK when

Powered by Google App Engine
This is Rietveld 408576698