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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23717027: Media Galleries API Picasa: Move Picasa source files to correct location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | 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 2351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 ], 2362 ],
2363 }], 2363 }],
2364 ['OS!="win" and OS!="mac"', { 2364 ['OS!="win" and OS!="mac"', {
2365 'sources!': [ 2365 'sources!': [
2366 '../skia/ext/platform_canvas_unittest.cc', 2366 '../skia/ext/platform_canvas_unittest.cc',
2367 ], 2367 ],
2368 }], 2368 }],
2369 ['OS=="win" or OS=="mac"', { 2369 ['OS=="win" or OS=="mac"', {
2370 'sources': [ 2370 'sources': [
2371 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2371 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
2372 'browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc ', 2372 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc',
2373 'utility/media_galleries/itunes_library_parser_unittest.cc', 2373 'utility/media_galleries/itunes_library_parser_unittest.cc',
2374 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2374 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2375 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2375 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2376 'utility/media_galleries/pmp_column_reader_unittest.cc', 2376 'utility/media_galleries/pmp_column_reader_unittest.cc',
2377 ], 2377 ],
2378 }], 2378 }],
2379 ['enable_rlz==0', { 2379 ['enable_rlz==0', {
2380 'sources!': [ 2380 'sources!': [
2381 'browser/rlz/rlz_unittest.cc', 2381 'browser/rlz/rlz_unittest.cc',
2382 ], 2382 ],
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 # more details. 2751 # more details.
2752 'DebugInformationFormat': '3', 2752 'DebugInformationFormat': '3',
2753 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2753 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2754 }, 2754 },
2755 }, 2755 },
2756 }, 2756 },
2757 ], 2757 ],
2758 }], 2758 }],
2759 ], # 'conditions' 2759 ], # 'conditions'
2760 } 2760 }
OLDNEW
« chrome/browser/media_galleries/fileapi/picasa_data_provider.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698