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

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

Issue 186193005: Move resource_loader_bridge to content/public/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '<(SHARED_INTERMEDIATE_DIR)/webkit', 53 '<(SHARED_INTERMEDIATE_DIR)/webkit',
54 ], 54 ],
55 # This target exports a hard dependency because dependent targets may 55 # This target exports a hard dependency because dependent targets may
56 # include the header generated above. 56 # include the header generated above.
57 'hard_dependency': 1, 57 'hard_dependency': 1,
58 'sources': [ 58 'sources': [
59 'ftp_directory_listing_response_delegate.cc', 59 'ftp_directory_listing_response_delegate.cc',
60 'ftp_directory_listing_response_delegate.h', 60 'ftp_directory_listing_response_delegate.h',
61 'multipart_response_delegate.cc', 61 'multipart_response_delegate.cc',
62 'multipart_response_delegate.h', 62 'multipart_response_delegate.h',
63 'resource_loader_bridge.cc',
64 'resource_loader_bridge.h',
65 'touch_fling_gesture_curve.cc', 63 'touch_fling_gesture_curve.cc',
66 'touch_fling_gesture_curve.h', 64 'touch_fling_gesture_curve.h',
67 'webkit_child_export.h', 65 'webkit_child_export.h',
68 'webkit_child_helpers.cc', 66 'webkit_child_helpers.cc',
69 'webkit_child_helpers.h', 67 'webkit_child_helpers.h',
70 'weburlrequest_extradata_impl.cc', 68 'weburlrequest_extradata_impl.cc',
71 'weburlrequest_extradata_impl.h', 69 'weburlrequest_extradata_impl.h',
72 'weburlresponse_extradata_impl.cc', 70 'weburlresponse_extradata_impl.cc',
73 'weburlresponse_extradata_impl.h', 71 'weburlresponse_extradata_impl.h',
74 ], 72 ],
(...skipping 13 matching lines...) Expand all
88 { 86 {
89 'dependencies': [ 87 'dependencies': [
90 'overscroller_jni_headers', 88 'overscroller_jni_headers',
91 ], 89 ],
92 } 90 }
93 ], 91 ],
94 ], 92 ],
95 }, 93 },
96 ], 94 ],
97 } 95 }
OLDNEW
« content/public/child/resource_loader_bridge.h ('K') | « webkit/child/resource_loader_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698