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

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

Powered by Google App Engine
This is Rietveld 408576698