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

Side by Side Diff: content/content_common.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 review feedback. 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'public/common/geoposition.h', 48 'public/common/geoposition.h',
49 'public/common/gpu_memory_stats.cc', 49 'public/common/gpu_memory_stats.cc',
50 'public/common/gpu_memory_stats.h', 50 'public/common/gpu_memory_stats.h',
51 'public/common/injection_test_mac.h', 51 'public/common/injection_test_mac.h',
52 'public/common/injection_test_win.h', 52 'public/common/injection_test_win.h',
53 'public/common/javascript_message_type.h', 53 'public/common/javascript_message_type.h',
54 'public/common/main_function_params.h', 54 'public/common/main_function_params.h',
55 'public/common/media_stream_request.cc', 55 'public/common/media_stream_request.cc',
56 'public/common/media_stream_request.h', 56 'public/common/media_stream_request.h',
57 'public/common/page_state.cc', 57 'public/common/page_state.cc',
58 'public/common/page_state_ios.cc',
59 'public/common/page_state_webkit.cc',
60 'public/common/page_state.h', 58 'public/common/page_state.h',
61 'public/common/page_transition_types.cc', 59 'public/common/page_transition_types.cc',
62 'public/common/page_transition_types.h', 60 'public/common/page_transition_types.h',
63 'public/common/page_transition_types_list.h', 61 'public/common/page_transition_types_list.h',
64 'public/common/page_type.h', 62 'public/common/page_type.h',
65 'public/common/page_zoom.h', 63 'public/common/page_zoom.h',
66 'public/common/password_form.cc', 64 'public/common/password_form.cc',
67 'public/common/password_form.h', 65 'public/common/password_form.h',
68 'public/common/pepper_plugin_info.cc', 66 'public/common/pepper_plugin_info.cc',
69 'public/common/pepper_plugin_info.h', 67 'public/common/pepper_plugin_info.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'common/memory_benchmark_messages.h', 269 'common/memory_benchmark_messages.h',
272 'common/message_router.cc', 270 'common/message_router.cc',
273 'common/message_router.h', 271 'common/message_router.h',
274 'common/mime_registry_messages.h', 272 'common/mime_registry_messages.h',
275 'common/navigation_gesture.h', 273 'common/navigation_gesture.h',
276 'common/net/url_fetcher.cc', 274 'common/net/url_fetcher.cc',
277 'common/net/url_request_user_data.cc', 275 'common/net/url_request_user_data.cc',
278 'common/net/url_request_user_data.h', 276 'common/net/url_request_user_data.h',
279 'common/p2p_messages.h', 277 'common/p2p_messages.h',
280 'common/p2p_sockets.h', 278 'common/p2p_sockets.h',
279 'common/page_state_serialization.cc',
280 'common/page_state_serialization.h',
281 'common/page_zoom.cc', 281 'common/page_zoom.cc',
282 'common/pepper_messages.h', 282 'common/pepper_messages.h',
283 'common/pepper_plugin_registry.cc', 283 'common/pepper_plugin_registry.cc',
284 'common/pepper_plugin_registry.h', 284 'common/pepper_plugin_registry.h',
285 'common/pepper_renderer_instance_data.cc', 285 'common/pepper_renderer_instance_data.cc',
286 'common/pepper_renderer_instance_data.h', 286 'common/pepper_renderer_instance_data.h',
287 'common/plugin_carbon_interpose_constants_mac.cc', 287 'common/plugin_carbon_interpose_constants_mac.cc',
288 'common/plugin_carbon_interpose_constants_mac.h', 288 'common/plugin_carbon_interpose_constants_mac.h',
289 'common/plugin_process_messages.h', 289 'common/plugin_process_messages.h',
290 'common/process_type.cc', 290 'common/process_type.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 ['include', '^public/common/page_state\\.cc$'], 354 ['include', '^public/common/page_state\\.cc$'],
355 ['include', '^public/common/page_transition_types\\.cc$'], 355 ['include', '^public/common/page_transition_types\\.cc$'],
356 ['include', '^public/common/password_form\\.cc$'], 356 ['include', '^public/common/password_form\\.cc$'],
357 ['include', '^public/common/speech_recognition_result\\.cc$'], 357 ['include', '^public/common/speech_recognition_result\\.cc$'],
358 ['include', '^public/common/ssl_status\\.cc$'], 358 ['include', '^public/common/ssl_status\\.cc$'],
359 ['include', '^public/common/url_constants\\.cc$'], 359 ['include', '^public/common/url_constants\\.cc$'],
360 ['include', '^common/content_paths\\.cc$'], 360 ['include', '^common/content_paths\\.cc$'],
361 ['include', '^common/media/media_stream_options\\.cc$'], 361 ['include', '^common/media/media_stream_options\\.cc$'],
362 ['include', '^common/net/url_fetcher\\.cc$'], 362 ['include', '^common/net/url_fetcher\\.cc$'],
363 ['include', '^common/net/url_request_user_data\\.cc$'], 363 ['include', '^common/net/url_request_user_data\\.cc$'],
364 ['include', '^common/page_state_serialization\\.cc$'],
364 ['include', '^common/savable_url_schemes\\.cc$'], 365 ['include', '^common/savable_url_schemes\\.cc$'],
365 ['include', '^common/url_schemes\\.cc$'], 366 ['include', '^common/url_schemes\\.cc$'],
366 ], 367 ],
367 }, { # OS!="ios" 368 }, { # OS!="ios"
368 'dependencies': [ 369 'dependencies': [
369 '../cc/cc.gyp:cc', 370 '../cc/cc.gyp:cc',
370 '../gpu/gpu.gyp:gles2_c_lib', 371 '../gpu/gpu.gyp:gles2_c_lib',
371 '../gpu/gpu.gyp:gles2_implementation', 372 '../gpu/gpu.gyp:gles2_implementation',
372 '../gpu/gpu.gyp:gpu_ipc', 373 '../gpu/gpu.gyp:gpu_ipc',
373 '../ipc/ipc.gyp:ipc', 374 '../ipc/ipc.gyp:ipc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 538 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
538 '<(output)', 539 '<(output)',
539 '<(PRODUCT_DIR)', 540 '<(PRODUCT_DIR)',
540 ], 541 ],
541 'msvs_cygwin_shell': 1, 542 'msvs_cygwin_shell': 1,
542 }, 543 },
543 ] 544 ]
544 }], 545 }],
545 ], 546 ],
546 } 547 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698