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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 '../components/components.gyp:web_contents_delegate_android', | 171 '../components/components.gyp:web_contents_delegate_android', |
172 '../content/content.gyp:content_app_both', | 172 '../content/content.gyp:content_app_both', |
173 '../content/content.gyp:content_browser', | 173 '../content/content.gyp:content_browser', |
174 '../gin/gin.gyp:gin', | 174 '../gin/gin.gyp:gin', |
175 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 175 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
176 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 176 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
177 '../gpu/gpu.gyp:command_buffer_service', | 177 '../gpu/gpu.gyp:command_buffer_service', |
178 '../gpu/gpu.gyp:gles2_implementation', | 178 '../gpu/gpu.gyp:gles2_implementation', |
179 '../gpu/gpu.gyp:gl_in_process_context', | 179 '../gpu/gpu.gyp:gl_in_process_context', |
180 '../media/media.gyp:media', | 180 '../media/media.gyp:media', |
181 '../media/midi/midi.gyp:midi', | |
182 '../printing/printing.gyp:printing', | 181 '../printing/printing.gyp:printing', |
183 '../skia/skia.gyp:skia', | 182 '../skia/skia.gyp:skia', |
184 '../third_party/WebKit/public/blink.gyp:blink', | 183 '../third_party/WebKit/public/blink.gyp:blink', |
185 '../ui/gl/gl.gyp:gl', | 184 '../ui/gl/gl.gyp:gl', |
186 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 185 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
187 '../v8/tools/gyp/v8.gyp:v8', | 186 '../v8/tools/gyp/v8.gyp:v8', |
188 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 187 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
189 'android_webview_pak', | 188 'android_webview_pak', |
190 'android_webview_version', | 189 'android_webview_version', |
191 ], | 190 ], |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'java_in_dir': 'glue/java', | 367 'java_in_dir': 'glue/java', |
369 'resource_dir': 'apk/java/res', | 368 'resource_dir': 'apk/java/res', |
370 }, | 369 }, |
371 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 370 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
372 }, | 371 }, |
373 ], | 372 ], |
374 'includes': [ | 373 'includes': [ |
375 'android_webview_tests.gypi', | 374 'android_webview_tests.gypi', |
376 ], | 375 ], |
377 } | 376 } |
OLD | NEW |