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

Unified Diff: third_party/flatbuffers/flatbuffers.gyp

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 | « third_party/flatbuffers/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/flatbuffers/flatbuffers.gyp
diff --git a/third_party/flatbuffers/flatbuffers.gyp b/third_party/flatbuffers/flatbuffers.gyp
index ddb6497fa8f066250aa708fb44fc407bf4ca050f..215864f1c5aa39ca58c396bb041726b77b2d11e6 100644
--- a/third_party/flatbuffers/flatbuffers.gyp
+++ b/third_party/flatbuffers/flatbuffers.gyp
@@ -59,9 +59,10 @@
'target_name': 'flatbuffers_samplebuffer',
'type': 'static_library',
'sources': [
+ # Disabled as workaround for crbug.com/611351.
+ # 'src/tests/include_test1.fbs',
+ # 'src/tests/include_test2.fbs',
'src/tests/monster_test.fbs',
- 'src/tests/include_test1.fbs',
- 'src/tests/include_test2.fbs',
'src/tests/namespace_test/namespace_test1.fbs',
'src/tests/namespace_test/namespace_test2.fbs',
],
« no previous file with comments | « third_party/flatbuffers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698