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

Side by Side Diff: content/content_tests.gypi

Issue 10823434: [6] Moves CreateVersionFromString to plugin_utils and updates the callers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added missing include <algorithm> Created 8 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
« no previous file with comments | « content/browser/plugin_data_remover_impl.cc ('k') | content/utility/utility_thread_impl.cc » ('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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '../webkit/fileapi/webfilewriter_base_unittest.cc', 418 '../webkit/fileapi/webfilewriter_base_unittest.cc',
419 '../webkit/media/buffered_data_source_unittest.cc', 419 '../webkit/media/buffered_data_source_unittest.cc',
420 '../webkit/media/buffered_resource_loader_unittest.cc', 420 '../webkit/media/buffered_resource_loader_unittest.cc',
421 '../webkit/media/cache_util_unittest.cc', 421 '../webkit/media/cache_util_unittest.cc',
422 '../webkit/media/crypto/proxy_decryptor_unittest.cc', 422 '../webkit/media/crypto/proxy_decryptor_unittest.cc',
423 '../webkit/media/skcanvas_video_renderer_unittest.cc', 423 '../webkit/media/skcanvas_video_renderer_unittest.cc',
424 '../webkit/media/test_response_generator.cc', 424 '../webkit/media/test_response_generator.cc',
425 '../webkit/media/test_response_generator.h', 425 '../webkit/media/test_response_generator.h',
426 '../webkit/mocks/mock_weburlloader.cc', 426 '../webkit/mocks/mock_weburlloader.cc',
427 '../webkit/mocks/mock_weburlloader.h', 427 '../webkit/mocks/mock_weburlloader.h',
428 '../webkit/plugins/npapi/plugin_group_unittest.cc',
429 '../webkit/plugins/npapi/plugin_lib_unittest.cc', 428 '../webkit/plugins/npapi/plugin_lib_unittest.cc',
430 '../webkit/plugins/npapi/plugin_list_unittest.cc', 429 '../webkit/plugins/npapi/plugin_list_unittest.cc',
430 '../webkit/plugins/npapi/plugin_utils_unittest.cc',
431 '../webkit/plugins/npapi/webplugin_impl_unittest.cc', 431 '../webkit/plugins/npapi/webplugin_impl_unittest.cc',
432 '../webkit/quota/mock_quota_manager.cc', 432 '../webkit/quota/mock_quota_manager.cc',
433 '../webkit/quota/mock_quota_manager.h', 433 '../webkit/quota/mock_quota_manager.h',
434 '../webkit/quota/mock_quota_manager_unittest.cc', 434 '../webkit/quota/mock_quota_manager_unittest.cc',
435 '../webkit/quota/mock_storage_client.cc', 435 '../webkit/quota/mock_storage_client.cc',
436 '../webkit/quota/mock_storage_client.h', 436 '../webkit/quota/mock_storage_client.h',
437 '../webkit/quota/quota_database_unittest.cc', 437 '../webkit/quota/quota_database_unittest.cc',
438 '../webkit/quota/quota_manager_unittest.cc', 438 '../webkit/quota/quota_manager_unittest.cc',
439 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc', 439 '../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
440 ], 440 ],
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 '-buildfile', 848 '-buildfile',
849 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 849 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
850 ] 850 ]
851 } 851 }
852 ], 852 ],
853 }, 853 },
854 ], 854 ],
855 }], 855 }],
856 ], 856 ],
857 } 857 }
OLDNEW
« no previous file with comments | « content/browser/plugin_data_remover_impl.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698