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

Unified Diff: third_party/flatbuffers/BUILD.gn

Issue 2925803002: Uncomment test fbs files. (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/flatbuffers/BUILD.gn
diff --git a/third_party/flatbuffers/BUILD.gn b/third_party/flatbuffers/BUILD.gn
index 72bab633c0a7d71fc1d012e8749fc43a6dc43fe9..ad67a57f4775cc9f8a76f694705ac73ae51bba73 100644
--- a/third_party/flatbuffers/BUILD.gn
+++ b/third_party/flatbuffers/BUILD.gn
@@ -78,9 +78,8 @@ executable("flatc") {
flatbuffer("flatbuffers_samplebuffer") {
testonly = true
sources = [
- # Disabled as workaround for crbug.com/611351
- # "src/tests/include_test/include_test1.fbs",
- # "src/tests/include_test/sub/include_test2.fbs",
+ "src/tests/include_test/include_test1.fbs",
+ "src/tests/include_test/sub/include_test2.fbs",
"src/tests/monster_test.fbs",
"src/tests/namespace_test/namespace_test1.fbs",
"src/tests/namespace_test/namespace_test2.fbs",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698