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

Unified Diff: third_party/brotli/bro.gypi

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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/boringssl/boringssl_tests.gypi ('k') | third_party/brotli/brotli.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/brotli/bro.gypi
diff --git a/third_party/brotli/bro.gypi b/third_party/brotli/bro.gypi
deleted file mode 100644
index a416b92bd30b146cd9c766935934c9f1f85be9da..0000000000000000000000000000000000000000
--- a/third_party/brotli/bro.gypi
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright (c) 2016 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.
-
-# Usage:
-# {
-# 'target_name': 'your_target_name',
-# 'type': 'none',
-# 'actions': [
-# {
-# 'variables': {
-# 'input_file': 'file/to/compress',
-# 'output_file': 'file/to/put/compressed',
-# },
-# 'includes': ['../third_party/brotli/bro.gypi'],
-# }
-# ],
-# 'dependencies': [
-# 'path/to:builds_file_to_compress'
-# ],
-# },
-
-{
- 'action_name': 'genbro',
- 'variables': {
- 'bro': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)bro<(EXECUTABLE_SUFFIX)',
- },
- 'inputs': [
- '<(bro)',
- '<(input_file)',
- ],
- 'outputs': [
- '<(output_file)',
- ],
- 'action': [
- '<(bro)',
- '--force',
- '--input',
- '<(input_file)',
- '--output',
- '<(output_file)',
- ],
- 'dependencies': [
- '<(DEPTH)/third_party/brotli/brotli.gyp:bro#host',
- ],
-}
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | third_party/brotli/brotli.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698