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

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: 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 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 'browser/media_galleries/fileapi/filtering_file_enumerator.cc', 978 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
979 'browser/media_galleries/fileapi/filtering_file_enumerator.h', 979 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
980 'browser/media_galleries/fileapi/itunes_finder.cc', 980 'browser/media_galleries/fileapi/itunes_finder.cc',
981 'browser/media_galleries/fileapi/itunes_finder.h', 981 'browser/media_galleries/fileapi/itunes_finder.h',
982 'browser/media_galleries/fileapi/itunes_finder_mac.h', 982 'browser/media_galleries/fileapi/itunes_finder_mac.h',
983 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 983 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
984 'browser/media_galleries/fileapi/itunes_finder_win.cc', 984 'browser/media_galleries/fileapi/itunes_finder_win.cc',
985 'browser/media_galleries/fileapi/itunes_finder_win.h', 985 'browser/media_galleries/fileapi/itunes_finder_win.h',
986 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 986 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
987 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 987 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
988 'browser/media_galleries/fileapi/itunes_library_parser.cc',
989 'browser/media_galleries/fileapi/itunes_library_parser.h',
988 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc', 990 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc',
989 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h', 991 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h',
990 'browser/media_galleries/fileapi/media_path_filter.cc', 992 'browser/media_galleries/fileapi/media_path_filter.cc',
991 'browser/media_galleries/fileapi/media_path_filter.h', 993 'browser/media_galleries/fileapi/media_path_filter.h',
992 'browser/media_galleries/fileapi/native_media_file_util.cc', 994 'browser/media_galleries/fileapi/native_media_file_util.cc',
993 'browser/media_galleries/fileapi/native_media_file_util.h', 995 'browser/media_galleries/fileapi/native_media_file_util.h',
994 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.cc', 996 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.cc',
995 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.h', 997 'browser/media_galleries/fileapi/picasa/picasa_album_table_reader.h',
996 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc', 998 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc',
997 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h', 999 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h',
(...skipping 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3251 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3250 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3252 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3251 }, 3253 },
3252 'includes': [ '../build/android/java_cpp_template.gypi' ], 3254 'includes': [ '../build/android/java_cpp_template.gypi' ],
3253 }, 3255 },
3254 ], 3256 ],
3255 }, 3257 },
3256 ], 3258 ],
3257 ], 3259 ],
3258 } 3260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698