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

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: change loader path again 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 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1940 'utility/cloud_print/pwg_encoder_unittest.cc', 1940 'utility/cloud_print/pwg_encoder_unittest.cc',
1941 'utility/extensions/unpacker_unittest.cc', 1941 'utility/extensions/unpacker_unittest.cc',
1942 'utility/image_writer/image_writer_unittest.cc', 1942 'utility/image_writer/image_writer_unittest.cc',
1943 'utility/importer/bookmark_html_reader_unittest.cc', 1943 'utility/importer/bookmark_html_reader_unittest.cc',
1944 'utility/importer/bookmarks_file_importer_unittest.cc', 1944 'utility/importer/bookmarks_file_importer_unittest.cc',
1945 'utility/importer/firefox_importer_unittest.cc', 1945 'utility/importer/firefox_importer_unittest.cc',
1946 'utility/importer/firefox_importer_unittest_messages_internal.h', 1946 'utility/importer/firefox_importer_unittest_messages_internal.h',
1947 'utility/importer/firefox_importer_unittest_utils.h', 1947 'utility/importer/firefox_importer_unittest_utils.h',
1948 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1948 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1949 'utility/importer/safari_importer_unittest.mm', 1949 'utility/importer/safari_importer_unittest.mm',
1950 'utility/media_galleries/image_metadata_extractor_unittest.cc',
1950 1951
1951 # Duplicate these tests here because PathService has more items in 1952 # Duplicate these tests here because PathService has more items in
1952 # unit_tests than in base_unittests. 1953 # unit_tests than in base_unittests.
1953 '../base/path_service_unittest.cc', 1954 '../base/path_service_unittest.cc',
1954 1955
1955 # TODO(yael): Move to //components/components_tests.gypi once 1956 # TODO(yael): Move to //components/components_tests.gypi once
1956 # nacl_defines is moved out of chrome.gyp into a common place. 1957 # nacl_defines is moved out of chrome.gyp into a common place.
1957 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 1958 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
1958 '../components/nacl/loader/nacl_validation_query_unittest.cc', 1959 '../components/nacl/loader/nacl_validation_query_unittest.cc',
1959 1960
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
2615 ['exclude', '^browser/ui/webui/downloads_'], 2616 ['exclude', '^browser/ui/webui/downloads_'],
2616 ['exclude', '^browser/ui/webui/flags_'], 2617 ['exclude', '^browser/ui/webui/flags_'],
2617 ['exclude', '^browser/ui/webui/help/'], 2618 ['exclude', '^browser/ui/webui/help/'],
2618 ['exclude', '^browser/ui/webui/options/'], 2619 ['exclude', '^browser/ui/webui/options/'],
2619 ['exclude', '^browser/ui/webui/options/'], 2620 ['exclude', '^browser/ui/webui/options/'],
2620 ['exclude', '^browser/ui/webui/signin/'], 2621 ['exclude', '^browser/ui/webui/signin/'],
2621 ['exclude', '^browser/ui/webui/suggestions_internals'], 2622 ['exclude', '^browser/ui/webui/suggestions_internals'],
2622 ['exclude', '^browser/ui/webui/sync_promo'], 2623 ['exclude', '^browser/ui/webui/sync_promo'],
2623 ['exclude', '^tools/profile_reset/'], 2624 ['exclude', '^tools/profile_reset/'],
2624 ['exclude', '^utility/importer/'], 2625 ['exclude', '^utility/importer/'],
2626 ['exclude', '^utility/media_galleries/'],
2625 ], 2627 ],
2626 'conditions': [ 2628 'conditions': [
2627 ['gtest_target_type == "shared_library"', { 2629 ['gtest_target_type == "shared_library"', {
2628 'dependencies': [ 2630 'dependencies': [
2629 '../testing/android/native_test.gyp:native_test_native_code', 2631 '../testing/android/native_test.gyp:native_test_native_code',
2630 ], 2632 ],
2631 }], 2633 }],
2632 ], 2634 ],
2633 }], # OS == android 2635 }], # OS == android
2634 ['OS!="android" and OS!="ios" and chromeos==0 and configuration_policy== 1', { 2636 ['OS!="android" and OS!="ios" and chromeos==0 and configuration_policy== 1', {
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
2889 'browser/ui/app_list/test/fake_profile_store.h', 2891 'browser/ui/app_list/test/fake_profile_store.h',
2890 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2892 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2891 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2893 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2892 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2894 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2893 ], 2895 ],
2894 }, 2896 },
2895 ], 2897 ],
2896 }], 2898 }],
2897 ], # 'conditions' 2899 ], # 'conditions'
2898 } 2900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698