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

Side by Side Diff: content/content_tests.gypi

Issue 26442004: Service worker registration error support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to reflect changes from dependent bug Created 7 years, 1 month 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) 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 'dependencies': [ 10 'dependencies': [
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'browser/renderer_host/websocket_dispatcher_host_unittest.cc', 448 'browser/renderer_host/websocket_dispatcher_host_unittest.cc',
449 'browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc', 449 'browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc',
450 'browser/resolve_proxy_msg_helper_unittest.cc', 450 'browser/resolve_proxy_msg_helper_unittest.cc',
451 'browser/site_instance_impl_unittest.cc', 451 'browser/site_instance_impl_unittest.cc',
452 'browser/speech/chunked_byte_buffer_unittest.cc', 452 'browser/speech/chunked_byte_buffer_unittest.cc',
453 'browser/speech/endpointer/endpointer_unittest.cc', 453 'browser/speech/endpointer/endpointer_unittest.cc',
454 'browser/speech/google_one_shot_remote_engine_unittest.cc', 454 'browser/speech/google_one_shot_remote_engine_unittest.cc',
455 'browser/speech/google_streaming_remote_engine_unittest.cc', 455 'browser/speech/google_streaming_remote_engine_unittest.cc',
456 'browser/speech/speech_recognizer_impl_unittest.cc', 456 'browser/speech/speech_recognizer_impl_unittest.cc',
457 'browser/ssl/ssl_host_state_unittest.cc', 457 'browser/ssl/ssl_host_state_unittest.cc',
458 'browser/service_worker/service_worker_dispatcher_host_unittest.cc',
Tom Sepez 2013/10/25 18:46:59 nit: alphabetize.
458 'browser/startup_task_runner_unittest.cc', 459 'browser/startup_task_runner_unittest.cc',
459 'browser/storage_partition_impl_unittest.cc', 460 'browser/storage_partition_impl_unittest.cc',
460 'browser/storage_partition_impl_map_unittest.cc', 461 'browser/storage_partition_impl_map_unittest.cc',
461 'browser/streams/stream_unittest.cc', 462 'browser/streams/stream_unittest.cc',
462 'browser/streams/stream_url_request_job_unittest.cc', 463 'browser/streams/stream_url_request_job_unittest.cc',
463 'browser/system_message_window_win_unittest.cc', 464 'browser/system_message_window_win_unittest.cc',
464 'browser/tracing/trace_subscriber_stdio_unittest.cc', 465 'browser/tracing/trace_subscriber_stdio_unittest.cc',
465 'browser/web_contents/aura/window_slider_unittest.cc', 466 'browser/web_contents/aura/window_slider_unittest.cc',
466 'browser/web_contents/navigation_controller_impl_unittest.cc', 467 'browser/web_contents/navigation_controller_impl_unittest.cc',
467 'browser/web_contents/navigation_entry_impl_unittest.cc', 468 'browser/web_contents/navigation_entry_impl_unittest.cc',
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1597 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1597 }, 1598 },
1598 ], 1599 ],
1599 }], 1600 }],
1600 ], 1601 ],
1601 }, 1602 },
1602 ], 1603 ],
1603 }], 1604 }],
1604 ], 1605 ],
1605 } 1606 }
OLDNEW
« content/common/service_worker_messages.h ('K') | « content/common/service_worker_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698