Commit 55d19d36 authored by kochi@chromium.org's avatar kochi@chromium.org

Convert CRLF to LF for tools/win/static_initializers.gyp

The line endings were introduced at r251144

BUG=none
TBR=scottmg@chromium.org, cpu@chromium.org

Review URL: https://codereview.chromium.org/168063002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251460 0039d316-1c4b-4281-b951-d872f2087c98
parent 6aece5e3
# Copyright 2014 The Chromium Authors. All rights reserved. # Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
{ {
'variables': { 'variables': {
'chromium_code': 1, 'chromium_code': 1,
}, },
'targets': [ 'targets': [
{ {
'target_name': 'static_initializers', 'target_name': 'static_initializers',
'type': 'executable', 'type': 'executable',
'sources': [ 'sources': [
'static_initializers.cc', 'static_initializers.cc',
], ],
'include_dirs': [ 'include_dirs': [
'$(VSInstallDir)/DIA SDK/include', '$(VSInstallDir)/DIA SDK/include',
], ],
}, },
], ],
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment