1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 'target_name': 'dll_hash',
8 'type': 'static_library',
10 '../base/base.gyp:base',
13 'dll_hash/dll_hash.cc',
14 'dll_hash/dll_hash.h',
18 'target_name': 'dll_hash_main',
27 'dll_hash/dll_hash_main.cc',