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

Unified Diff: third_party/ots/third_party/brotli.gyp

Issue 1438853002: Remove all .gyp and .gypi files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/ots/ots-standalone.gyp ('k') | third_party/protobuf/protobuf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ots/third_party/brotli.gyp
diff --git a/third_party/ots/third_party/brotli.gyp b/third_party/ots/third_party/brotli.gyp
deleted file mode 100644
index 99031101dabfddd4ea6b8d0836485078630647bc..0000000000000000000000000000000000000000
--- a/third_party/ots/third_party/brotli.gyp
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'brotli',
- 'type': 'static_library',
- 'include_dirs': [
- 'brotli/dec',
- ],
- 'sources': [
- 'brotli/dec/bit_reader.c',
- 'brotli/dec/bit_reader.h',
- 'brotli/dec/context.h',
- 'brotli/dec/decode.c',
- 'brotli/dec/decode.h',
- 'brotli/dec/dictionary.h',
- 'brotli/dec/huffman.c',
- 'brotli/dec/huffman.h',
- 'brotli/dec/prefix.h',
- 'brotli/dec/safe_malloc.c',
- 'brotli/dec/safe_malloc.h',
- 'brotli/dec/streams.c',
- 'brotli/dec/streams.h',
- 'brotli/dec/transform.h',
- 'brotli/dec/types.h',
- ],
- },
- ],
-}
« no previous file with comments | « third_party/ots/ots-standalone.gyp ('k') | third_party/protobuf/protobuf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698