| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 '../gpu/gpu.gyp:command_buffer_service', | 185 '../gpu/gpu.gyp:command_buffer_service', |
| 186 '../gpu/gpu.gyp:gl_in_process_context', | 186 '../gpu/gpu.gyp:gl_in_process_context', |
| 187 '../gpu/gpu.gyp:gles2_c_lib', | 187 '../gpu/gpu.gyp:gles2_c_lib', |
| 188 '../gpu/gpu.gyp:gles2_implementation', | 188 '../gpu/gpu.gyp:gles2_implementation', |
| 189 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 189 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 190 '../media/media.gyp:media', | 190 '../media/media.gyp:media', |
| 191 '../media/midi/midi.gyp:midi', | 191 '../media/midi/midi.gyp:midi', |
| 192 '../printing/printing.gyp:printing', | 192 '../printing/printing.gyp:printing', |
| 193 '../skia/skia.gyp:skia', | 193 '../skia/skia.gyp:skia', |
| 194 '../third_party/WebKit/public/blink.gyp:blink', | 194 '../third_party/WebKit/public/blink.gyp:blink', |
| 195 '../ui/events/events.gyp:gesture_detection', |
| 195 '../ui/gl/gl.gyp:gl', | 196 '../ui/gl/gl.gyp:gl', |
| 196 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 197 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 197 '../v8/tools/gyp/v8.gyp:v8', | 198 '../v8/tools/gyp/v8.gyp:v8', |
| 198 'android_webview_pak', | 199 'android_webview_pak', |
| 199 'android_webview_version', | 200 'android_webview_version', |
| 200 ], | 201 ], |
| 201 'include_dirs': [ | 202 'include_dirs': [ |
| 202 '..', | 203 '..', |
| 203 '../skia/config', | 204 '../skia/config', |
| 204 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', | 205 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'java_in_dir': 'glue/java', | 384 'java_in_dir': 'glue/java', |
| 384 'resource_dir': 'apk/java/res', | 385 'resource_dir': 'apk/java/res', |
| 385 }, | 386 }, |
| 386 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 387 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 387 }, | 388 }, |
| 388 ], | 389 ], |
| 389 'includes': [ | 390 'includes': [ |
| 390 'android_webview_tests.gypi', | 391 'android_webview_tests.gypi', |
| 391 ], | 392 ], |
| 392 } | 393 } |
| OLD | NEW |