| Index: chrome/chrome_process_finder.gypi
|
| diff --git a/chrome/chrome_process_finder.gypi b/chrome/chrome_process_finder.gypi
|
| deleted file mode 100644
|
| index 38ebbd7abcee83d6e5c1582b285b190b340805f4..0000000000000000000000000000000000000000
|
| --- a/chrome/chrome_process_finder.gypi
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -# Copyright (c) 2013 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': 'chrome_process_finder',
|
| - 'type': 'static_library',
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'dependencies': [
|
| - 'policy_path_parser',
|
| - '../base/base.gyp:base',
|
| - '../chrome/common_constants.gyp:common_constants',
|
| - ],
|
| - 'sources': [
|
| - 'browser/win/chrome_process_finder.cc',
|
| - 'browser/win/chrome_process_finder.h',
|
| - ],
|
| - },
|
| - ],
|
| -}
|
|
|