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

Side by Side Diff: content/content_tests.gypi

Issue 16335022: Re-implement PageState serialization without a Blink API dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « content/content_common.gypi ('k') | content/public/common/page_state.cc » ('j') | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc', 373 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc',
374 'child/resource_dispatcher_unittest.cc', 374 'child/resource_dispatcher_unittest.cc',
375 'common/android/address_parser_unittest.cc', 375 'common/android/address_parser_unittest.cc',
376 'common/cc_messages_unittest.cc', 376 'common/cc_messages_unittest.cc',
377 'common/common_param_traits_unittest.cc', 377 'common/common_param_traits_unittest.cc',
378 'common/gpu/gpu_memory_manager_unittest.cc', 378 'common/gpu/gpu_memory_manager_unittest.cc',
379 'common/indexed_db/indexed_db_key_unittest.cc', 379 'common/indexed_db/indexed_db_key_unittest.cc',
380 'common/inter_process_time_ticks_converter_unittest.cc', 380 'common/inter_process_time_ticks_converter_unittest.cc',
381 'common/mac/attributed_string_coder_unittest.mm', 381 'common/mac/attributed_string_coder_unittest.mm',
382 'common/mac/font_descriptor_unittest.mm', 382 'common/mac/font_descriptor_unittest.mm',
383 'common/page_state_serialization_unittest.cc',
383 'common/page_zoom_unittest.cc', 384 'common/page_zoom_unittest.cc',
384 'common/sandbox_mac_diraccess_unittest.mm', 385 'common/sandbox_mac_diraccess_unittest.mm',
385 'common/sandbox_mac_fontloading_unittest.mm', 386 'common/sandbox_mac_fontloading_unittest.mm',
386 'common/sandbox_mac_system_access_unittest.mm', 387 'common/sandbox_mac_system_access_unittest.mm',
387 'common/sandbox_mac_unittest_helper.h', 388 'common/sandbox_mac_unittest_helper.h',
388 'common/sandbox_mac_unittest_helper.mm', 389 'common/sandbox_mac_unittest_helper.mm',
389 'renderer/active_notification_tracker_unittest.cc', 390 'renderer/active_notification_tracker_unittest.cc',
390 'renderer/android/email_detector_unittest.cc', 391 'renderer/android/email_detector_unittest.cc',
391 'renderer/android/phone_number_detector_unittest.cc', 392 'renderer/android/phone_number_detector_unittest.cc',
392 'renderer/bmp_image_decoder_unittest.cc', 393 'renderer/bmp_image_decoder_unittest.cc',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 490 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
490 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 491 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
491 'test/run_all_unittests.cc', 492 'test/run_all_unittests.cc',
492 '../webkit/child/touch_fling_gesture_curve_unittest.cc', 493 '../webkit/child/touch_fling_gesture_curve_unittest.cc',
493 '../webkit/child/worker_task_runner_unittest.cc', 494 '../webkit/child/worker_task_runner_unittest.cc',
494 '../webkit/common/blob/shareable_file_reference_unittest.cc', 495 '../webkit/common/blob/shareable_file_reference_unittest.cc',
495 '../webkit/common/cursors/webcursor_unittest.cc', 496 '../webkit/common/cursors/webcursor_unittest.cc',
496 '../webkit/common/database/database_connections_unittest.cc', 497 '../webkit/common/database/database_connections_unittest.cc',
497 '../webkit/common/dom_storage/dom_storage_map_unittest.cc', 498 '../webkit/common/dom_storage/dom_storage_map_unittest.cc',
498 '../webkit/common/fileapi/file_system_util_unittest.cc', 499 '../webkit/common/fileapi/file_system_util_unittest.cc',
499 '../webkit/glue/glue_serialize_unittest.cc',
500 '../webkit/glue/multipart_response_delegate_unittest.cc', 500 '../webkit/glue/multipart_response_delegate_unittest.cc',
501 '../webkit/glue/resource_request_body_unittest.cc', 501 '../webkit/glue/resource_request_body_unittest.cc',
502 '../webkit/glue/webkit_glue_unittest.cc', 502 '../webkit/glue/webkit_glue_unittest.cc',
503 '../webkit/mocks/mock_weburlloader.cc', 503 '../webkit/mocks/mock_weburlloader.cc',
504 '../webkit/mocks/mock_weburlloader.h', 504 '../webkit/mocks/mock_weburlloader.h',
505 '../webkit/common/user_agent/user_agent_unittest.cc', 505 '../webkit/common/user_agent/user_agent_unittest.cc',
506 '../webkit/plugins/npapi/plugin_lib_unittest.cc', 506 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
507 '../webkit/plugins/npapi/plugin_list_unittest.cc', 507 '../webkit/plugins/npapi/plugin_list_unittest.cc',
508 '../webkit/plugins/npapi/plugin_utils_unittest.cc', 508 '../webkit/plugins/npapi/plugin_utils_unittest.cc',
509 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', 509 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 'resource_dir': 'shell/android/shell_apk/res', 1197 'resource_dir': 'shell/android/shell_apk/res',
1198 'additional_src_dirs': ['public/android/javatests/',], 1198 'additional_src_dirs': ['public/android/javatests/',],
1199 'is_test_apk': 1, 1199 'is_test_apk': 1,
1200 }, 1200 },
1201 'includes': [ '../build/java_apk.gypi' ], 1201 'includes': [ '../build/java_apk.gypi' ],
1202 }, 1202 },
1203 ], 1203 ],
1204 }], 1204 }],
1205 ], 1205 ],
1206 } 1206 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698