OLD | NEW |
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 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1092 'browser/media_galleries/fileapi/mtp_device_async_delegate.h', | 1092 'browser/media_galleries/fileapi/mtp_device_async_delegate.h', |
1093 'browser/media_galleries/fileapi/mtp_device_map_service.cc', | 1093 'browser/media_galleries/fileapi/mtp_device_map_service.cc', |
1094 'browser/media_galleries/fileapi/mtp_device_map_service.h', | 1094 'browser/media_galleries/fileapi/mtp_device_map_service.h', |
1095 'browser/media_galleries/fileapi/native_media_file_util.cc', | 1095 'browser/media_galleries/fileapi/native_media_file_util.cc', |
1096 'browser/media_galleries/fileapi/native_media_file_util.h', | 1096 'browser/media_galleries/fileapi/native_media_file_util.h', |
1097 'browser/media_galleries/fileapi/picasa_finder.cc', | 1097 'browser/media_galleries/fileapi/picasa_finder.cc', |
1098 'browser/media_galleries/fileapi/picasa_finder.h', | 1098 'browser/media_galleries/fileapi/picasa_finder.h', |
1099 'browser/media_galleries/fileapi/picasa_finder_mac.mm', | 1099 'browser/media_galleries/fileapi/picasa_finder_mac.mm', |
1100 'browser/media_galleries/fileapi/safe_audio_video_checker.cc', | 1100 'browser/media_galleries/fileapi/safe_audio_video_checker.cc', |
1101 'browser/media_galleries/fileapi/safe_audio_video_checker.h', | 1101 'browser/media_galleries/fileapi/safe_audio_video_checker.h', |
| 1102 'browser/media_galleries/fileapi/safe_media_metadata_parser.cc', |
| 1103 'browser/media_galleries/fileapi/safe_media_metadata_parser.h', |
1102 'browser/media_galleries/fileapi/supported_audio_video_checker.cc', | 1104 'browser/media_galleries/fileapi/supported_audio_video_checker.cc', |
1103 'browser/media_galleries/fileapi/supported_audio_video_checker.h', | 1105 'browser/media_galleries/fileapi/supported_audio_video_checker.h', |
1104 'browser/media_galleries/fileapi/supported_image_type_validator.cc', | 1106 'browser/media_galleries/fileapi/supported_image_type_validator.cc', |
1105 'browser/media_galleries/fileapi/supported_image_type_validator.h', | 1107 'browser/media_galleries/fileapi/supported_image_type_validator.h', |
1106 'browser/media_galleries/imported_media_gallery_registry.cc', | 1108 'browser/media_galleries/imported_media_gallery_registry.cc', |
1107 'browser/media_galleries/imported_media_gallery_registry.h', | 1109 'browser/media_galleries/imported_media_gallery_registry.h', |
1108 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', | 1110 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', |
1109 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', | 1111 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', |
1110 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', | 1112 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', |
1111 'browser/media_galleries/linux/mtp_device_object_enumerator.h', | 1113 'browser/media_galleries/linux/mtp_device_object_enumerator.h', |
(...skipping 2510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3622 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3624 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3623 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3625 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3624 }, | 3626 }, |
3625 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3627 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3626 }, | 3628 }, |
3627 ], | 3629 ], |
3628 }, | 3630 }, |
3629 ], | 3631 ], |
3630 ], | 3632 ], |
3631 } | 3633 } |
OLD | NEW |