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

Unified Diff: third_party/flatbuffers/BUILD.gn

Issue 1958033002: Remove include_test*.fbs from build files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Balazs' comments Created 4 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 | third_party/flatbuffers/flatbuffers.gyp » ('j') | 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 3897cfa982d996549c30b129be2c733c31872a87..cc5b2d8367dce1e6d75286e303b3ea8e5a6fcfc2 100644
--- a/third_party/flatbuffers/BUILD.gn
+++ b/third_party/flatbuffers/BUILD.gn
@@ -57,8 +57,9 @@ executable("flatc") {
flatbuffer("flatbuffers_samplebuffer") {
testonly = true
sources = [
- "src/tests/include_test1.fbs",
- "src/tests/include_test2.fbs",
+ # Disabled as workaround for crbug.com/611351
+ # "src/tests/include_test1.fbs",
+ # "src/tests/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 | third_party/flatbuffers/flatbuffers.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698