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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 191583002: Media Galleries API Metadata: Image metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1920 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 'utility/cloud_print/pwg_encoder_unittest.cc', 1931 'utility/cloud_print/pwg_encoder_unittest.cc',
1932 'utility/extensions/unpacker_unittest.cc', 1932 'utility/extensions/unpacker_unittest.cc',
1933 'utility/image_writer/image_writer_unittest.cc', 1933 'utility/image_writer/image_writer_unittest.cc',
1934 'utility/importer/bookmark_html_reader_unittest.cc', 1934 'utility/importer/bookmark_html_reader_unittest.cc',
1935 'utility/importer/bookmarks_file_importer_unittest.cc', 1935 'utility/importer/bookmarks_file_importer_unittest.cc',
1936 'utility/importer/firefox_importer_unittest.cc', 1936 'utility/importer/firefox_importer_unittest.cc',
1937 'utility/importer/firefox_importer_unittest_messages_internal.h', 1937 'utility/importer/firefox_importer_unittest_messages_internal.h',
1938 'utility/importer/firefox_importer_unittest_utils.h', 1938 'utility/importer/firefox_importer_unittest_utils.h',
1939 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1939 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1940 'utility/importer/safari_importer_unittest.mm', 1940 'utility/importer/safari_importer_unittest.mm',
1941 'utility/media_galleries/image_metadata_extractor_unittest.cc',
1941 1942
1942 # Duplicate these tests here because PathService has more items in 1943 # Duplicate these tests here because PathService has more items in
1943 # unit_tests than in base_unittests. 1944 # unit_tests than in base_unittests.
1944 '../base/path_service_unittest.cc', 1945 '../base/path_service_unittest.cc',
1945 1946
1946 # TODO(joi): Move to //components/components_tests.gypi once 1947 # TODO(joi): Move to //components/components_tests.gypi once
1947 # remaining dependencies back to //chrome are eliminated. 1948 # remaining dependencies back to //chrome are eliminated.
1948 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc ', 1949 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc ',
1949 '../components/autofill/content/browser/request_autocomplete_manager_uni ttest.cc', 1950 '../components/autofill/content/browser/request_autocomplete_manager_uni ttest.cc',
1950 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', 1951 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc',
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 'browser/ui/app_list/test/fake_profile_store.h', 2886 'browser/ui/app_list/test/fake_profile_store.h',
2886 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2887 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2887 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2888 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2888 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2889 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2889 ], 2890 ],
2890 }, 2891 },
2891 ], 2892 ],
2892 }], 2893 }],
2893 ], # 'conditions' 2894 ], # 'conditions'
2894 } 2895 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698