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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1072933006: Support whitelisting to handle insecure origins as trustworthy origins (chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added more tests Created 5 years, 7 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_content_client.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'common/favicon/large_icon_url_parser_unittest.cc', 553 'common/favicon/large_icon_url_parser_unittest.cc',
554 'common/ini_parser_unittest.cc', 554 'common/ini_parser_unittest.cc',
555 'common/instant_types_unittest.cc', 555 'common/instant_types_unittest.cc',
556 'common/mac/cfbundle_blocker_unittest.mm', 556 'common/mac/cfbundle_blocker_unittest.mm',
557 'common/mac/mock_launchd.cc', 557 'common/mac/mock_launchd.cc',
558 'common/mac/mock_launchd.h', 558 'common/mac/mock_launchd.h',
559 'common/mac/objc_zombie_unittest.mm', 559 'common/mac/objc_zombie_unittest.mm',
560 'common/partial_circular_buffer_unittest.cc', 560 'common/partial_circular_buffer_unittest.cc',
561 'common/pref_names_util_unittest.cc', 561 'common/pref_names_util_unittest.cc',
562 'common/search_urls_unittest.cc', 562 'common/search_urls_unittest.cc',
563 'common/secure_origin_whitelist_unittest.cc',
563 'common/switch_utils_unittest.cc', 564 'common/switch_utils_unittest.cc',
564 'common/variations/experiment_labels_unittest.cc', 565 'common/variations/experiment_labels_unittest.cc',
565 'common/variations/variations_util_unittest.cc', 566 'common/variations/variations_util_unittest.cc',
566 'common/worker_thread_ticker_unittest.cc', 567 'common/worker_thread_ticker_unittest.cc',
567 'renderer/chrome_content_renderer_client_unittest.cc', 568 'renderer/chrome_content_renderer_client_unittest.cc',
568 'renderer/content_settings_observer_unittest.cc', 569 'renderer/content_settings_observer_unittest.cc',
569 'renderer/instant_restricted_id_cache_unittest.cc', 570 'renderer/instant_restricted_id_cache_unittest.cc',
570 'renderer/plugins/plugin_uma_unittest.cc', 571 'renderer/plugins/plugin_uma_unittest.cc',
571 'renderer/prerender/prerender_dispatcher_unittest.cc', 572 'renderer/prerender/prerender_dispatcher_unittest.cc',
572 'renderer/resources/extensions/notifications_custom_bindings.js', 573 'renderer/resources/extensions/notifications_custom_bindings.js',
(...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2780 'dependencies': [ 2781 'dependencies': [
2781 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2782 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2782 ], 2783 ],
2783 }], 2784 }],
2784 ], 2785 ],
2785 }, 2786 },
2786 ], 2787 ],
2787 }], 2788 }],
2788 ], # 'conditions' 2789 ], # 'conditions'
2789 } 2790 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698