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

Side by Side Diff: content/content_tests.gypi

Issue 23874016: Always enable FCM on Windows Vista+. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually hardcode Vista+... Created 7 years, 3 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/gpu/compositor_util_browsertest.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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'browser/browser_plugin/test_browser_plugin_guest_manager.h', 807 'browser/browser_plugin/test_browser_plugin_guest_manager.h',
808 'browser/child_process_security_policy_browsertest.cc', 808 'browser/child_process_security_policy_browsertest.cc',
809 'browser/database_browsertest.cc', 809 'browser/database_browsertest.cc',
810 'browser/device_orientation/device_orientation_browsertest.cc', 810 'browser/device_orientation/device_orientation_browsertest.cc',
811 'browser/dom_storage/dom_storage_browsertest.cc', 811 'browser/dom_storage/dom_storage_browsertest.cc',
812 'browser/download/download_browsertest.cc', 812 'browser/download/download_browsertest.cc',
813 'browser/download/drag_download_file_browsertest.cc', 813 'browser/download/drag_download_file_browsertest.cc',
814 'browser/download/mhtml_generation_browsertest.cc', 814 'browser/download/mhtml_generation_browsertest.cc',
815 'browser/download/save_package_browsertest.cc', 815 'browser/download/save_package_browsertest.cc',
816 'browser/fileapi/file_system_browsertest.cc', 816 'browser/fileapi/file_system_browsertest.cc',
817 'browser/gpu/compositor_util_browsertest.cc',
817 'browser/gpu/gpu_crash_browsertest.cc', 818 'browser/gpu/gpu_crash_browsertest.cc',
819 'browser/gpu/gpu_functional_browsertest.cc',
818 'browser/gpu/gpu_info_browsertest.cc', 820 'browser/gpu/gpu_info_browsertest.cc',
819 'browser/gpu/gpu_ipc_browsertests.cc', 821 'browser/gpu/gpu_ipc_browsertests.cc',
820 'browser/gpu/gpu_functional_browsertest.cc',
821 'browser/gpu/gpu_memory_test.cc', 822 'browser/gpu/gpu_memory_test.cc',
822 'browser/gpu/gpu_pixel_browsertest.cc', 823 'browser/gpu/gpu_pixel_browsertest.cc',
823 'browser/gpu/webgl_conformance_test.cc', 824 'browser/gpu/webgl_conformance_test.cc',
824 'browser/gpu/webgl_conformance_test_list_autogen.h', 825 'browser/gpu/webgl_conformance_test_list_autogen.h',
825 'browser/indexed_db/indexed_db_browsertest.cc', 826 'browser/indexed_db/indexed_db_browsertest.cc',
826 'browser/loader/resource_dispatcher_host_browsertest.cc', 827 'browser/loader/resource_dispatcher_host_browsertest.cc',
827 'browser/media/encrypted_media_browsertest.cc', 828 'browser/media/encrypted_media_browsertest.cc',
828 'browser/media/media_browsertest.cc', 829 'browser/media/media_browsertest.cc',
829 'browser/media/media_browsertest.h', 830 'browser/media/media_browsertest.h',
830 'browser/media/media_source_browsertest.cc', 831 'browser/media/media_source_browsertest.cc',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1403 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1403 }, 1404 },
1404 ], 1405 ],
1405 }], 1406 }],
1406 ], 1407 ],
1407 }, 1408 },
1408 ], 1409 ],
1409 }], 1410 }],
1410 ], 1411 ],
1411 } 1412 }
OLDNEW
« no previous file with comments | « content/browser/gpu/compositor_util_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698