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

Unified Diff: content/shell/android/BUILD.gn

Issue 1397493004: Move //build/module_args/v8.gni to //build_overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework README to hopefully be clearer Created 5 years, 2 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: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index d0f3701263a6f14044b71335fa605afc2569cb6d..6aa412310d8bbb90624635387b711f85f0420618 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-import("//build/module_args/v8.gni")
+import("//build_overrides/v8.gni")
import("//third_party/icu/config.gni")
generate_jni("content_shell_jni_headers") {
@@ -159,9 +159,7 @@ instrumentation_test_apk("content_shell_test_apk") {
"//base:base_javatests",
"//net/android:net_javatests",
]
- data_deps = [
- ":content_shell_apk",
- ]
+ data_deps = [ ":content_shell_apk" ]
apk_under_test = ":content_shell_apk"
apk_name = "ContentShellTest"
android_manifest = "javatests/AndroidManifest.xml"

Powered by Google App Engine
This is Rietveld 408576698