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

Side by Side Diff: content/content_tests.gypi

Issue 12041078: Clear the clipboard closing Incognito window (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed clipboard_write_observer, headers cleanup Created 7 years, 10 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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 'browser/gpu/webgl_conformance_test_list_autogen.h', 717 'browser/gpu/webgl_conformance_test_list_autogen.h',
718 'browser/in_process_webkit/indexed_db_browsertest.cc', 718 'browser/in_process_webkit/indexed_db_browsertest.cc',
719 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', 719 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
720 'browser/loader/resource_dispatcher_host_browsertest.cc', 720 'browser/loader/resource_dispatcher_host_browsertest.cc',
721 'browser/media/audio_browsertest.cc', 721 'browser/media/audio_browsertest.cc',
722 'browser/media/encrypted_media_browsertest.cc', 722 'browser/media/encrypted_media_browsertest.cc',
723 'browser/media/media_browsertest.cc', 723 'browser/media/media_browsertest.cc',
724 'browser/plugin_data_remover_impl_browsertest.cc', 724 'browser/plugin_data_remover_impl_browsertest.cc',
725 'browser/plugin_browsertest.cc', 725 'browser/plugin_browsertest.cc',
726 'browser/plugin_service_impl_browsertest.cc', 726 'browser/plugin_service_impl_browsertest.cc',
727 'browser/renderer_host/clipboard_browsertest.cc',
727 'browser/renderer_host/render_view_host_browsertest.cc', 728 'browser/renderer_host/render_view_host_browsertest.cc',
728 'browser/renderer_host/render_view_host_manager_browsertest.cc', 729 'browser/renderer_host/render_view_host_manager_browsertest.cc',
729 'browser/renderer_host/render_widget_host_view_browsertest.cc', 730 'browser/renderer_host/render_widget_host_view_browsertest.cc',
730 'browser/renderer_host/render_widget_host_view_win_browsertest.cc', 731 'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
731 'browser/security_exploit_browsertest.cc', 732 'browser/security_exploit_browsertest.cc',
732 'browser/session_history_browsertest.cc', 733 'browser/session_history_browsertest.cc',
733 'browser/site_per_process_browsertest.cc', 734 'browser/site_per_process_browsertest.cc',
734 'browser/speech/speech_recognition_browsertest.cc', 735 'browser/speech/speech_recognition_browsertest.cc',
735 'browser/web_contents/web_contents_view_aura_browsertest.cc', 736 'browser/web_contents/web_contents_view_aura_browsertest.cc',
736 'browser/webkit_browsertest.cc', 737 'browser/webkit_browsertest.cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'additional_src_dirs': ['../content/public/android/javatests/',], 1034 'additional_src_dirs': ['../content/public/android/javatests/',],
1034 'resource_dir': '../shell_apk/res', 1035 'resource_dir': '../shell_apk/res',
1035 'is_test_apk': 1, 1036 'is_test_apk': 1,
1036 }, 1037 },
1037 'includes': [ '../build/java_apk.gypi' ], 1038 'includes': [ '../build/java_apk.gypi' ],
1038 }, 1039 },
1039 ], 1040 ],
1040 }], 1041 }],
1041 ], 1042 ],
1042 } 1043 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698