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': 'libwebviewchromium', | 10 'target_name': 'libwebviewchromium', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 '../components/components.gyp:autofill_content_renderer', | 103 '../components/components.gyp:autofill_content_renderer', |
104 '../components/components.gyp:cdm_browser', | 104 '../components/components.gyp:cdm_browser', |
105 '../components/components.gyp:cdm_renderer', | 105 '../components/components.gyp:cdm_renderer', |
106 '../components/components.gyp:data_reduction_proxy_browser', | 106 '../components/components.gyp:data_reduction_proxy_browser', |
107 '../components/components.gyp:navigation_interception', | 107 '../components/components.gyp:navigation_interception', |
108 '../components/components.gyp:visitedlink_browser', | 108 '../components/components.gyp:visitedlink_browser', |
109 '../components/components.gyp:visitedlink_renderer', | 109 '../components/components.gyp:visitedlink_renderer', |
110 '../components/components.gyp:web_contents_delegate_android', | 110 '../components/components.gyp:web_contents_delegate_android', |
111 '../content/content.gyp:content_app_both', | 111 '../content/content.gyp:content_app_both', |
112 '../content/content.gyp:content_browser', | 112 '../content/content.gyp:content_browser', |
| 113 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
113 '../gpu/gpu.gyp:command_buffer_service', | 114 '../gpu/gpu.gyp:command_buffer_service', |
114 '../gpu/gpu.gyp:gles2_implementation', | 115 '../gpu/gpu.gyp:gles2_implementation', |
115 '../gpu/gpu.gyp:gl_in_process_context', | 116 '../gpu/gpu.gyp:gl_in_process_context', |
116 '../media/media.gyp:media', | 117 '../media/media.gyp:media', |
117 '../printing/printing.gyp:printing', | 118 '../printing/printing.gyp:printing', |
118 '../skia/skia.gyp:skia', | 119 '../skia/skia.gyp:skia', |
119 '../third_party/WebKit/public/blink.gyp:blink', | 120 '../third_party/WebKit/public/blink.gyp:blink', |
120 '../v8/tools/gyp/v8.gyp:v8', | 121 '../v8/tools/gyp/v8.gyp:v8', |
121 '../ui/gl/gl.gyp:gl', | 122 '../ui/gl/gl.gyp:gl', |
122 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 123 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 '../content/content.gyp:content_strings_grd', | 312 '../content/content.gyp:content_strings_grd', |
312 '../ui/android/ui_android.gyp:ui_strings_grd', | 313 '../ui/android/ui_android.gyp:ui_strings_grd', |
313 'android_webview_jarjar_ui_resources', | 314 'android_webview_jarjar_ui_resources', |
314 'android_webview_jarjar_content_resources' | 315 'android_webview_jarjar_content_resources' |
315 ], | 316 ], |
316 }, | 317 }, |
317 ], | 318 ], |
318 }], | 319 }], |
319 ], | 320 ], |
320 } | 321 } |
OLD | NEW |