| 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 'system_webview_package_name%': 'com.android.webview', | 7 'system_webview_package_name%': 'com.android.webview', |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| 11 'target_name': 'android_webview_pak', | 11 'target_name': 'android_webview_pak', |
| 12 'type': 'none', | 12 'type': 'none', |
| 13 'hard_dependency': 1, |
| 13 'dependencies': [ | 14 'dependencies': [ |
| 14 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources'
, | 15 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources'
, |
| 15 '<(DEPTH)/net/net.gyp:net_resources', | 16 '<(DEPTH)/net/net.gyp:net_resources', |
| 16 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, | 17 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, |
| 17 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 18 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 18 ], | 19 ], |
| 19 'variables': { | 20 'variables': { |
| 20 'conditions': [ | 21 'conditions': [ |
| 21 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"',
{ | 22 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"',
{ |
| 22 'arch_suffix':'32' | 23 'arch_suffix':'32' |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 497 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 497 }, | 498 }, |
| 498 ], | 499 ], |
| 499 }] | 500 }] |
| 500 ], | 501 ], |
| 501 'includes': [ | 502 'includes': [ |
| 502 'android_webview_tests.gypi', | 503 'android_webview_tests.gypi', |
| 503 'apk/system_webview_paks.gypi', | 504 'apk/system_webview_paks.gypi', |
| 504 ], | 505 ], |
| 505 } | 506 } |
| OLD | NEW |