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

Side by Side Diff: content/content_tests.gypi

Issue 252393004: [Android] Add GinJavaBridgeValue for Gin Java Bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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 | Annotate | Revision Log
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 597 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
598 'child/indexed_db/webidbcursor_impl_unittest.cc', 598 'child/indexed_db/webidbcursor_impl_unittest.cc',
599 'child/npapi/plugin_lib_unittest.cc', 599 'child/npapi/plugin_lib_unittest.cc',
600 'child/power_monitor_broadcast_source_unittest.cc', 600 'child/power_monitor_broadcast_source_unittest.cc',
601 'child/resource_dispatcher_unittest.cc', 601 'child/resource_dispatcher_unittest.cc',
602 'child/site_isolation_policy_unittest.cc', 602 'child/site_isolation_policy_unittest.cc',
603 'child/touch_fling_gesture_curve_unittest.cc', 603 'child/touch_fling_gesture_curve_unittest.cc',
604 'child/webcrypto/shared_crypto_unittest.cc', 604 'child/webcrypto/shared_crypto_unittest.cc',
605 'child/worker_task_runner_unittest.cc', 605 'child/worker_task_runner_unittest.cc',
606 'common/android/address_parser_unittest.cc', 606 'common/android/address_parser_unittest.cc',
607 'common/android/gin_java_bridge_value_unittest.cc',
607 'common/cc_messages_unittest.cc', 608 'common/cc_messages_unittest.cc',
608 'common/common_param_traits_unittest.cc', 609 'common/common_param_traits_unittest.cc',
609 'common/cursors/webcursor_unittest.cc', 610 'common/cursors/webcursor_unittest.cc',
610 'common/dom_storage/dom_storage_map_unittest.cc', 611 'common/dom_storage/dom_storage_map_unittest.cc',
611 'common/gpu/gpu_memory_manager_unittest.cc', 612 'common/gpu/gpu_memory_manager_unittest.cc',
612 'common/host_shared_bitmap_manager_unittest.cc', 613 'common/host_shared_bitmap_manager_unittest.cc',
613 'common/indexed_db/indexed_db_key_unittest.cc', 614 'common/indexed_db/indexed_db_key_unittest.cc',
614 'common/input/input_param_traits_unittest.cc', 615 'common/input/input_param_traits_unittest.cc',
615 'common/input/web_input_event_traits_unittest.cc', 616 'common/input/web_input_event_traits_unittest.cc',
616 'common/inter_process_time_ticks_converter_unittest.cc', 617 'common/inter_process_time_ticks_converter_unittest.cc',
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1828 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1828 }, 1829 },
1829 ], 1830 ],
1830 }], 1831 }],
1831 ], 1832 ],
1832 }, 1833 },
1833 ], 1834 ],
1834 }], 1835 }],
1835 ], 1836 ],
1836 } 1837 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698