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

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

Issue 16867005: Re-implement PageState serialization without a Blink API dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improvements based on Tom's feedback. 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/glue_serialize_unittest.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 'glue_serialize_deprecated.cc',
279 'glue_serialize_deprecated.h',
280 'image_decoder.cc', 278 'image_decoder.cc',
281 'image_decoder.h', 279 'image_decoder.h',
282 'network_list_observer.h', 280 'network_list_observer.h',
283 'resource_loader_bridge.cc', 281 'resource_loader_bridge.cc',
284 'resource_loader_bridge.h', 282 'resource_loader_bridge.h',
285 'resource_request_body.cc', 283 'resource_request_body.cc',
286 'resource_request_body.h', 284 'resource_request_body.h',
287 'resource_type.cc', 285 'resource_type.cc',
288 'resource_type.h', 286 'resource_type.h',
289 'simple_webmimeregistry_impl.cc', 287 'simple_webmimeregistry_impl.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'variables': { 367 'variables': {
370 'jni_gen_package': 'webkit', 368 'jni_gen_package': 'webkit',
371 'input_java_class': 'android/widget/OverScroller.class', 369 'input_java_class': 'android/widget/OverScroller.class',
372 }, 370 },
373 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 371 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
374 }, 372 },
375 ], 373 ],
376 }], 374 }],
377 ], 375 ],
378 } 376 }
OLDNEW
« no previous file with comments | « webkit/glue/glue_serialize_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698