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

Side by Side Diff: content/content_tests.gypi

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 years, 8 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 | « content/content_child.gypi ('k') | content/test/data/webcrypto/aes_cbc.json » ('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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'child/scheduler/scheduler_helper_unittest.cc', 589 'child/scheduler/scheduler_helper_unittest.cc',
590 'child/scheduler/task_queue_manager_unittest.cc', 590 'child/scheduler/task_queue_manager_unittest.cc',
591 'child/scheduler/webthread_impl_for_worker_scheduler_unittest.cc', 591 'child/scheduler/webthread_impl_for_worker_scheduler_unittest.cc',
592 'child/scheduler/worker_scheduler_impl_unittest.cc', 592 'child/scheduler/worker_scheduler_impl_unittest.cc',
593 'child/service_worker/service_worker_dispatcher_unittest.cc', 593 'child/service_worker/service_worker_dispatcher_unittest.cc',
594 'child/simple_webmimeregistry_impl_unittest.cc', 594 'child/simple_webmimeregistry_impl_unittest.cc',
595 'child/site_isolation_policy_unittest.cc', 595 'child/site_isolation_policy_unittest.cc',
596 'child/v8_value_converter_impl_unittest.cc', 596 'child/v8_value_converter_impl_unittest.cc',
597 'child/web_data_consumer_handle_impl_unittest.cc', 597 'child/web_data_consumer_handle_impl_unittest.cc',
598 'child/web_url_loader_impl_unittest.cc', 598 'child/web_url_loader_impl_unittest.cc',
599 'child/webcrypto/test/aes_cbc_unittest.cc',
600 'child/webcrypto/test/aes_ctr_unittest.cc',
601 'child/webcrypto/test/aes_gcm_unittest.cc',
602 'child/webcrypto/test/aes_kw_unittest.cc',
603 'child/webcrypto/test/ecdh_unittest.cc',
604 'child/webcrypto/test/ecdsa_unittest.cc',
605 'child/webcrypto/test/hmac_unittest.cc',
606 'child/webcrypto/test/rsa_oaep_unittest.cc',
607 'child/webcrypto/test/rsa_pss_unittest.cc',
608 'child/webcrypto/test/rsa_ssa_unittest.cc',
609 'child/webcrypto/test/sha_unittest.cc',
610 'child/webcrypto/test/status_unittest.cc',
611 'child/webcrypto/test/test_helpers.cc',
612 'child/webcrypto/test/test_helpers.h',
613 'child/worker_task_runner_unittest.cc', 599 'child/worker_task_runner_unittest.cc',
614 'common/android/address_parser_unittest.cc', 600 'common/android/address_parser_unittest.cc',
615 'common/android/gin_java_bridge_value_unittest.cc', 601 'common/android/gin_java_bridge_value_unittest.cc',
616 'common/cc_messages_unittest.cc', 602 'common/cc_messages_unittest.cc',
617 'common/common_param_traits_unittest.cc', 603 'common/common_param_traits_unittest.cc',
618 'common/cursors/webcursor_unittest.cc', 604 'common/cursors/webcursor_unittest.cc',
619 'common/database_connections_unittest.cc', 605 'common/database_connections_unittest.cc',
620 'common/database_identifier_unittest.cc', 606 'common/database_identifier_unittest.cc',
621 'common/discardable_shared_memory_heap_unittest.cc', 607 'common/discardable_shared_memory_heap_unittest.cc',
622 'common/dom_storage/dom_storage_map_unittest.cc', 608 'common/dom_storage/dom_storage_map_unittest.cc',
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2145 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2160 }, 2146 },
2161 ], 2147 ],
2162 }], 2148 }],
2163 ], 2149 ],
2164 }, 2150 },
2165 ], 2151 ],
2166 }], 2152 }],
2167 ], 2153 ],
2168 } 2154 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/test/data/webcrypto/aes_cbc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698