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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16158004: iTunes file util and data provider for media galleries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo incorrect fix 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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'browser/media/media_stream_capture_indicator.cc', 969 'browser/media/media_stream_capture_indicator.cc',
970 'browser/media/media_stream_capture_indicator.h', 970 'browser/media/media_stream_capture_indicator.h',
971 'browser/media/media_stream_devices_controller.cc', 971 'browser/media/media_stream_devices_controller.cc',
972 'browser/media/media_stream_devices_controller.h', 972 'browser/media/media_stream_devices_controller.h',
973 'browser/media/media_stream_infobar_delegate.cc', 973 'browser/media/media_stream_infobar_delegate.cc',
974 'browser/media/media_stream_infobar_delegate.h', 974 'browser/media/media_stream_infobar_delegate.h',
975 'browser/media/webrtc_log_uploader.cc', 975 'browser/media/webrtc_log_uploader.cc',
976 'browser/media/webrtc_log_uploader.h', 976 'browser/media/webrtc_log_uploader.h',
977 'browser/media/webrtc_logging_handler_host.cc', 977 'browser/media/webrtc_logging_handler_host.cc',
978 'browser/media/webrtc_logging_handler_host.h', 978 'browser/media/webrtc_logging_handler_host.h',
979 'browser/media_galleries/fileapi/itunes_data_provider.cc',
980 'browser/media_galleries/fileapi/itunes_data_provider.h',
979 'browser/media_galleries/fileapi/itunes_finder.cc', 981 'browser/media_galleries/fileapi/itunes_finder.cc',
980 'browser/media_galleries/fileapi/itunes_finder.h', 982 'browser/media_galleries/fileapi/itunes_finder.h',
981 'browser/media_galleries/fileapi/itunes_finder_mac.h', 983 'browser/media_galleries/fileapi/itunes_finder_mac.h',
982 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 984 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
983 'browser/media_galleries/fileapi/itunes_finder_win.cc', 985 'browser/media_galleries/fileapi/itunes_finder_win.cc',
984 'browser/media_galleries/fileapi/itunes_finder_win.h', 986 'browser/media_galleries/fileapi/itunes_finder_win.h',
985 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 987 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
986 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 988 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
987 'browser/media_galleries/fileapi/itunes_library_parser.cc', 989 'browser/media_galleries/fileapi/itunes_library_parser.cc',
988 'browser/media_galleries/fileapi/itunes_library_parser.h', 990 'browser/media_galleries/fileapi/itunes_library_parser.h',
(...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3266 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3268 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3267 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3269 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3268 }, 3270 },
3269 'includes': [ '../build/android/java_cpp_template.gypi' ], 3271 'includes': [ '../build/android/java_cpp_template.gypi' ],
3270 }, 3272 },
3271 ], 3273 ],
3272 }, 3274 },
3273 ], 3275 ],
3274 ], 3276 ],
3275 } 3277 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698