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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '../printing/printing.gyp:printing', | 181 '../printing/printing.gyp:printing', |
182 '../skia/skia.gyp:skia', | 182 '../skia/skia.gyp:skia', |
183 '../third_party/WebKit/public/blink.gyp:blink', | 183 '../third_party/WebKit/public/blink.gyp:blink', |
| 184 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
184 '../ui/gl/gl.gyp:gl', | 185 '../ui/gl/gl.gyp:gl', |
185 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 186 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
186 '../v8/tools/gyp/v8.gyp:v8', | 187 '../v8/tools/gyp/v8.gyp:v8', |
187 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 188 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
188 'android_webview_pak', | 189 'android_webview_pak', |
189 'android_webview_version', | 190 'android_webview_version', |
190 ], | 191 ], |
191 'include_dirs': [ | 192 'include_dirs': [ |
192 '..', | 193 '..', |
193 '../skia/config', | 194 '../skia/config', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'java_in_dir': 'glue/java', | 368 'java_in_dir': 'glue/java', |
368 'resource_dir': 'apk/java/res', | 369 'resource_dir': 'apk/java/res', |
369 }, | 370 }, |
370 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 371 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
371 }, | 372 }, |
372 ], | 373 ], |
373 'includes': [ | 374 'includes': [ |
374 'android_webview_tests.gypi', | 375 'android_webview_tests.gypi', |
375 ], | 376 ], |
376 } | 377 } |
OLD | NEW |