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

Unified Diff: mojom/BUILD.gn

Issue 1432613003: Remove unused lexer code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | mojom/lexer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/BUILD.gn
diff --git a/mojom/BUILD.gn b/mojom/BUILD.gn
index 0d04cf3ff5f6fad06cdb5ba1025be58798a72209..9ef24cb5cd084147657d3840f7e5173d0b659c32 100644
--- a/mojom/BUILD.gn
+++ b/mojom/BUILD.gn
@@ -6,41 +6,9 @@ import("//testing/test.gni")
group("mojom") {
testonly = true
- deps = [
- ":tests",
- ]
if (is_linux && defined(go_build_tool) && go_build_tool != "") {
- deps += [ "//mojom/mojom_parser" ]
+ deps = [
+ "//mojom/mojom_parser",
+ ]
}
}
-
-group("tests") {
- testonly = true
- deps = [
- ":lexer_unittest",
- ]
-}
-
-test("lexer_unittest") {
- sources = [
- "lexer_unittest.cc",
- ]
-
- deps = [
- "//base",
- "//base/test:run_all_unittests",
- "//testing/gtest",
- ":lexer",
- ]
-}
-
-source_set("lexer") {
- sources = [
- "lexer.cc",
- "lexer.h",
- ]
-
- deps = [
- "//base",
- ]
-}
« no previous file with comments | « no previous file | mojom/lexer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698