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

Unified Diff: third_party/flatbuffers/flatbuffers.gyp

Issue 1992133002: Update flatbuffers to HEAD of upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bumped version once more 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/README.chromium ('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 215864f1c5aa39ca58c396bb041726b77b2d11e6..61f79fb7e8faa786802a73310e52fbb6c3986f4a 100644
--- a/third_party/flatbuffers/flatbuffers.gyp
+++ b/third_party/flatbuffers/flatbuffers.gyp
@@ -22,8 +22,9 @@
'src/src/idl_parser.cpp',
'src/src/reflection.cpp',
'src/src/util.cpp',
- 'src/include/idl.h',
- 'src/include/util.h',
+ 'src/include/flatbuffers/code_generators.h',
+ 'src/include/flatbuffers/idl.h',
+ 'src/include/flatbuffers/util.h',
],
},
{
« no previous file with comments | « third_party/flatbuffers/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698