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

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

Issue 160023003: Move webfallbackthemeengine_impl.* to content/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix namespace 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'fling_curve_configuration.cc', 61 'fling_curve_configuration.cc',
62 'fling_curve_configuration.h', 62 'fling_curve_configuration.h',
63 'ftp_directory_listing_response_delegate.cc', 63 'ftp_directory_listing_response_delegate.cc',
64 'ftp_directory_listing_response_delegate.h', 64 'ftp_directory_listing_response_delegate.h',
65 'multipart_response_delegate.cc', 65 'multipart_response_delegate.cc',
66 'multipart_response_delegate.h', 66 'multipart_response_delegate.h',
67 'resource_loader_bridge.cc', 67 'resource_loader_bridge.cc',
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 'webfallbackthemeengine_impl.cc',
72 'webfallbackthemeengine_impl.h',
73 'webkit_child_export.h', 71 'webkit_child_export.h',
74 'webkit_child_helpers.cc', 72 'webkit_child_helpers.cc',
75 'webkit_child_helpers.h', 73 'webkit_child_helpers.h',
76 'webkitplatformsupport_impl.cc', 74 'webkitplatformsupport_impl.cc',
77 'webkitplatformsupport_impl.h', 75 'webkitplatformsupport_impl.h',
78 'websocketstreamhandle_bridge.h', 76 'websocketstreamhandle_bridge.h',
79 'websocketstreamhandle_delegate.h', 77 'websocketstreamhandle_delegate.h',
80 'websocketstreamhandle_impl.cc', 78 'websocketstreamhandle_impl.cc',
81 'websocketstreamhandle_impl.h', 79 'websocketstreamhandle_impl.h',
82 'webthread_impl.cc', 80 'webthread_impl.cc',
(...skipping 23 matching lines...) Expand all
106 { 104 {
107 'dependencies': [ 105 'dependencies': [
108 'overscroller_jni_headers', 106 'overscroller_jni_headers',
109 ], 107 ],
110 } 108 }
111 ], 109 ],
112 ], 110 ],
113 }, 111 },
114 ], 112 ],
115 } 113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698