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

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: Rebase, attempt to reland 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h » ('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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/database_browsertest.cc', 569 'browser/database_browsertest.cc',
570 'browser/device_orientation/device_orientation_browsertest.cc', 570 'browser/device_orientation/device_orientation_browsertest.cc',
571 'browser/dom_storage/dom_storage_browsertest.cc', 571 'browser/dom_storage/dom_storage_browsertest.cc',
572 'browser/download/mhtml_generation_browsertest.cc', 572 'browser/download/mhtml_generation_browsertest.cc',
573 'browser/download/save_package_browsertest.cc', 573 'browser/download/save_package_browsertest.cc',
574 'browser/fileapi/file_system_browsertest.cc', 574 'browser/fileapi/file_system_browsertest.cc',
575 'browser/in_process_webkit/indexed_db_browsertest.cc', 575 'browser/in_process_webkit/indexed_db_browsertest.cc',
576 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', 576 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
577 'browser/indexed_db/idbbindingutilities_browsertest.cc',
578 'browser/media_browsertest.cc', 577 'browser/media_browsertest.cc',
579 'browser/plugin_data_remover_impl_browsertest.cc', 578 'browser/plugin_data_remover_impl_browsertest.cc',
580 'browser/plugin_browsertest.cc', 579 'browser/plugin_browsertest.cc',
581 'browser/plugin_service_impl_browsertest.cc', 580 'browser/plugin_service_impl_browsertest.cc',
582 'browser/renderer_host/render_view_host_browsertest.cc', 581 'browser/renderer_host/render_view_host_browsertest.cc',
583 'browser/renderer_host/render_view_host_manager_browsertest.cc', 582 'browser/renderer_host/render_view_host_manager_browsertest.cc',
584 'browser/renderer_host/resource_dispatcher_host_browsertest.cc', 583 'browser/renderer_host/resource_dispatcher_host_browsertest.cc',
585 'browser/session_history_browsertest.cc', 584 'browser/session_history_browsertest.cc',
586 'browser/speech/speech_recognition_browsertest.cc', 585 'browser/speech/speech_recognition_browsertest.cc',
587 'browser/webkit_browsertest.cc', 586 'browser/webkit_browsertest.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 '-buildfile', 838 '-buildfile',
840 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 839 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
841 ] 840 ]
842 } 841 }
843 ], 842 ],
844 }, 843 },
845 ], 844 ],
846 }], 845 }],
847 ], 846 ],
848 } 847 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698