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

Side by Side Diff: content/content_tests.gypi

Issue 12335087: Implement the Stream registry in content (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Code review fixes Created 7 years, 9 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_browser.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) 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'browser/renderer_host/web_input_event_aura_unittest.cc', 327 'browser/renderer_host/web_input_event_aura_unittest.cc',
328 'browser/resolve_proxy_msg_helper_unittest.cc', 328 'browser/resolve_proxy_msg_helper_unittest.cc',
329 'browser/site_instance_impl_unittest.cc', 329 'browser/site_instance_impl_unittest.cc',
330 'browser/speech/chunked_byte_buffer_unittest.cc', 330 'browser/speech/chunked_byte_buffer_unittest.cc',
331 'browser/speech/endpointer/endpointer_unittest.cc', 331 'browser/speech/endpointer/endpointer_unittest.cc',
332 'browser/speech/google_one_shot_remote_engine_unittest.cc', 332 'browser/speech/google_one_shot_remote_engine_unittest.cc',
333 'browser/speech/google_streaming_remote_engine_unittest.cc', 333 'browser/speech/google_streaming_remote_engine_unittest.cc',
334 'browser/speech/speech_recognizer_unittest.cc', 334 'browser/speech/speech_recognizer_unittest.cc',
335 'browser/ssl/ssl_host_state_unittest.cc', 335 'browser/ssl/ssl_host_state_unittest.cc',
336 'browser/storage_partition_impl_map_unittest.cc', 336 'browser/storage_partition_impl_map_unittest.cc',
337 'browser/streams/stream_unittest.cc',
337 'browser/system_message_window_win_unittest.cc', 338 'browser/system_message_window_win_unittest.cc',
338 'browser/tracing/trace_subscriber_stdio_unittest.cc', 339 'browser/tracing/trace_subscriber_stdio_unittest.cc',
339 'browser/web_contents/navigation_controller_impl_unittest.cc', 340 'browser/web_contents/navigation_controller_impl_unittest.cc',
340 'browser/web_contents/navigation_entry_impl_unittest.cc', 341 'browser/web_contents/navigation_entry_impl_unittest.cc',
341 'browser/web_contents/render_view_host_manager_unittest.cc', 342 'browser/web_contents/render_view_host_manager_unittest.cc',
342 'browser/web_contents/web_contents_delegate_unittest.cc', 343 'browser/web_contents/web_contents_delegate_unittest.cc',
343 'browser/web_contents/web_contents_impl_unittest.cc', 344 'browser/web_contents/web_contents_impl_unittest.cc',
344 'browser/web_contents/web_contents_user_data_unittest.cc', 345 'browser/web_contents/web_contents_user_data_unittest.cc',
345 'browser/web_contents/web_contents_view_mac_unittest.mm', 346 'browser/web_contents/web_contents_view_mac_unittest.mm',
346 'browser/web_contents/web_drag_dest_mac_unittest.mm', 347 'browser/web_contents/web_drag_dest_mac_unittest.mm',
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'additional_src_dirs': ['../content/public/android/javatests/',], 1045 'additional_src_dirs': ['../content/public/android/javatests/',],
1045 'resource_dir': '../shell_apk/res', 1046 'resource_dir': '../shell_apk/res',
1046 'is_test_apk': 1, 1047 'is_test_apk': 1,
1047 }, 1048 },
1048 'includes': [ '../build/java_apk.gypi' ], 1049 'includes': [ '../build/java_apk.gypi' ],
1049 }, 1050 },
1050 ], 1051 ],
1051 }], 1052 }],
1052 ], 1053 ],
1053 } 1054 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698