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

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: Address my comments 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'browser/media/media_capture_devices_dispatcher.cc', 966 'browser/media/media_capture_devices_dispatcher.cc',
967 'browser/media/media_capture_devices_dispatcher.h', 967 'browser/media/media_capture_devices_dispatcher.h',
968 'browser/media/media_stream_capture_indicator.cc', 968 'browser/media/media_stream_capture_indicator.cc',
969 'browser/media/media_stream_capture_indicator.h', 969 'browser/media/media_stream_capture_indicator.h',
970 'browser/media/media_stream_devices_controller.cc', 970 'browser/media/media_stream_devices_controller.cc',
971 'browser/media/media_stream_devices_controller.h', 971 'browser/media/media_stream_devices_controller.h',
972 'browser/media/media_stream_infobar_delegate.cc', 972 'browser/media/media_stream_infobar_delegate.cc',
973 'browser/media/media_stream_infobar_delegate.h', 973 'browser/media/media_stream_infobar_delegate.h',
974 'browser/media/webrtc_logging_handler_host.cc', 974 'browser/media/webrtc_logging_handler_host.cc',
975 'browser/media/webrtc_logging_handler_host.h', 975 'browser/media/webrtc_logging_handler_host.h',
976 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
977 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
978 'browser/media_galleries/fileapi/itunes_finder.cc', 976 'browser/media_galleries/fileapi/itunes_finder.cc',
979 'browser/media_galleries/fileapi/itunes_finder.h', 977 'browser/media_galleries/fileapi/itunes_finder.h',
980 'browser/media_galleries/fileapi/itunes_finder_mac.h', 978 'browser/media_galleries/fileapi/itunes_finder_mac.h',
981 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 979 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
982 'browser/media_galleries/fileapi/itunes_finder_win.cc', 980 'browser/media_galleries/fileapi/itunes_finder_win.cc',
983 'browser/media_galleries/fileapi/itunes_finder_win.h', 981 'browser/media_galleries/fileapi/itunes_finder_win.h',
984 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 982 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
985 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 983 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
986 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc', 984 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc',
987 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h', 985 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h',
(...skipping 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3258 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3261 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3259 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3262 }, 3260 },
3263 'includes': [ '../build/android/java_cpp_template.gypi' ], 3261 'includes': [ '../build/android/java_cpp_template.gypi' ],
3264 }, 3262 },
3265 ], 3263 ],
3266 }, 3264 },
3267 ], 3265 ],
3268 ], 3266 ],
3269 } 3267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698