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

Unified Diff: mojo/public/mojo_sdk.gni

Issue 2244503002: mojo/public: Include gtest.h as "gtest/gtest.h", instead of via "absolute" path. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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 | « mojo/public/cpp/utility/tests/run_loop_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_sdk.gni
diff --git a/mojo/public/mojo_sdk.gni b/mojo/public/mojo_sdk.gni
index 716c2c3a744149dd8a7057bc85dfa373eee5976a..c84fc0fdb14019d5a322800e6283d2665c2e0b83 100644
--- a/mojo/public/mojo_sdk.gni
+++ b/mojo/public/mojo_sdk.gni
@@ -115,9 +115,8 @@ template("mojo_sdk_source_set") {
# the Mojo SDK should be on targets within the same file or on a
# whitelisted set of external dependencies.
dep_dir = get_path_info(dep, "dir")
- assert(dep_dir == "." || dep == "//testing/gtest" ||
- (dep == "//dart/runtime:libdart" &&
- target_name == "mojo_internal_impl"))
+ assert(dep_dir == "." || (dep == "//dart/runtime:libdart" &&
+ target_name == "mojo_internal_impl"))
}
deps += [ dep ]
}
« no previous file with comments | « mojo/public/cpp/utility/tests/run_loop_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698