Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / components / dom_distiller / content / BUILD.gn
blob998665a85302cc34fe2250b8635f9a154423dd60
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.
5 if (!is_ios) {
6   # GYP version: components/dom_distiller.gypi:dom_distiller_content
7   static_library("content") {
8     sources = [
9      "distiller_page_web_contents.cc",
10      "distiller_page_web_contents.h",
11      "dom_distiller_viewer_source.cc",
12      "dom_distiller_viewer_source.h",
13      "web_contents_main_frame_observer.cc",
14      "web_contents_main_frame_observer.h",
15     ]
17     deps = [
18       "//components/dom_distiller/core",
19       "//components/resources",
20       "//components/strings",
21       "//content/public/browser",
22       "//net",
23       "//skia",
24       "//sync",
25     ]
27     forward_dependent_configs_from = [
28       "//components/dom_distiller/core",
29     ]
30   }