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

Unified Diff: components/html_viewer/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: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index f9a621740bc1cf6c68c6b4e88a09a93794640423..47863cee9b2b8a11c6e7478577525bd05d8f033e 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/module_args/v8.gni")
+import("//build_overrides/v8.gni")
import("//mojo/public/mojo_application.gni")
import("//testing/test.gni")
import("//tools/grit/grit_rule.gni")
@@ -357,9 +357,7 @@ mojo_native_application("apptests") {
"//third_party/mojo/src/mojo/public/c/system:for_shared_library",
]
- data_deps = [
- ":html_viewer",
- ]
+ data_deps = [ ":html_viewer" ]
if (is_linux && !is_android) {
data_deps += [ "//components/font_service" ]

Powered by Google App Engine
This is Rietveld 408576698