| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'dom_distiller_core', | 149 'dom_distiller_core', |
| 150 ], | 150 ], |
| 151 'include_dirs': [ | 151 'include_dirs': [ |
| 152 '..', | 152 '..', |
| 153 ], | 153 ], |
| 154 'sources': [ | 154 'sources': [ |
| 155 'dom_distiller/content/distiller_page_web_contents.cc', | 155 'dom_distiller/content/distiller_page_web_contents.cc', |
| 156 'dom_distiller/content/distiller_page_web_contents.h', | 156 'dom_distiller/content/distiller_page_web_contents.h', |
| 157 'dom_distiller/content/dom_distiller_viewer_source.cc', | 157 'dom_distiller/content/dom_distiller_viewer_source.cc', |
| 158 'dom_distiller/content/dom_distiller_viewer_source.h', | 158 'dom_distiller/content/dom_distiller_viewer_source.h', |
| 159 'dom_distiller/content/web_contents_main_frame_observer.cc', |
| 160 'dom_distiller/content/web_contents_main_frame_observer.h', |
| 159 ], | 161 ], |
| 160 }, | 162 }, |
| 161 ], | 163 ], |
| 162 }], | 164 }], |
| 163 ['OS=="android"', { | 165 ['OS=="android"', { |
| 164 'targets': [ | 166 'targets': [ |
| 165 { | 167 { |
| 166 'target_name': 'dom_distiller_core_java', | 168 'target_name': 'dom_distiller_core_java', |
| 167 'type': 'none', | 169 'type': 'none', |
| 168 'dependencies': [ | 170 'dependencies': [ |
| (...skipping 14 matching lines...) Expand all Loading... |
| 183 'jni_gen_package': 'dom_distiller_core', | 185 'jni_gen_package': 'dom_distiller_core', |
| 184 }, | 186 }, |
| 185 'includes': [ '../build/jni_generator.gypi' ], | 187 'includes': [ '../build/jni_generator.gypi' ], |
| 186 }, | 188 }, |
| 187 ], | 189 ], |
| 188 }], | 190 }], |
| 189 ], | 191 ], |
| 190 }], | 192 }], |
| 191 ], | 193 ], |
| 192 } | 194 } |
| OLD | NEW |