| Index: components/printing.gypi
|
| diff --git a/components/printing.gypi b/components/printing.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bb13447b0965b2937b2724f8bda3b31e5966205b
|
| --- /dev/null
|
| +++ b/components/printing.gypi
|
| @@ -0,0 +1,28 @@
|
| +# Copyright 2015 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': 'printing_renderer',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/content/content.gyp:content_common',
|
| + '<(DEPTH)/content/content.gyp:content_renderer',
|
| + '<(DEPTH)/net/net.gyp:net',
|
| + '<(DEPTH)/printing/printing.gyp:printing',
|
| + '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
|
| + '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
|
| + '<(DEPTH)/chrome/chrome.gyp:common',
|
| + ],
|
| + 'sources': [
|
| + "printing/renderer/print_web_view_helper.cc",
|
| + "printing/renderer/print_web_view_helper.h",
|
| + "printing/renderer/print_web_view_helper_android.cc",
|
| + "printing/renderer/print_web_view_helper_linux.cc",
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|