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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 18281002: Move WebDropData to content::DropData and split off conversion function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build error. Created 7 years, 5 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 | « webkit/common/webdropdata.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 6 'target_defaults': {
7 # Disable narrowing-conversion-in-initialization-list warnings in that we 7 # Disable narrowing-conversion-in-initialization-list warnings in that we
8 # do not want to fix it in data file "webcursor_gtk_data.h". 8 # do not want to fix it in data file "webcursor_gtk_data.h".
9 'cflags+': ['-Wno-narrowing'], 9 'cflags+': ['-Wno-narrowing'],
10 'cflags_cc+': ['-Wno-narrowing'], 10 'cflags_cc+': ['-Wno-narrowing'],
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 142 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
143 '<(DEPTH)/net/net.gyp:net', 143 '<(DEPTH)/net/net.gyp:net',
144 '<(DEPTH)/skia/skia.gyp:skia', 144 '<(DEPTH)/skia/skia.gyp:skia',
145 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 145 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
146 '<(DEPTH)/ui/ui.gyp:ui', 146 '<(DEPTH)/ui/ui.gyp:ui',
147 '<(DEPTH)/ui/ui.gyp:ui_resources', 147 '<(DEPTH)/ui/ui.gyp:ui_resources',
148 '<(DEPTH)/url/url.gyp:url_lib', 148 '<(DEPTH)/url/url.gyp:url_lib',
149 ], 149 ],
150 150
151 'sources': [ 151 'sources': [
152 '../common/webdropdata.cc',
153 '../common/webdropdata.h',
154 '../common/webkit_common_export.h', 152 '../common/webkit_common_export.h',
155 '../common/webmenuitem.cc', 153 '../common/webmenuitem.cc',
156 '../common/webmenuitem.h', 154 '../common/webmenuitem.h',
157 '../common/webpreferences.cc', 155 '../common/webpreferences.cc',
158 '../common/webpreferences.h', 156 '../common/webpreferences.h',
159 'multipart_response_delegate.cc', 157 'multipart_response_delegate.cc',
160 'multipart_response_delegate.h', 158 'multipart_response_delegate.h',
161 'weburlrequest_extradata_impl.cc', 159 'weburlrequest_extradata_impl.cc',
162 'weburlrequest_extradata_impl.h', 160 'weburlrequest_extradata_impl.h',
163 'weburlresponse_extradata_impl.cc', 161 'weburlresponse_extradata_impl.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'variables': { 361 'variables': {
364 'jni_gen_package': 'webkit', 362 'jni_gen_package': 'webkit',
365 'input_java_class': 'android/widget/OverScroller.class', 363 'input_java_class': 'android/widget/OverScroller.class',
366 }, 364 },
367 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 365 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
368 }, 366 },
369 ], 367 ],
370 }], 368 }],
371 ], 369 ],
372 } 370 }
OLDNEW
« no previous file with comments | « webkit/common/webdropdata.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698