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

Side by Side Diff: content/content_tests.gypi

Issue 10834350: Remove all the indexeddb-related utility process code (Closed) Base URL: http://git.chromium.org/chromium/src.git@opencursor-cleanup
Patch Set: Updated against trunk, disabled one test Created 8 years, 4 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
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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'browser/appcache/appcache_browsertest.cc', 566 'browser/appcache/appcache_browsertest.cc',
567 'browser/audio_browsertest.cc', 567 'browser/audio_browsertest.cc',
568 'browser/child_process_security_policy_browsertest.cc', 568 'browser/child_process_security_policy_browsertest.cc',
569 'browser/device_orientation/device_orientation_browsertest.cc', 569 'browser/device_orientation/device_orientation_browsertest.cc',
570 'browser/dom_storage/dom_storage_browsertest.cc', 570 'browser/dom_storage/dom_storage_browsertest.cc',
571 'browser/download/mhtml_generation_browsertest.cc', 571 'browser/download/mhtml_generation_browsertest.cc',
572 'browser/download/save_package_browsertest.cc', 572 'browser/download/save_package_browsertest.cc',
573 'browser/fileapi/file_system_browsertest.cc', 573 'browser/fileapi/file_system_browsertest.cc',
574 'browser/in_process_webkit/indexed_db_browsertest.cc', 574 'browser/in_process_webkit/indexed_db_browsertest.cc',
575 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', 575 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
576 'browser/indexed_db/idbbindingutilities_browsertest.cc', 576 # 'browser/indexed_db/idbbindingutilities_browsertest.cc',
dgrogan 2012/08/17 20:15:00 What's the plan here?
577 'browser/media_browsertest.cc', 577 'browser/media_browsertest.cc',
578 'browser/plugin_data_remover_impl_browsertest.cc', 578 'browser/plugin_data_remover_impl_browsertest.cc',
579 'browser/plugin_browsertest.cc', 579 'browser/plugin_browsertest.cc',
580 'browser/plugin_service_impl_browsertest.cc', 580 'browser/plugin_service_impl_browsertest.cc',
581 'browser/renderer_host/render_view_host_browsertest.cc', 581 'browser/renderer_host/render_view_host_browsertest.cc',
582 'browser/renderer_host/render_view_host_manager_browsertest.cc', 582 'browser/renderer_host/render_view_host_manager_browsertest.cc',
583 'browser/renderer_host/resource_dispatcher_host_browsertest.cc', 583 'browser/renderer_host/resource_dispatcher_host_browsertest.cc',
584 'browser/session_history_browsertest.cc', 584 'browser/session_history_browsertest.cc',
585 'browser/speech/speech_recognition_browsertest.cc', 585 'browser/speech/speech_recognition_browsertest.cc',
586 'browser/webkit_browsertest.cc', 586 'browser/webkit_browsertest.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '-buildfile', 835 '-buildfile',
836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
837 ] 837 ]
838 } 838 }
839 ], 839 ],
840 }, 840 },
841 ], 841 ],
842 }], 842 }],
843 ], 843 ],
844 } 844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698