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