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

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

Issue 17068016: Move the npruntime_util.h/.cc files from webkit\glue to content\child. (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/npruntime_util.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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'glue_serialize_deprecated.cc', 278 'glue_serialize_deprecated.cc',
279 'glue_serialize_deprecated.h', 279 'glue_serialize_deprecated.h',
280 'image_decoder.cc', 280 'image_decoder.cc',
281 'image_decoder.h', 281 'image_decoder.h',
282 'network_list_observer.h', 282 'network_list_observer.h',
283 'npruntime_util.cc',
284 'npruntime_util.h',
285 'resource_loader_bridge.cc', 283 'resource_loader_bridge.cc',
286 'resource_loader_bridge.h', 284 'resource_loader_bridge.h',
287 'resource_request_body.cc', 285 'resource_request_body.cc',
288 'resource_request_body.h', 286 'resource_request_body.h',
289 'resource_type.cc', 287 'resource_type.cc',
290 'resource_type.h', 288 'resource_type.h',
291 'simple_webmimeregistry_impl.cc', 289 'simple_webmimeregistry_impl.cc',
292 'simple_webmimeregistry_impl.h', 290 'simple_webmimeregistry_impl.h',
293 'webfileutilities_impl.cc', 291 'webfileutilities_impl.cc',
294 'webfileutilities_impl.h', 292 'webfileutilities_impl.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'variables': { 369 'variables': {
372 'jni_gen_package': 'webkit', 370 'jni_gen_package': 'webkit',
373 'input_java_class': 'android/widget/OverScroller.class', 371 'input_java_class': 'android/widget/OverScroller.class',
374 }, 372 },
375 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 373 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
376 }, 374 },
377 ], 375 ],
378 }], 376 }],
379 ], 377 ],
380 } 378 }
OLDNEW
« no previous file with comments | « webkit/glue/npruntime_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698