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

Unified Diff: third_party/flatbuffers/BUILD.gn

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 | « DEPS ('k') | third_party/flatbuffers/README.chromium » ('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 d470eb1fbfd5697adae272fbfead613354ff643d..a6dc8f42ec8533f61ff45f9163bc5841d0e44d26 100644
--- a/third_party/flatbuffers/BUILD.gn
+++ b/third_party/flatbuffers/BUILD.gn
@@ -22,8 +22,9 @@ source_set("flatbuffers") {
source_set("compiler_files") {
sources = [
- "src/include/idl.h",
- "src/include/util.h",
+ "src/include/flatbuffers/code_generators.h",
+ "src/include/flatbuffers/idl.h",
+ "src/include/flatbuffers/util.h",
"src/src/idl_gen_cpp.cpp",
"src/src/idl_gen_fbs.cpp",
"src/src/idl_gen_general.cpp",
« no previous file with comments | « DEPS ('k') | third_party/flatbuffers/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698