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

Unified Diff: third_party/flatbuffers/flatbuffers.gyp

Issue 2096833002: Revert of Data structures for Safe Browsing subresource filtering rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « components/subresource_filter/core/common/proto/rules.proto ('k') | third_party/flatbuffers/flatc.gypi » ('j') | 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 7907cfe5126cbfe8f92c95876498f2543681f59d..61f79fb7e8faa786802a73310e52fbb6c3986f4a 100644
--- a/third_party/flatbuffers/flatbuffers.gyp
+++ b/third_party/flatbuffers/flatbuffers.gyp
@@ -7,7 +7,6 @@
{
'target_name': 'compiler_files',
'type': 'static_library',
- 'toolsets': ['host'],
'include_dirs': [
'src/include',
],
@@ -30,8 +29,7 @@
},
{
'target_name': 'flatbuffers',
- 'type': 'none',
- 'toolsets': ['host', 'target'],
+ 'type': 'static_library',
'include_dirs': [
'src/include',
],
@@ -48,7 +46,6 @@
{
'target_name': 'flatc',
'type': 'executable',
- 'toolsets': ['host'],
'dependencies': [
'compiler_files',
'flatbuffers',
@@ -83,7 +80,6 @@
# cd third_party/flatbuffers/ && ../../out/Debug/flatbuffers_unittest
'target_name': 'flatbuffers_unittest',
'type': 'executable',
- 'toolsets': ['host'],
'dependencies': [
'compiler_files',
'flatbuffers'
« no previous file with comments | « components/subresource_filter/core/common/proto/rules.proto ('k') | third_party/flatbuffers/flatc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698