OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'conditions': [ | 6 'conditions': [ |
7 ['android_webview_build == 0', { | 7 ['android_webview_build == 0', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'dom_distiller_webui', | 10 'target_name': 'dom_distiller_webui', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'dom_distiller_resources', | 54 'dom_distiller_resources', |
55 '../base/base.gyp:base', | 55 '../base/base.gyp:base', |
56 '../skia/skia.gyp:skia', | 56 '../skia/skia.gyp:skia', |
57 '../sync/sync.gyp:sync', | 57 '../sync/sync.gyp:sync', |
58 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 58 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
59 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 59 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
60 ], | 60 ], |
61 'include_dirs': [ | 61 'include_dirs': [ |
62 '..', | 62 '..', |
63 ], | 63 ], |
| 64 'export_dependent_settings': [ |
| 65 'distilled_page_proto', |
| 66 ], |
64 'sources': [ | 67 'sources': [ |
65 'dom_distiller/core/article_entry.cc', | 68 'dom_distiller/core/article_entry.cc', |
66 'dom_distiller/core/article_entry.h', | 69 'dom_distiller/core/article_entry.h', |
67 'dom_distiller/core/distiller.cc', | 70 'dom_distiller/core/distiller.cc', |
68 'dom_distiller/core/distiller.h', | 71 'dom_distiller/core/distiller.h', |
69 'dom_distiller/core/distiller_page.cc', | 72 'dom_distiller/core/distiller_page.cc', |
70 'dom_distiller/core/distiller_page.h', | 73 'dom_distiller/core/distiller_page.h', |
71 'dom_distiller/core/distiller_url_fetcher.cc', | 74 'dom_distiller/core/distiller_url_fetcher.cc', |
72 'dom_distiller/core/distiller_url_fetcher.h', | 75 'dom_distiller/core/distiller_url_fetcher.h', |
73 'dom_distiller/core/dom_distiller_constants.cc', | 76 'dom_distiller/core/dom_distiller_constants.cc', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'dom_distiller/content/distiller_page_web_contents.cc', | 119 'dom_distiller/content/distiller_page_web_contents.cc', |
117 'dom_distiller/content/distiller_page_web_contents.h', | 120 'dom_distiller/content/distiller_page_web_contents.h', |
118 ], | 121 ], |
119 }, | 122 }, |
120 ], | 123 ], |
121 }], | 124 }], |
122 ], | 125 ], |
123 }], | 126 }], |
124 ], | 127 ], |
125 } | 128 } |
OLD | NEW |