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

Side by Side Diff: content/content_tests.gypi

Issue 12298037: Revert 183123 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1417/src/
Patch Set: 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 | Annotate | Revision Log
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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 'browser/gpu/webgl_conformance_test_list_autogen.h', 718 'browser/gpu/webgl_conformance_test_list_autogen.h',
719 'browser/in_process_webkit/indexed_db_browsertest.cc', 719 'browser/in_process_webkit/indexed_db_browsertest.cc',
720 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', 720 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
721 'browser/loader/resource_dispatcher_host_browsertest.cc', 721 'browser/loader/resource_dispatcher_host_browsertest.cc',
722 'browser/media/audio_browsertest.cc', 722 'browser/media/audio_browsertest.cc',
723 'browser/media/encrypted_media_browsertest.cc', 723 'browser/media/encrypted_media_browsertest.cc',
724 'browser/media/media_browsertest.cc', 724 'browser/media/media_browsertest.cc',
725 'browser/plugin_data_remover_impl_browsertest.cc', 725 'browser/plugin_data_remover_impl_browsertest.cc',
726 'browser/plugin_browsertest.cc', 726 'browser/plugin_browsertest.cc',
727 'browser/plugin_service_impl_browsertest.cc', 727 'browser/plugin_service_impl_browsertest.cc',
728 'browser/renderer_host/clipboard_browsertest.cc',
729 'browser/renderer_host/render_view_host_browsertest.cc', 728 'browser/renderer_host/render_view_host_browsertest.cc',
730 'browser/renderer_host/render_view_host_manager_browsertest.cc', 729 'browser/renderer_host/render_view_host_manager_browsertest.cc',
731 'browser/renderer_host/render_widget_host_view_browsertest.cc', 730 'browser/renderer_host/render_widget_host_view_browsertest.cc',
732 'browser/renderer_host/render_widget_host_view_win_browsertest.cc', 731 'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
733 'browser/security_exploit_browsertest.cc', 732 'browser/security_exploit_browsertest.cc',
734 'browser/session_history_browsertest.cc', 733 'browser/session_history_browsertest.cc',
735 'browser/site_per_process_browsertest.cc', 734 'browser/site_per_process_browsertest.cc',
736 'browser/speech/speech_recognition_browsertest.cc', 735 'browser/speech/speech_recognition_browsertest.cc',
737 'browser/web_contents/web_contents_view_aura_browsertest.cc', 736 'browser/web_contents/web_contents_view_aura_browsertest.cc',
738 'browser/webkit_browsertest.cc', 737 'browser/webkit_browsertest.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'additional_src_dirs': ['../content/public/android/javatests/',], 1038 'additional_src_dirs': ['../content/public/android/javatests/',],
1040 'resource_dir': '../shell_apk/res', 1039 'resource_dir': '../shell_apk/res',
1041 'is_test_apk': 1, 1040 'is_test_apk': 1,
1042 }, 1041 },
1043 'includes': [ '../build/java_apk.gypi' ], 1042 'includes': [ '../build/java_apk.gypi' ],
1044 }, 1043 },
1045 ], 1044 ],
1046 }], 1045 }],
1047 ], 1046 ],
1048 } 1047 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_gtk.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698