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

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

Issue 17704002: Move image_decoder.cc/.h from webkit\glue to content\child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/glue/image_decoder.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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'webkit_strings', 268 'webkit_strings',
269 ], 269 ],
270 'include_dirs': [ 270 'include_dirs': [
271 '<(INTERMEDIATE_DIR)', 271 '<(INTERMEDIATE_DIR)',
272 '<(SHARED_INTERMEDIATE_DIR)/webkit', 272 '<(SHARED_INTERMEDIATE_DIR)/webkit',
273 '<(SHARED_INTERMEDIATE_DIR)/ui', 273 '<(SHARED_INTERMEDIATE_DIR)/ui',
274 ], 274 ],
275 'sources': [ 275 'sources': [
276 'ftp_directory_listing_response_delegate.cc', 276 'ftp_directory_listing_response_delegate.cc',
277 'ftp_directory_listing_response_delegate.h', 277 'ftp_directory_listing_response_delegate.h',
278 'image_decoder.cc',
279 'image_decoder.h',
280 'network_list_observer.h', 278 'network_list_observer.h',
281 'resource_loader_bridge.cc', 279 'resource_loader_bridge.cc',
282 'resource_loader_bridge.h', 280 'resource_loader_bridge.h',
283 'resource_request_body.cc', 281 'resource_request_body.cc',
284 'resource_request_body.h', 282 'resource_request_body.h',
285 'resource_type.cc', 283 'resource_type.cc',
286 'resource_type.h', 284 'resource_type.h',
287 'simple_webmimeregistry_impl.cc', 285 'simple_webmimeregistry_impl.cc',
288 'simple_webmimeregistry_impl.h', 286 'simple_webmimeregistry_impl.h',
289 'webfileutilities_impl.cc', 287 'webfileutilities_impl.cc',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'variables': { 365 'variables': {
368 'jni_gen_package': 'webkit', 366 'jni_gen_package': 'webkit',
369 'input_java_class': 'android/widget/OverScroller.class', 367 'input_java_class': 'android/widget/OverScroller.class',
370 }, 368 },
371 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 369 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
372 }, 370 },
373 ], 371 ],
374 }], 372 }],
375 ], 373 ],
376 } 374 }
OLDNEW
« no previous file with comments | « webkit/glue/image_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698