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

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

Issue 15732022: Move latin1_string_conversions to base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/glue/latin1_string_conversions.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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'fling_curve_configuration.cc', 199 'fling_curve_configuration.cc',
200 'fling_curve_configuration.h', 200 'fling_curve_configuration.h',
201 'fling_animator_impl_android.cc', 201 'fling_animator_impl_android.cc',
202 'fling_animator_impl_android.h', 202 'fling_animator_impl_android.h',
203 'ftp_directory_listing_response_delegate.cc', 203 'ftp_directory_listing_response_delegate.cc',
204 'ftp_directory_listing_response_delegate.h', 204 'ftp_directory_listing_response_delegate.h',
205 'glue_serialize_deprecated.cc', 205 'glue_serialize_deprecated.cc',
206 'glue_serialize_deprecated.h', 206 'glue_serialize_deprecated.h',
207 'image_decoder.cc', 207 'image_decoder.cc',
208 'image_decoder.h', 208 'image_decoder.h',
209 'latin1_string_conversions.cc',
210 'latin1_string_conversions.h',
211 'network_list_observer.h', 209 'network_list_observer.h',
212 'npruntime_util.cc', 210 'npruntime_util.cc',
213 'npruntime_util.h', 211 'npruntime_util.h',
214 'resource_loader_bridge.cc', 212 'resource_loader_bridge.cc',
215 'resource_loader_bridge.h', 213 'resource_loader_bridge.h',
216 'resource_request_body.cc', 214 'resource_request_body.cc',
217 'resource_request_body.h', 215 'resource_request_body.h',
218 'resource_type.cc', 216 'resource_type.cc',
219 'resource_type.h', 217 'resource_type.h',
220 'scoped_clipboard_writer_glue.cc', 218 'scoped_clipboard_writer_glue.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'variables': { 368 'variables': {
371 'jni_gen_package': 'webkit', 369 'jni_gen_package': 'webkit',
372 'input_java_class': 'android/widget/OverScroller.class', 370 'input_java_class': 'android/widget/OverScroller.class',
373 }, 371 },
374 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 372 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
375 }, 373 },
376 ], 374 ],
377 }], 375 }],
378 ], 376 ],
379 } 377 }
OLDNEW
« no previous file with comments | « webkit/glue/latin1_string_conversions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698