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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16304002: Make NativeMediaFileUtil an AsyncFileUtil (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Remove debug statement 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
« no previous file with comments | « chrome/browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc ('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 { 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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'browser/media/media_stream_capture_indicator.cc', 967 'browser/media/media_stream_capture_indicator.cc',
968 'browser/media/media_stream_capture_indicator.h', 968 'browser/media/media_stream_capture_indicator.h',
969 'browser/media/media_stream_devices_controller.cc', 969 'browser/media/media_stream_devices_controller.cc',
970 'browser/media/media_stream_devices_controller.h', 970 'browser/media/media_stream_devices_controller.h',
971 'browser/media/media_stream_infobar_delegate.cc', 971 'browser/media/media_stream_infobar_delegate.cc',
972 'browser/media/media_stream_infobar_delegate.h', 972 'browser/media/media_stream_infobar_delegate.h',
973 'browser/media/webrtc_log_uploader.cc', 973 'browser/media/webrtc_log_uploader.cc',
974 'browser/media/webrtc_log_uploader.h', 974 'browser/media/webrtc_log_uploader.h',
975 'browser/media/webrtc_logging_handler_host.cc', 975 'browser/media/webrtc_logging_handler_host.cc',
976 'browser/media/webrtc_logging_handler_host.h', 976 'browser/media/webrtc_logging_handler_host.h',
977 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
978 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
979 'browser/media_galleries/fileapi/itunes_finder.cc', 977 'browser/media_galleries/fileapi/itunes_finder.cc',
980 'browser/media_galleries/fileapi/itunes_finder.h', 978 'browser/media_galleries/fileapi/itunes_finder.h',
981 'browser/media_galleries/fileapi/itunes_finder_mac.h', 979 'browser/media_galleries/fileapi/itunes_finder_mac.h',
982 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 980 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
983 'browser/media_galleries/fileapi/itunes_finder_win.cc', 981 'browser/media_galleries/fileapi/itunes_finder_win.cc',
984 'browser/media_galleries/fileapi/itunes_finder_win.h', 982 'browser/media_galleries/fileapi/itunes_finder_win.h',
985 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 983 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
986 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 984 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
987 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc', 985 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc',
988 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h', 986 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h',
(...skipping 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after
3263 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3261 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3264 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3262 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3265 }, 3263 },
3266 'includes': [ '../build/android/java_cpp_template.gypi' ], 3264 'includes': [ '../build/android/java_cpp_template.gypi' ],
3267 }, 3265 },
3268 ], 3266 ],
3269 }, 3267 },
3270 ], 3268 ],
3271 ], 3269 ],
3272 } 3270 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698