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

Side by Side Diff: content/content_tests.gypi

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More changes from felt Created 6 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
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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'browser/service_worker/service_worker_utils_unittest.cc', 588 'browser/service_worker/service_worker_utils_unittest.cc',
589 'browser/service_worker/service_worker_version_unittest.cc', 589 'browser/service_worker/service_worker_version_unittest.cc',
590 'browser/shared_worker/shared_worker_instance_unittest.cc', 590 'browser/shared_worker/shared_worker_instance_unittest.cc',
591 'browser/shared_worker/shared_worker_service_impl_unittest.cc', 591 'browser/shared_worker/shared_worker_service_impl_unittest.cc',
592 'browser/site_instance_impl_unittest.cc', 592 'browser/site_instance_impl_unittest.cc',
593 'browser/speech/chunked_byte_buffer_unittest.cc', 593 'browser/speech/chunked_byte_buffer_unittest.cc',
594 'browser/speech/endpointer/endpointer_unittest.cc', 594 'browser/speech/endpointer/endpointer_unittest.cc',
595 'browser/speech/google_one_shot_remote_engine_unittest.cc', 595 'browser/speech/google_one_shot_remote_engine_unittest.cc',
596 'browser/speech/google_streaming_remote_engine_unittest.cc', 596 'browser/speech/google_streaming_remote_engine_unittest.cc',
597 'browser/speech/speech_recognizer_impl_unittest.cc', 597 'browser/speech/speech_recognizer_impl_unittest.cc',
598 'browser/ssl/ssl_host_state_unittest.cc',
599 'browser/startup_task_runner_unittest.cc', 598 'browser/startup_task_runner_unittest.cc',
600 'browser/storage_partition_impl_map_unittest.cc', 599 'browser/storage_partition_impl_map_unittest.cc',
601 'browser/storage_partition_impl_unittest.cc', 600 'browser/storage_partition_impl_unittest.cc',
602 'browser/streams/stream_unittest.cc', 601 'browser/streams/stream_unittest.cc',
603 'browser/streams/stream_url_request_job_unittest.cc', 602 'browser/streams/stream_url_request_job_unittest.cc',
604 'browser/system_message_window_win_unittest.cc', 603 'browser/system_message_window_win_unittest.cc',
605 'browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc', 604 'browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc',
606 'browser/web_contents/aura/window_slider_unittest.cc', 605 'browser/web_contents/aura/window_slider_unittest.cc',
607 'browser/web_contents/web_contents_delegate_unittest.cc', 606 'browser/web_contents/web_contents_delegate_unittest.cc',
608 'browser/web_contents/web_contents_impl_unittest.cc', 607 'browser/web_contents/web_contents_impl_unittest.cc',
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1837 }, 1836 },
1838 ], 1837 ],
1839 }], 1838 }],
1840 ], 1839 ],
1841 }, 1840 },
1842 ], 1841 ],
1843 }], 1842 }],
1844 ], 1843 ],
1845 } 1844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698