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

Unified Diff: test/inspector/BUILD.gn

Issue 2863383003: Fix inspector tests for shared libraries. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | test/inspector/inspector.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/BUILD.gn
diff --git a/test/inspector/BUILD.gn b/test/inspector/BUILD.gn
index 5298c09a8950437c0cef23a9045799d59574d930..42f48397a6783290680280c4d8f1219fd534909a 100644
--- a/test/inspector/BUILD.gn
+++ b/test/inspector/BUILD.gn
@@ -28,6 +28,10 @@ v8_executable("inspector-test") {
"//build/win:default_exe_manifest",
]
+ if (v8_enable_i18n_support) {
Michael Achenbach 2017/05/08 13:30:05 Maybe add is_component_build to the condition if i
Ilija.Pavlovic1 2017/05/08 13:51:49 This is copied from solution for test/unittests/BU
+ deps += [ "//third_party/icu" ]
+ }
+
cflags = []
ldflags = []
}
« no previous file with comments | « no previous file | test/inspector/inspector.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698