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

Unified Diff: chrome/breakpad.isolate

Issue 2766673003: Remove checked-in .isolate files. (Closed)
Patch Set: Created 3 years, 9 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 | « build/config/win/msvs_dependencies.isolate ('k') | chrome/cdb.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/breakpad.isolate
diff --git a/chrome/breakpad.isolate b/chrome/breakpad.isolate
deleted file mode 100644
index 100ca1d5447119a1cde4d6309719b5300c72f39e..0000000000000000000000000000000000000000
--- a/chrome/breakpad.isolate
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright (c) 2015 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.
-{
- 'variables': {
- 'files': [
- '../components/crash/content/tools/generate_breakpad_symbols.py',
- ],
- },
- 'conditions': [
- ['OS=="linux"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/dump_syms',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/crashpad_database_util',
- '<(PRODUCT_DIR)/dump_syms',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/crashpad_database_util<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ],
-}
« no previous file with comments | « build/config/win/msvs_dependencies.isolate ('k') | chrome/cdb.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698