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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16231016: Extract track information from iTunes library xml file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win test Created 7 years, 6 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'browser/media_galleries/fileapi/filtering_file_enumerator.cc', 977 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
978 'browser/media_galleries/fileapi/filtering_file_enumerator.h', 978 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
979 'browser/media_galleries/fileapi/itunes_finder.cc', 979 'browser/media_galleries/fileapi/itunes_finder.cc',
980 'browser/media_galleries/fileapi/itunes_finder.h', 980 'browser/media_galleries/fileapi/itunes_finder.h',
981 'browser/media_galleries/fileapi/itunes_finder_mac.h', 981 'browser/media_galleries/fileapi/itunes_finder_mac.h',
982 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 982 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
983 'browser/media_galleries/fileapi/itunes_finder_win.cc', 983 'browser/media_galleries/fileapi/itunes_finder_win.cc',
984 'browser/media_galleries/fileapi/itunes_finder_win.h', 984 'browser/media_galleries/fileapi/itunes_finder_win.h',
985 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 985 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
986 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 986 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
987 'browser/media_galleries/fileapi/itunes_library_parser.cc',
988 'browser/media_galleries/fileapi/itunes_library_parser.h',
989 'browser/media_galleries/fileapi/itunes_xml_utils.cc',
990 'browser/media_galleries/fileapi/itunes_xml_utils.h',
987 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc', 991 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc',
988 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h', 992 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h',
989 'browser/media_galleries/fileapi/media_file_validator_factory.h', 993 'browser/media_galleries/fileapi/media_file_validator_factory.h',
990 'browser/media_galleries/fileapi/media_file_validator_factory.cc', 994 'browser/media_galleries/fileapi/media_file_validator_factory.cc',
991 'browser/media_galleries/fileapi/media_path_filter.cc', 995 'browser/media_galleries/fileapi/media_path_filter.cc',
992 'browser/media_galleries/fileapi/media_path_filter.h', 996 'browser/media_galleries/fileapi/media_path_filter.h',
993 'browser/media_galleries/fileapi/native_media_file_util.cc', 997 'browser/media_galleries/fileapi/native_media_file_util.cc',
994 'browser/media_galleries/fileapi/native_media_file_util.h', 998 'browser/media_galleries/fileapi/native_media_file_util.h',
995 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.cc', 999 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.cc',
996 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.h', 1000 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.h',
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
3263 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3267 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3264 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3268 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3265 }, 3269 },
3266 'includes': [ '../build/android/java_cpp_template.gypi' ], 3270 'includes': [ '../build/android/java_cpp_template.gypi' ],
3267 }, 3271 },
3268 ], 3272 ],
3269 }, 3273 },
3270 ], 3274 ],
3271 ], 3275 ],
3272 } 3276 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/fileapi/itunes_xml_utils.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698