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

Side by Side Diff: content/content_tests.gypi

Issue 16267002: Re-fix http://crbug.com/87176, and add a test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'browser/in_process_webkit/indexed_db_browsertest.cc', 792 'browser/in_process_webkit/indexed_db_browsertest.cc',
793 'browser/loader/resource_dispatcher_host_browsertest.cc', 793 'browser/loader/resource_dispatcher_host_browsertest.cc',
794 'browser/media/encrypted_media_browsertest.cc', 794 'browser/media/encrypted_media_browsertest.cc',
795 'browser/media/media_browsertest.cc', 795 'browser/media/media_browsertest.cc',
796 'browser/media/media_browsertest.h', 796 'browser/media/media_browsertest.h',
797 'browser/media/media_source_browsertest.cc', 797 'browser/media/media_source_browsertest.cc',
798 'browser/media/webrtc_internals_browsertest.cc', 798 'browser/media/webrtc_internals_browsertest.cc',
799 'browser/plugin_data_remover_impl_browsertest.cc', 799 'browser/plugin_data_remover_impl_browsertest.cc',
800 'browser/plugin_browsertest.cc', 800 'browser/plugin_browsertest.cc',
801 'browser/plugin_service_impl_browsertest.cc', 801 'browser/plugin_service_impl_browsertest.cc',
802 'browser/renderer_host/render_process_host_browsertest.cc',
802 'browser/renderer_host/render_view_host_browsertest.cc', 803 'browser/renderer_host/render_view_host_browsertest.cc',
803 'browser/renderer_host/render_view_host_manager_browsertest.cc', 804 'browser/renderer_host/render_view_host_manager_browsertest.cc',
804 'browser/renderer_host/render_widget_host_browsertest.cc', 805 'browser/renderer_host/render_widget_host_browsertest.cc',
805 'browser/renderer_host/render_widget_host_view_browsertest.cc', 806 'browser/renderer_host/render_widget_host_view_browsertest.cc',
806 'browser/renderer_host/render_widget_host_view_win_browsertest.cc', 807 'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
807 'browser/security_exploit_browsertest.cc', 808 'browser/security_exploit_browsertest.cc',
808 'browser/session_history_browsertest.cc', 809 'browser/session_history_browsertest.cc',
809 'browser/site_per_process_browsertest.cc', 810 'browser/site_per_process_browsertest.cc',
810 'browser/speech/speech_recognition_browsertest.cc', 811 'browser/speech/speech_recognition_browsertest.cc',
811 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', 812 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'resource_dir': 'shell/android/shell_apk/res', 1191 'resource_dir': 'shell/android/shell_apk/res',
1191 'additional_src_dirs': ['public/android/javatests/',], 1192 'additional_src_dirs': ['public/android/javatests/',],
1192 'is_test_apk': 1, 1193 'is_test_apk': 1,
1193 }, 1194 },
1194 'includes': [ '../build/java_apk.gypi' ], 1195 'includes': [ '../build/java_apk.gypi' ],
1195 }, 1196 },
1196 ], 1197 ],
1197 }], 1198 }],
1198 ], 1199 ],
1199 } 1200 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698