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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 '../components/components.gyp:autofill_content_renderer', | 101 '../components/components.gyp:autofill_content_renderer', |
102 '../components/components.gyp:cdm_browser', | 102 '../components/components.gyp:cdm_browser', |
103 '../components/components.gyp:cdm_renderer', | 103 '../components/components.gyp:cdm_renderer', |
104 '../components/components.gyp:data_reduction_proxy_core_browser', | 104 '../components/components.gyp:data_reduction_proxy_core_browser', |
105 '../components/components.gyp:navigation_interception', | 105 '../components/components.gyp:navigation_interception', |
106 '../components/components.gyp:visitedlink_browser', | 106 '../components/components.gyp:visitedlink_browser', |
107 '../components/components.gyp:visitedlink_renderer', | 107 '../components/components.gyp:visitedlink_renderer', |
108 '../components/components.gyp:web_contents_delegate_android', | 108 '../components/components.gyp:web_contents_delegate_android', |
109 '../content/content.gyp:content_app_both', | 109 '../content/content.gyp:content_app_both', |
110 '../content/content.gyp:content_browser', | 110 '../content/content.gyp:content_browser', |
111 '../gpu/blink/gpu_blink.gyp:gpu_blink', | |
112 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 111 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
113 '../gpu/gpu.gyp:command_buffer_service', | 112 '../gpu/gpu.gyp:command_buffer_service', |
| 113 '../gpu/gpu.gyp:gles2_implementation', |
114 '../gpu/gpu.gyp:gl_in_process_context', | 114 '../gpu/gpu.gyp:gl_in_process_context', |
115 '../gpu/gpu.gyp:gles2_implementation', | |
116 '../media/media.gyp:media', | 115 '../media/media.gyp:media', |
117 '../printing/printing.gyp:printing', | 116 '../printing/printing.gyp:printing', |
118 '../skia/skia.gyp:skia', | 117 '../skia/skia.gyp:skia', |
119 '../third_party/WebKit/public/blink.gyp:blink', | 118 '../third_party/WebKit/public/blink.gyp:blink', |
120 '../ui/gl/gl.gyp:gl', | 119 '../ui/gl/gl.gyp:gl', |
121 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 120 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
122 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 121 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
123 'android_webview_pak', | 122 'android_webview_pak', |
124 'android_webview_version', | 123 'android_webview_version', |
125 ], | 124 ], |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 '../ui/android/ui_android.gyp:ui_strings_grd', | 316 '../ui/android/ui_android.gyp:ui_strings_grd', |
318 'android_webview_jarjar_content_resources', | 317 'android_webview_jarjar_content_resources', |
319 'android_webview_jarjar_ui_resources', | 318 'android_webview_jarjar_ui_resources', |
320 'android_webview_strings_grd', | 319 'android_webview_strings_grd', |
321 ], | 320 ], |
322 }, | 321 }, |
323 ], | 322 ], |
324 }], | 323 }], |
325 ], | 324 ], |
326 } | 325 } |
OLD | NEW |