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

Unified Diff: base/BUILD.gn

Issue 1168513006: Make swarming work w/ GN (kinda) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index d075e1eb37d9f6d2b6f32fe30c978dc4dbf50bb2..1661bf5a2a77f2981f1d1a69a72be0d59506adc5 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1316,6 +1316,12 @@ test("base_unittests") {
"//third_party/icu",
]
+ # TODO(dpranke): Replace this with a better form of globbing or
+ # some other way to indicate that we depend on the contents of a directory.
+ data = exec_script("//build/android/gyp/find.py",
+ [ rebase_path("test/data") ],
+ "list lines")
Dirk Pranke 2015/06/03 02:24:54 This is a hack; it is the equivalent of specifying
M-A Ruel 2015/06/03 15:47:18 isolate really needs to be passed a directory, bec
Dirk Pranke 2015/06/03 17:15:49 Yeah, it occurred to me that it would be fragile e
+
# Allow more direct string conversions on platforms with native utf8
# strings
if (is_mac || is_ios || is_chromeos) {

Powered by Google App Engine
This is Rietveld 408576698