Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 2009 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'libwebviewchromium', | 10 'target_name': 'libwebviewchromium', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 252 ], | 252 ], |
| 253 'variables': { | 253 'variables': { |
| 254 'java_in_dir': '../android_webview/java', | 254 'java_in_dir': '../android_webview/java', |
| 255 }, | 255 }, |
| 256 'includes': [ '../build/java.gypi' ], | 256 'includes': [ '../build/java.gypi' ], |
| 257 }, | 257 }, |
| 258 ], | 258 ], |
| 259 }, { # android_webview_build==1 | 259 }, { # android_webview_build==1 |
| 260 'targets': [ | 260 'targets': [ |
| 261 { | 261 { |
| 262 'target_name': 'android_webview_strings', | 262 'target_name': 'android_webview_jarjar_ui_resources', |
| 263 'android_unmangled_name': 1, | |
|
newt (away)
2014/05/12 20:11:23
android_unmangled_name never seems to be used. Rem
Torne
2014/05/13 13:46:52
This isn't a varible, it's a parameter for the gen
| |
| 264 'type': 'none', | |
| 265 'variables': { | |
| 266 'res_dir': '../ui/android/java/res', | |
| 267 'rules_file': '../android_webview/build/jarjar-rules.txt', | |
| 268 }, | |
| 269 'includes': ['../android_webview/build/jarjar_resources.gypi'], | |
| 270 }, | |
| 271 { | |
| 272 'target_name': 'android_webview_jarjar_content_resources', | |
| 273 'android_unmangled_name': 1, | |
| 274 'type': 'none', | |
| 275 'variables': { | |
| 276 'res_dir': '../content/public/android/java/res', | |
| 277 'rules_file': '../android_webview/build/jarjar-rules.txt', | |
| 278 }, | |
| 279 'includes': ['../android_webview/build/jarjar_resources.gypi'], | |
| 280 }, | |
| 281 { | |
| 282 'target_name': 'android_webview_resources', | |
| 263 'type': 'none', | 283 'type': 'none', |
| 264 'android_unmangled_name': 1, | 284 'android_unmangled_name': 1, |
| 265 'dependencies': [ | 285 'dependencies': [ |
| 266 '../content/content.gyp:content_strings_grd', | 286 '../content/content.gyp:content_strings_grd', |
| 267 '../ui/android/ui_android.gyp:ui_strings_grd', | 287 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 288 'android_webview_jarjar_ui_resources', | |
| 289 'android_webview_jarjar_content_resources' | |
| 268 ], | 290 ], |
| 269 }, | 291 }, |
| 270 ], | 292 ], |
| 271 }], | 293 }], |
| 272 ], | 294 ], |
| 273 } | 295 } |
| OLD | NEW |