| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'conditions': [ | 127 'conditions': [ |
| 128 ['OS != "ios"', { | 128 ['OS != "ios"', { |
| 129 'targets': [ | 129 'targets': [ |
| 130 { | 130 { |
| 131 'target_name': 'dom_distiller_content', | 131 'target_name': 'dom_distiller_content', |
| 132 'type': 'static_library', | 132 'type': 'static_library', |
| 133 'dependencies': [ | 133 'dependencies': [ |
| 134 'component_resources.gyp:component_resources', | 134 'component_resources.gyp:component_resources', |
| 135 'component_strings.gyp:component_strings', | 135 'component_strings.gyp:component_strings', |
| 136 'dom_distiller_core', | 136 'dom_distiller_core', |
| 137 '../content/content.gyp:content_browser', |
| 137 '../net/net.gyp:net', | 138 '../net/net.gyp:net', |
| 138 '../skia/skia.gyp:skia', | 139 '../skia/skia.gyp:skia', |
| 139 '../sync/sync.gyp:sync', | 140 '../sync/sync.gyp:sync', |
| 140 ], | 141 ], |
| 141 'include_dirs': [ | 142 'include_dirs': [ |
| 142 '..', | 143 '..', |
| 143 ], | 144 ], |
| 144 'sources': [ | 145 'sources': [ |
| 145 'dom_distiller/content/distiller_page_web_contents.cc', | 146 'dom_distiller/content/distiller_page_web_contents.cc', |
| 146 'dom_distiller/content/distiller_page_web_contents.h', | 147 'dom_distiller/content/distiller_page_web_contents.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 173 'jni_gen_package': 'dom_distiller_core', | 174 'jni_gen_package': 'dom_distiller_core', |
| 174 }, | 175 }, |
| 175 'includes': [ '../build/jni_generator.gypi' ], | 176 'includes': [ '../build/jni_generator.gypi' ], |
| 176 }, | 177 }, |
| 177 ], | 178 ], |
| 178 }], | 179 }], |
| 179 ], | 180 ], |
| 180 }], | 181 }], |
| 181 ], | 182 ], |
| 182 } | 183 } |
| OLD | NEW |