| 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 # GN version: //components/dom_distiller/webui | 10 # GN version: //components/dom_distiller/webui |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'dom_distiller/content/dom_distiller_viewer_source.h', | 168 'dom_distiller/content/dom_distiller_viewer_source.h', |
| 169 'dom_distiller/content/web_contents_main_frame_observer.cc', | 169 'dom_distiller/content/web_contents_main_frame_observer.cc', |
| 170 'dom_distiller/content/web_contents_main_frame_observer.h', | 170 'dom_distiller/content/web_contents_main_frame_observer.h', |
| 171 ], | 171 ], |
| 172 }, | 172 }, |
| 173 ], | 173 ], |
| 174 }], | 174 }], |
| 175 ['OS=="android"', { | 175 ['OS=="android"', { |
| 176 'targets': [ | 176 'targets': [ |
| 177 { | 177 { |
| 178 # GN: //components/dom_distiller/android:dom_distiller_core_java |
| 178 'target_name': 'dom_distiller_core_java', | 179 'target_name': 'dom_distiller_core_java', |
| 179 'type': 'none', | 180 'type': 'none', |
| 180 'dependencies': [ | 181 'dependencies': [ |
| 181 'dom_distiller_core_font_family_java', | 182 'dom_distiller_core_font_family_java', |
| 182 'dom_distiller_core_theme_java', | 183 'dom_distiller_core_theme_java', |
| 183 '../base/base.gyp:base', | 184 '../base/base.gyp:base', |
| 184 ], | 185 ], |
| 185 'variables': { | 186 'variables': { |
| 186 'java_in_dir': 'dom_distiller/android/java', | 187 'java_in_dir': 'dom_distiller/android/java', |
| 187 }, | 188 }, |
| 188 'includes': [ '../build/java.gypi' ], | 189 'includes': [ '../build/java.gypi' ], |
| 189 }, | 190 }, |
| 190 { | 191 { |
| 192 # GN: //components/dom_distiller/android:dom_distiller_core_font_f
amily_javagen |
| 191 'target_name': 'dom_distiller_core_font_family_java', | 193 'target_name': 'dom_distiller_core_font_family_java', |
| 192 'type': 'none', | 194 'type': 'none', |
| 193 'sources': [ | 195 'sources': [ |
| 194 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/FontFamily.template', | 196 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/FontFamily.template', |
| 195 ], | 197 ], |
| 196 'variables': { | 198 'variables': { |
| 197 'package_name': 'org/chromium/components/dom_distiller/core', | 199 'package_name': 'org/chromium/components/dom_distiller/core', |
| 198 'template_deps': ['dom_distiller/core/font_family_list.h'], | 200 'template_deps': ['dom_distiller/core/font_family_list.h'], |
| 199 }, | 201 }, |
| 200 'includes': [ '../build/android/java_cpp_template.gypi' ], | 202 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 201 }, | 203 }, |
| 202 { | 204 { |
| 205 # GN: //components/dom_distiller/core:jni_headers |
| 203 'target_name': 'dom_distiller_core_jni_headers', | 206 'target_name': 'dom_distiller_core_jni_headers', |
| 204 'type': 'none', | 207 'type': 'none', |
| 205 'sources': [ | 208 'sources': [ |
| 206 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/DistilledPagePrefs.java', | 209 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/DistilledPagePrefs.java', |
| 207 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/DomDistillerService.java', | 210 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/DomDistillerService.java', |
| 208 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/DomDistillerUrlUtils.java', | 211 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/DomDistillerUrlUtils.java', |
| 209 ], | 212 ], |
| 210 'variables': { | 213 'variables': { |
| 211 'jni_gen_package': 'dom_distiller_core', | 214 'jni_gen_package': 'dom_distiller_core', |
| 212 }, | 215 }, |
| 213 'includes': [ '../build/jni_generator.gypi' ], | 216 'includes': [ '../build/jni_generator.gypi' ], |
| 214 }, | 217 }, |
| 215 { | 218 { |
| 219 # GN: //components/dom_distiller/android:dom_distiller_core_theme_
javagen |
| 216 'target_name': 'dom_distiller_core_theme_java', | 220 'target_name': 'dom_distiller_core_theme_java', |
| 217 'type': 'none', | 221 'type': 'none', |
| 218 'sources': [ | 222 'sources': [ |
| 219 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/Theme.template', | 223 'dom_distiller/android/java/src/org/chromium/components/dom_dist
iller/core/Theme.template', |
| 220 ], | 224 ], |
| 221 'variables': { | 225 'variables': { |
| 222 'package_name': 'org/chromium/components/dom_distiller/core', | 226 'package_name': 'org/chromium/components/dom_distiller/core', |
| 223 'template_deps': ['dom_distiller/core/theme_list.h'], | 227 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 224 }, | 228 }, |
| 225 'includes': [ '../build/android/java_cpp_template.gypi' ], | 229 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 226 }, | 230 }, |
| 227 ], | 231 ], |
| 228 }], | 232 }], |
| 229 ], | 233 ], |
| 230 }], | 234 }], |
| 231 ], | 235 ], |
| 232 } | 236 } |
| OLD | NEW |