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

Unified Diff: chrome_elf/dll_hash.gypi

Issue 2295963002: Remove GYP files from some smaller toplevel dirs. (Closed)
Patch Set: Created 4 years, 4 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 | « chrome_elf/chrome_elf.gyp ('k') | chrome_elf/nt_registry/nt_registry.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/dll_hash.gypi
diff --git a/chrome_elf/dll_hash.gypi b/chrome_elf/dll_hash.gypi
deleted file mode 100644
index 9e89a241e42be41118b9712ce3482de6969e530e..0000000000000000000000000000000000000000
--- a/chrome_elf/dll_hash.gypi
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2014 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': 'dll_hash',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'dll_hash/dll_hash.cc',
- 'dll_hash/dll_hash.h',
- ],
- },
- {
- 'target_name': 'dll_hash_main',
- 'type': 'executable',
- 'dependencies': [
- 'dll_hash',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'dll_hash/dll_hash_main.cc',
- ],
- }
- ]
-}
« no previous file with comments | « chrome_elf/chrome_elf.gyp ('k') | chrome_elf/nt_registry/nt_registry.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698