| 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 { |
| 5 'variables': { | 6 'variables': { |
| 6 'chromium_code': 1, | 7 'chromium_code': 1, |
| 7 'system_webview_package_name%': 'com.android.webview', | 8 'system_webview_package_name%': 'com.android.webview', |
| 8 }, | 9 }, |
| 9 'targets': [ | 10 'targets': [ |
| 10 { | 11 { |
| 11 'target_name': 'android_webview_pak', | 12 'target_name': 'android_webview_pak', |
| 12 'type': 'none', | 13 'type': 'none', |
| 13 'dependencies': [ | 14 'dependencies': [ |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 518 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 518 }, | 519 }, |
| 519 ], | 520 ], |
| 520 }] | 521 }] |
| 521 ], | 522 ], |
| 522 'includes': [ | 523 'includes': [ |
| 523 'android_webview_tests.gypi', | 524 'android_webview_tests.gypi', |
| 524 'apk/system_webview_paks.gypi', | 525 'apk/system_webview_paks.gypi', |
| 525 ], | 526 ], |
| 526 } | 527 } |
| OLD | NEW |