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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13529028: PicasaAlbumTableReader for Media Galleries API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0005-picasa-import-pmp-reader
Patch Set: Update gypi file to exclude test on android. Created 7 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 351 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
352 'dependencies': [ 352 'dependencies': [
353 '../build/linux/system.gyp:ssl', 353 '../build/linux/system.gyp:ssl',
354 ], 354 ],
355 }], 355 }],
356 ['OS!="android" and OS!="ios"', { 356 ['OS!="android" and OS!="ios"', {
357 'dependencies': [ 357 'dependencies': [
358 'service', 358 'service',
359 ], 359 ],
360 }], 360 }],
361 ['OS=="android"', {
362 'sources/': [
363 ['exclude', '^browser/media_galleries/'],
364 ],
365 }],
361 ['OS=="win"', { 366 ['OS=="win"', {
362 'dependencies': [ 367 'dependencies': [
363 '../ui/snapshot/snapshot.gyp:snapshot_test_support', 368 '../ui/snapshot/snapshot.gyp:snapshot_test_support',
364 ], 369 ],
365 'include_dirs': [ 370 'include_dirs': [
366 '<(DEPTH)/third_party/wtl/include', 371 '<(DEPTH)/third_party/wtl/include',
367 ], 372 ],
368 }], 373 }],
369 ], 374 ],
370 }, 375 },
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'browser/importer/safari_importer_unittest.mm', 882 'browser/importer/safari_importer_unittest.mm',
878 'browser/importer/toolbar_importer_unittest.cc', 883 'browser/importer/toolbar_importer_unittest.cc',
879 'browser/internal_auth_unittest.cc', 884 'browser/internal_auth_unittest.cc',
880 'browser/language_usage_metrics_unittest.cc', 885 'browser/language_usage_metrics_unittest.cc',
881 'browser/mac/keystone_glue_unittest.mm', 886 'browser/mac/keystone_glue_unittest.mm',
882 'browser/managed_mode/managed_mode_unittest.cc', 887 'browser/managed_mode/managed_mode_unittest.cc',
883 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 888 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
884 'browser/managed_mode/managed_user_passphrase_unittest.cc', 889 'browser/managed_mode/managed_user_passphrase_unittest.cc',
885 'browser/managed_mode/managed_user_service_unittest.cc', 890 'browser/managed_mode/managed_user_service_unittest.cc',
886 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', 891 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
892 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader_unitte st.cc',
887 'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc', 893 'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc',
888 'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc', 894 'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc',
889 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc' , 895 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc' ,
890 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm', 896 'browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm',
891 'browser/media_galleries/media_file_system_registry_unittest.cc', 897 'browser/media_galleries/media_file_system_registry_unittest.cc',
892 'browser/media_galleries/media_galleries_dialog_controller_mock.cc', 898 'browser/media_galleries/media_galleries_dialog_controller_mock.cc',
893 'browser/media_galleries/media_galleries_dialog_controller_mock.h', 899 'browser/media_galleries/media_galleries_dialog_controller_mock.h',
894 'browser/media_galleries/media_galleries_preferences_unittest.cc', 900 'browser/media_galleries/media_galleries_preferences_unittest.cc',
895 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc', 901 'browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc',
896 'browser/metrics/metrics_log_unittest.cc', 902 'browser/metrics/metrics_log_unittest.cc',
(...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 # more details. 2463 # more details.
2458 'DebugInformationFormat': '3', 2464 'DebugInformationFormat': '3',
2459 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2465 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2460 }, 2466 },
2461 }, 2467 },
2462 }, 2468 },
2463 ], 2469 ],
2464 }], 2470 }],
2465 ], # 'conditions' 2471 ], # 'conditions'
2466 } 2472 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698