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

Side by Side Diff: content/content_tests.gypi

Issue 11826002: Reject invalid GURLs across IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/common/common_param_traits_unittest.cc ('k') | content/public/common/OWNERS » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'browser/web_contents/render_view_host_manager_unittest.cc', 335 'browser/web_contents/render_view_host_manager_unittest.cc',
336 'browser/web_contents/web_contents_delegate_unittest.cc', 336 'browser/web_contents/web_contents_delegate_unittest.cc',
337 'browser/web_contents/web_contents_impl_unittest.cc', 337 'browser/web_contents/web_contents_impl_unittest.cc',
338 'browser/web_contents/web_contents_user_data_unittest.cc', 338 'browser/web_contents/web_contents_user_data_unittest.cc',
339 'browser/web_contents/web_contents_view_mac_unittest.mm', 339 'browser/web_contents/web_contents_view_mac_unittest.mm',
340 'browser/web_contents/web_drag_dest_mac_unittest.mm', 340 'browser/web_contents/web_drag_dest_mac_unittest.mm',
341 'browser/web_contents/web_drag_source_mac_unittest.mm', 341 'browser/web_contents/web_drag_source_mac_unittest.mm',
342 'browser/webui/web_ui_message_handler_unittest.cc', 342 'browser/webui/web_ui_message_handler_unittest.cc',
343 'common/android/address_parser_unittest.cc', 343 'common/android/address_parser_unittest.cc',
344 'common/cc_messages_unittest.cc', 344 'common/cc_messages_unittest.cc',
345 'common/common_param_traits_unittest.cc',
345 'common/mac/attributed_string_coder_unittest.mm', 346 'common/mac/attributed_string_coder_unittest.mm',
346 'common/mac/font_descriptor_unittest.mm', 347 'common/mac/font_descriptor_unittest.mm',
347 'common/gpu/gpu_info_unittest.cc', 348 'common/gpu/gpu_info_unittest.cc',
348 'common/gpu/gpu_memory_manager_unittest.cc', 349 'common/gpu/gpu_memory_manager_unittest.cc',
349 'common/gpu/media/avc_config_record_builder_unittest.cc', 350 'common/gpu/media/avc_config_record_builder_unittest.cc',
350 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 351 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
351 'common/inter_process_time_ticks_converter_unittest.cc', 352 'common/inter_process_time_ticks_converter_unittest.cc',
352 'common/page_zoom_unittest.cc', 353 'common/page_zoom_unittest.cc',
353 'common/resource_dispatcher_unittest.cc', 354 'common/resource_dispatcher_unittest.cc',
354 'common/sandbox_mac_diraccess_unittest.mm', 355 'common/sandbox_mac_diraccess_unittest.mm',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'resource_dir': '../res', 953 'resource_dir': '../res',
953 'additional_src_dirs': ['../content/public/android/javatests/'], 954 'additional_src_dirs': ['../content/public/android/javatests/'],
954 'is_test_apk': 1, 955 'is_test_apk': 1,
955 }, 956 },
956 'includes': [ '../build/java_apk.gypi' ], 957 'includes': [ '../build/java_apk.gypi' ],
957 }, 958 },
958 ], 959 ],
959 }], 960 }],
960 ], 961 ],
961 } 962 }
OLDNEW
« no previous file with comments | « content/common/common_param_traits_unittest.cc ('k') | content/public/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698