| Index: chrome/browser/component/navigation_interception/navigation_interception.gypi
|
| diff --git a/chrome/browser/component/navigation_interception/navigation_interception.gypi b/chrome/browser/component/navigation_interception/navigation_interception.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..693616cf824566a3fc925c082387d33238d24a6f
|
| --- /dev/null
|
| +++ b/chrome/browser/component/navigation_interception/navigation_interception.gypi
|
| @@ -0,0 +1,26 @@
|
| +# Copyright (c) 2012 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': 'navigation_interception',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/content/content.gyp:content_browser',
|
| + '<(DEPTH)/content/content.gyp:content_common',
|
| + '<(DEPTH)/net/net.gyp:net',
|
| + ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)',
|
| + ],
|
| + 'sources': [
|
| + 'intercept_navigation_resource_throttle.cc',
|
| + 'intercept_navigation_resource_throttle.h',
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|