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

Side by Side Diff: content/content_tests.gypi

Issue 11667030: Add GPU memory usage contents browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove controversial functionality Created 7 years, 11 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/common/gpu/gpu_messages.h ('k') | content/public/common/gpu_memory_stats.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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'browser/device_orientation/device_orientation_browsertest.cc', 678 'browser/device_orientation/device_orientation_browsertest.cc',
679 'browser/dom_storage/dom_storage_browsertest.cc', 679 'browser/dom_storage/dom_storage_browsertest.cc',
680 'browser/download/download_browsertest.cc', 680 'browser/download/download_browsertest.cc',
681 'browser/download/drag_download_file_browsertest.cc', 681 'browser/download/drag_download_file_browsertest.cc',
682 'browser/download/mhtml_generation_browsertest.cc', 682 'browser/download/mhtml_generation_browsertest.cc',
683 'browser/download/save_package_browsertest.cc', 683 'browser/download/save_package_browsertest.cc',
684 'browser/encrypted_media_browsertest.cc', 684 'browser/encrypted_media_browsertest.cc',
685 'browser/fileapi/blob_layout_browsertest.cc', 685 'browser/fileapi/blob_layout_browsertest.cc',
686 'browser/fileapi/file_system_browsertest.cc', 686 'browser/fileapi/file_system_browsertest.cc',
687 'browser/gpu/gpu_crash_browsertest.cc', 687 'browser/gpu/gpu_crash_browsertest.cc',
688 'browser/gpu/gpu_memory_test.cc',
688 'browser/gpu/webgl_conformance_test.cc', 689 'browser/gpu/webgl_conformance_test.cc',
689 'browser/gpu/webgl_conformance_test_list_autogen.h', 690 'browser/gpu/webgl_conformance_test_list_autogen.h',
690 'browser/in_process_webkit/indexed_db_browsertest.cc', 691 'browser/in_process_webkit/indexed_db_browsertest.cc',
691 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', 692 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
692 'browser/loader/resource_dispatcher_host_browsertest.cc', 693 'browser/loader/resource_dispatcher_host_browsertest.cc',
693 'browser/media_browsertest.cc', 694 'browser/media_browsertest.cc',
694 'browser/plugin_data_remover_impl_browsertest.cc', 695 'browser/plugin_data_remover_impl_browsertest.cc',
695 'browser/plugin_browsertest.cc', 696 'browser/plugin_browsertest.cc',
696 'browser/plugin_service_impl_browsertest.cc', 697 'browser/plugin_service_impl_browsertest.cc',
697 'browser/renderer_host/render_view_host_browsertest.cc', 698 'browser/renderer_host/render_view_host_browsertest.cc',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'resource_dir': '../res', 953 'resource_dir': '../res',
953 'additional_src_dirs': ['../content/public/android/javatests/'], 954 'additional_src_dirs': ['../content/public/android/javatests/'],
954 'is_test_apk': 1, 955 'is_test_apk': 1,
955 }, 956 },
956 'includes': [ '../build/java_apk.gypi' ], 957 'includes': [ '../build/java_apk.gypi' ],
957 }, 958 },
958 ], 959 ],
959 }], 960 }],
960 ], 961 ],
961 } 962 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/public/common/gpu_memory_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698