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

Side by Side Diff: webkit/child/webkit_child.gyp

Issue 148333009: Move webkit/child/webkitplatformsupport_child_impl to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for Windows and Android builds, plus fix nits Created 6 years, 10 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'conditions': [ 9 'conditions': [
10 ['OS=="android"', 10 ['OS=="android"',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'resource_loader_bridge.h', 68 'resource_loader_bridge.h',
69 'touch_fling_gesture_curve.cc', 69 'touch_fling_gesture_curve.cc',
70 'touch_fling_gesture_curve.h', 70 'touch_fling_gesture_curve.h',
71 'web_discardable_memory_impl.cc', 71 'web_discardable_memory_impl.cc',
72 'web_discardable_memory_impl.h', 72 'web_discardable_memory_impl.h',
73 'webfallbackthemeengine_impl.cc', 73 'webfallbackthemeengine_impl.cc',
74 'webfallbackthemeengine_impl.h', 74 'webfallbackthemeengine_impl.h',
75 'webkit_child_export.h', 75 'webkit_child_export.h',
76 'webkit_child_helpers.cc', 76 'webkit_child_helpers.cc',
77 'webkit_child_helpers.h', 77 'webkit_child_helpers.h',
78 'webkitplatformsupport_child_impl.cc',
79 'webkitplatformsupport_child_impl.h',
80 'webkitplatformsupport_impl.cc', 78 'webkitplatformsupport_impl.cc',
81 'webkitplatformsupport_impl.h', 79 'webkitplatformsupport_impl.h',
82 'websocketstreamhandle_bridge.h', 80 'websocketstreamhandle_bridge.h',
83 'websocketstreamhandle_delegate.h', 81 'websocketstreamhandle_delegate.h',
84 'websocketstreamhandle_impl.cc', 82 'websocketstreamhandle_impl.cc',
85 'websocketstreamhandle_impl.h', 83 'websocketstreamhandle_impl.h',
86 'webthemeengine_impl_android.cc', 84 'webthemeengine_impl_android.cc',
87 'webthemeengine_impl_android.h', 85 'webthemeengine_impl_android.h',
88 'webthemeengine_impl_default.cc', 86 'webthemeengine_impl_default.cc',
89 'webthemeengine_impl_default.h', 87 'webthemeengine_impl_default.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 { 124 {
127 'dependencies': [ 125 'dependencies': [
128 'overscroller_jni_headers', 126 'overscroller_jni_headers',
129 ], 127 ],
130 } 128 }
131 ], 129 ],
132 ], 130 ],
133 }, 131 },
134 ], 132 ],
135 } 133 }
OLDNEW
« no previous file with comments | « webkit/child/webfallbackthemeengine_impl.h ('k') | webkit/child/webkitplatformsupport_child_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698