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

Side by Side Diff: android_webview/android_webview.gyp

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | android_webview/browser/gpu_memory_buffer_impl.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 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '../android_webview/native/webview_native.gyp:webview_native', 69 '../android_webview/native/webview_native.gyp:webview_native',
70 '../components/components.gyp:auto_login_parser', 70 '../components/components.gyp:auto_login_parser',
71 '../components/components.gyp:navigation_interception', 71 '../components/components.gyp:navigation_interception',
72 '../components/components.gyp:visitedlink_browser', 72 '../components/components.gyp:visitedlink_browser',
73 '../components/components.gyp:visitedlink_renderer', 73 '../components/components.gyp:visitedlink_renderer',
74 '../components/components.gyp:web_contents_delegate_android', 74 '../components/components.gyp:web_contents_delegate_android',
75 '../content/content.gyp:content', 75 '../content/content.gyp:content',
76 '../skia/skia.gyp:skia', 76 '../skia/skia.gyp:skia',
77 '../gpu/gpu.gyp:gles2_implementation', 77 '../gpu/gpu.gyp:gles2_implementation',
78 '../ui/gl/gl.gyp:gl', 78 '../ui/gl/gl.gyp:gl',
79 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', 79 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
80 'android_webview_pak', 80 'android_webview_pak',
81 ], 81 ],
82 'include_dirs': [ 82 'include_dirs': [
83 '..', 83 '..',
84 '../skia/config', 84 '../skia/config',
85 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', 85 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/',
86 ], 86 ],
87 'sources': [ 87 'sources': [
88 'browser/aw_autofill_manager_delegate.cc', 88 'browser/aw_autofill_manager_delegate.cc',
89 'browser/aw_autofill_manager_delegate.h', 89 'browser/aw_autofill_manager_delegate.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 '../content/content.gyp:content_java', 195 '../content/content.gyp:content_java',
196 '../ui/ui.gyp:ui_java', 196 '../ui/ui.gyp:ui_java',
197 ], 197 ],
198 'variables': { 198 'variables': {
199 'java_in_dir': '../android_webview/java', 199 'java_in_dir': '../android_webview/java',
200 }, 200 },
201 'includes': [ '../build/java.gypi' ], 201 'includes': [ '../build/java.gypi' ],
202 }, 202 },
203 ], 203 ],
204 } 204 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/gpu_memory_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698