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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15653004: Picasa import: Make NativeMediaFileUtil an AsyncFileUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'browser/media/audio_stream_indicator.cc', 968 'browser/media/audio_stream_indicator.cc',
969 'browser/media/audio_stream_indicator.h', 969 'browser/media/audio_stream_indicator.h',
970 'browser/media/media_capture_devices_dispatcher.cc', 970 'browser/media/media_capture_devices_dispatcher.cc',
971 'browser/media/media_capture_devices_dispatcher.h', 971 'browser/media/media_capture_devices_dispatcher.h',
972 'browser/media/media_stream_capture_indicator.cc', 972 'browser/media/media_stream_capture_indicator.cc',
973 'browser/media/media_stream_capture_indicator.h', 973 'browser/media/media_stream_capture_indicator.h',
974 'browser/media/media_stream_devices_controller.cc', 974 'browser/media/media_stream_devices_controller.cc',
975 'browser/media/media_stream_devices_controller.h', 975 'browser/media/media_stream_devices_controller.h',
976 'browser/media/media_stream_infobar_delegate.cc', 976 'browser/media/media_stream_infobar_delegate.cc',
977 'browser/media/media_stream_infobar_delegate.h', 977 'browser/media/media_stream_infobar_delegate.h',
978 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
979 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
980 'browser/media_galleries/fileapi/itunes_finder.cc', 978 'browser/media_galleries/fileapi/itunes_finder.cc',
981 'browser/media_galleries/fileapi/itunes_finder.h', 979 'browser/media_galleries/fileapi/itunes_finder.h',
982 'browser/media_galleries/fileapi/itunes_finder_mac.h', 980 'browser/media_galleries/fileapi/itunes_finder_mac.h',
983 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 981 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
984 'browser/media_galleries/fileapi/itunes_finder_win.cc', 982 'browser/media_galleries/fileapi/itunes_finder_win.cc',
985 'browser/media_galleries/fileapi/itunes_finder_win.h', 983 'browser/media_galleries/fileapi/itunes_finder_win.h',
986 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 984 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
987 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 985 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
988 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc', 986 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. cc',
989 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h', 987 'browser/media_galleries/fileapi/media_file_system_mount_point_provider. h',
(...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3247 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3250 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3248 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3251 }, 3249 },
3252 'includes': [ '../build/android/java_cpp_template.gypi' ], 3250 'includes': [ '../build/android/java_cpp_template.gypi' ],
3253 }, 3251 },
3254 ], 3252 ],
3255 }, 3253 },
3256 ], 3254 ],
3257 ], 3255 ],
3258 } 3256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698