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

Side by Side 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: Remove include_test*.fbs from build files 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'compiler_files', 8 'target_name': 'compiler_files',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'src/src/flatc.cpp', 53 'src/src/flatc.cpp',
54 ], 54 ],
55 }, 55 },
56 56
57 # The following is just for testing. 57 # The following is just for testing.
58 { 58 {
59 'target_name': 'flatbuffers_samplebuffer', 59 'target_name': 'flatbuffers_samplebuffer',
60 'type': 'static_library', 60 'type': 'static_library',
61 'sources': [ 61 'sources': [
62 'src/tests/monster_test.fbs', 62 'src/tests/monster_test.fbs',
63 'src/tests/include_test1.fbs',
64 'src/tests/include_test2.fbs',
65 'src/tests/namespace_test/namespace_test1.fbs', 63 'src/tests/namespace_test/namespace_test1.fbs',
66 'src/tests/namespace_test/namespace_test2.fbs', 64 'src/tests/namespace_test/namespace_test2.fbs',
67 ], 65 ],
68 'variables': { 66 'variables': {
69 'flatc_out_dir': '.', 67 'flatc_out_dir': '.',
70 }, 68 },
71 'includes': [ 'flatc.gypi' ], 69 'includes': [ 'flatc.gypi' ],
72 'dependencies': [ 70 'dependencies': [
73 ':flatbuffers', 71 ':flatbuffers',
74 ], 72 ],
(...skipping 12 matching lines...) Expand all
87 # but are listed here because test.cpp tests more than 85 # but are listed here because test.cpp tests more than
88 # what will get included into Chrome (reflection and generation). 86 # what will get included into Chrome (reflection and generation).
89 'src/include/reflection_generated.h', 87 'src/include/reflection_generated.h',
90 'src/include/reflection.h', 88 'src/include/reflection.h',
91 # This is the actual test. 89 # This is the actual test.
92 'src/tests/test.cpp', 90 'src/tests/test.cpp',
93 ] 91 ]
94 } 92 }
95 ], 93 ],
96 } 94 }
OLDNEW
« third_party/flatbuffers/BUILD.gn ('K') | « third_party/flatbuffers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698