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

Side by Side Diff: content/content_tests.gypi

Issue 11366140: Fix on-disk structure for persistent storage in webview tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Charlie's comments Created 8 years, 1 month 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/browser/storage_partition_impl_unittest.cc ('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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'browser/renderer_host/text_input_client_mac_unittest.mm', 314 'browser/renderer_host/text_input_client_mac_unittest.mm',
315 'browser/renderer_host/web_input_event_aura_unittest.cc', 315 'browser/renderer_host/web_input_event_aura_unittest.cc',
316 'browser/resolve_proxy_msg_helper_unittest.cc', 316 'browser/resolve_proxy_msg_helper_unittest.cc',
317 'browser/site_instance_impl_unittest.cc', 317 'browser/site_instance_impl_unittest.cc',
318 'browser/speech/chunked_byte_buffer_unittest.cc', 318 'browser/speech/chunked_byte_buffer_unittest.cc',
319 'browser/speech/endpointer/endpointer_unittest.cc', 319 'browser/speech/endpointer/endpointer_unittest.cc',
320 'browser/speech/google_one_shot_remote_engine_unittest.cc', 320 'browser/speech/google_one_shot_remote_engine_unittest.cc',
321 'browser/speech/google_streaming_remote_engine_unittest.cc', 321 'browser/speech/google_streaming_remote_engine_unittest.cc',
322 'browser/speech/speech_recognizer_unittest.cc', 322 'browser/speech/speech_recognizer_unittest.cc',
323 'browser/ssl/ssl_host_state_unittest.cc', 323 'browser/ssl/ssl_host_state_unittest.cc',
324 'browser/storage_partition_impl_unittest.cc', 324 'browser/storage_partition_impl_map_unittest.cc',
325 'browser/system_message_window_win_unittest.cc', 325 'browser/system_message_window_win_unittest.cc',
326 'browser/trace_subscriber_stdio_unittest.cc', 326 'browser/trace_subscriber_stdio_unittest.cc',
327 'browser/web_contents/navigation_controller_impl_unittest.cc', 327 'browser/web_contents/navigation_controller_impl_unittest.cc',
328 'browser/web_contents/navigation_entry_impl_unittest.cc', 328 'browser/web_contents/navigation_entry_impl_unittest.cc',
329 'browser/web_contents/render_view_host_manager_unittest.cc', 329 'browser/web_contents/render_view_host_manager_unittest.cc',
330 'browser/web_contents/web_contents_delegate_unittest.cc', 330 'browser/web_contents/web_contents_delegate_unittest.cc',
331 'browser/web_contents/web_contents_impl_unittest.cc', 331 'browser/web_contents/web_contents_impl_unittest.cc',
332 'browser/web_contents/web_contents_user_data_unittest.cc', 332 'browser/web_contents/web_contents_user_data_unittest.cc',
333 'browser/web_contents/web_contents_view_mac_unittest.mm', 333 'browser/web_contents/web_contents_view_mac_unittest.mm',
334 'browser/web_contents/web_drag_dest_mac_unittest.mm', 334 'browser/web_contents/web_drag_dest_mac_unittest.mm',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'java_in_dir': '../content/shell/android/javatests', 924 'java_in_dir': '../content/shell/android/javatests',
925 'resource_dir': '../res', 925 'resource_dir': '../res',
926 'additional_src_dirs': ['../content/public/android/javatests/'], 926 'additional_src_dirs': ['../content/public/android/javatests/'],
927 }, 927 },
928 'includes': [ '../build/java_apk.gypi' ], 928 'includes': [ '../build/java_apk.gypi' ],
929 }, 929 },
930 ], 930 ],
931 }], 931 }],
932 ], 932 ],
933 } 933 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698