| 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 { |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 255 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 256 '../media/media.gyp:media', | 256 '../media/media.gyp:media', |
| 257 '../media/midi/midi.gyp:midi', | 257 '../media/midi/midi.gyp:midi', |
| 258 '../net/net.gyp:net_extras', | 258 '../net/net.gyp:net_extras', |
| 259 '../printing/printing.gyp:printing', | 259 '../printing/printing.gyp:printing', |
| 260 '../skia/skia.gyp:skia', | 260 '../skia/skia.gyp:skia', |
| 261 '../third_party/WebKit/public/blink.gyp:blink', | 261 '../third_party/WebKit/public/blink.gyp:blink', |
| 262 '../ui/events/events.gyp:gesture_detection', | 262 '../ui/events/events.gyp:gesture_detection', |
| 263 '../ui/gl/gl.gyp:gl', | 263 '../ui/gl/gl.gyp:gl', |
| 264 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 264 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 265 '../url/ipc/url_ipc.gyp:url_ipc', | |
| 266 '../v8/tools/gyp/v8.gyp:v8', | 265 '../v8/tools/gyp/v8.gyp:v8', |
| 267 'android_webview_pak', | 266 'android_webview_pak', |
| 268 'android_webview_version', | 267 'android_webview_version', |
| 269 '../components/components.gyp:pref_registry', | 268 '../components/components.gyp:pref_registry', |
| 270 '../components/url_formatter/url_formatter.gyp:url_formatter', | 269 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 271 ], | 270 ], |
| 272 'include_dirs': [ | 271 'include_dirs': [ |
| 273 '..', | 272 '..', |
| 274 '../skia/config', | 273 '../skia/config', |
| 275 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', | 274 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 507 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 509 }, | 508 }, |
| 510 ], | 509 ], |
| 511 }] | 510 }] |
| 512 ], | 511 ], |
| 513 'includes': [ | 512 'includes': [ |
| 514 'android_webview_tests.gypi', | 513 'android_webview_tests.gypi', |
| 515 'apk/system_webview_paks.gypi', | 514 'apk/system_webview_paks.gypi', |
| 516 ], | 515 ], |
| 517 } | 516 } |
| OLD | NEW |