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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'dom_distiller_core', | 105 'dom_distiller_core', |
106 '../skia/skia.gyp:skia', | 106 '../skia/skia.gyp:skia', |
107 '../sync/sync.gyp:sync', | 107 '../sync/sync.gyp:sync', |
108 ], | 108 ], |
109 'include_dirs': [ | 109 'include_dirs': [ |
110 '..', | 110 '..', |
111 ], | 111 ], |
112 'sources': [ | 112 'sources': [ |
113 'dom_distiller/content/distiller_page_web_contents.cc', | 113 'dom_distiller/content/distiller_page_web_contents.cc', |
114 'dom_distiller/content/distiller_page_web_contents.h', | 114 'dom_distiller/content/distiller_page_web_contents.h', |
115 'dom_distiller/content/dom_distiller_service_factory.cc', | |
116 'dom_distiller/content/dom_distiller_service_factory.h', | |
117 ], | 115 ], |
118 }, | 116 }, |
119 ], | 117 ], |
120 }], | 118 }], |
121 ], | 119 ], |
122 }], | 120 }], |
123 ], | 121 ], |
124 } | 122 } |
OLD | NEW |