Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Side by Side Diff: android_webview/android_webview.gyp

Issue 802113002: Revert "Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | android_webview/browser/hardware_renderer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
111 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 112 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
112 '../gpu/gpu.gyp:command_buffer_service', 113 '../gpu/gpu.gyp:command_buffer_service',
114 '../gpu/gpu.gyp:gl_in_process_context',
113 '../gpu/gpu.gyp:gles2_implementation', 115 '../gpu/gpu.gyp:gles2_implementation',
114 '../gpu/gpu.gyp:gl_in_process_context',
115 '../media/media.gyp:media', 116 '../media/media.gyp:media',
116 '../printing/printing.gyp:printing', 117 '../printing/printing.gyp:printing',
117 '../skia/skia.gyp:skia', 118 '../skia/skia.gyp:skia',
118 '../third_party/WebKit/public/blink.gyp:blink', 119 '../third_party/WebKit/public/blink.gyp:blink',
119 '../ui/gl/gl.gyp:gl', 120 '../ui/gl/gl.gyp:gl',
120 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 121 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
121 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 122 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
122 'android_webview_pak', 123 'android_webview_pak',
123 'android_webview_version', 124 'android_webview_version',
124 ], 125 ],
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 '../ui/android/ui_android.gyp:ui_strings_grd', 352 '../ui/android/ui_android.gyp:ui_strings_grd',
352 'android_webview_jarjar_content_resources', 353 'android_webview_jarjar_content_resources',
353 'android_webview_jarjar_ui_resources', 354 'android_webview_jarjar_ui_resources',
354 'android_webview_strings_grd', 355 'android_webview_strings_grd',
355 ], 356 ],
356 }, 357 },
357 ], 358 ],
358 }], 359 }],
359 ], 360 ],
360 } 361 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | android_webview/browser/hardware_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698