| 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': 'android_webview_pak', | 10 'target_name': 'android_webview_pak', |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 'target_name': 'android_webview_jarjar_content_resources', | 408 'target_name': 'android_webview_jarjar_content_resources', |
| 409 'android_unmangled_name': 1, | 409 'android_unmangled_name': 1, |
| 410 'type': 'none', | 410 'type': 'none', |
| 411 'variables': { | 411 'variables': { |
| 412 'res_dir': '../content/public/android/java/res', | 412 'res_dir': '../content/public/android/java/res', |
| 413 'rules_file': '../android_webview/build/jarjar-rules.txt', | 413 'rules_file': '../android_webview/build/jarjar-rules.txt', |
| 414 }, | 414 }, |
| 415 'includes': ['../android_webview/build/jarjar_resources.gypi'], | 415 'includes': ['../android_webview/build/jarjar_resources.gypi'], |
| 416 }, | 416 }, |
| 417 { | 417 { |
| 418 'target_name': 'android_webview_jarjar_web_contents_delegate_android_r
esources', |
| 419 'android_unmangled_name': 1, |
| 420 'type': 'none', |
| 421 'variables': { |
| 422 'res_dir': '../components/web_contents_delegate_android/android/java
/res', |
| 423 'rules_file': '../android_webview/build/jarjar-rules.txt', |
| 424 }, |
| 425 'includes': ['../android_webview/build/jarjar_resources.gypi'], |
| 426 }, |
| 427 { |
| 418 'target_name': 'android_webview_resources', | 428 'target_name': 'android_webview_resources', |
| 419 'type': 'none', | 429 'type': 'none', |
| 420 'android_unmangled_name': 1, | 430 'android_unmangled_name': 1, |
| 421 'dependencies': [ | 431 'dependencies': [ |
| 422 '../content/content.gyp:content_strings_grd', | 432 '../content/content.gyp:content_strings_grd', |
| 423 '../ui/android/ui_android.gyp:ui_strings_grd', | 433 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 424 'android_webview_jarjar_content_resources', | 434 'android_webview_jarjar_content_resources', |
| 425 'android_webview_jarjar_ui_resources', | 435 'android_webview_jarjar_ui_resources', |
| 436 'android_webview_jarjar_web_contents_delegate_android_resources', |
| 426 'android_webview_strings_grd', | 437 'android_webview_strings_grd', |
| 427 ], | 438 ], |
| 428 }, | 439 }, |
| 429 ], | 440 ], |
| 430 }], | 441 }], |
| 431 ], | 442 ], |
| 432 } | 443 } |
| OLD | NEW |