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

Side by Side Diff: android_webview/android_webview.gyp

Issue 455783002: GPU context creation code duplication cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix even more build dependencies Created 6 years, 4 months 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 | « no previous file | 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': 'libwebviewchromium', 10 'target_name': 'libwebviewchromium',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/hardware_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698