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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 'browser/media_galleries/fileapi/media_file_validator_factory.h', | 975 'browser/media_galleries/fileapi/media_file_validator_factory.h', |
976 'browser/media_galleries/fileapi/media_file_validator_factory.cc', | 976 'browser/media_galleries/fileapi/media_file_validator_factory.cc', |
977 'browser/media_galleries/fileapi/media_path_filter.cc', | 977 'browser/media_galleries/fileapi/media_path_filter.cc', |
978 'browser/media_galleries/fileapi/media_path_filter.h', | 978 'browser/media_galleries/fileapi/media_path_filter.h', |
979 'browser/media_galleries/fileapi/native_media_file_util.cc', | 979 'browser/media_galleries/fileapi/native_media_file_util.cc', |
980 'browser/media_galleries/fileapi/native_media_file_util.h', | 980 'browser/media_galleries/fileapi/native_media_file_util.h', |
981 'browser/media_galleries/fileapi/picasa/picasa_finder.cc', | 981 'browser/media_galleries/fileapi/picasa/picasa_finder.cc', |
982 'browser/media_galleries/fileapi/picasa/picasa_finder.h', | 982 'browser/media_galleries/fileapi/picasa/picasa_finder.h', |
983 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc', | 983 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc', |
984 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h', | 984 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h', |
| 985 'browser/media_galleries/fileapi/scanning_file_validator.cc', |
| 986 'browser/media_galleries/fileapi/scanning_file_validator.h', |
985 'browser/media_galleries/fileapi/supported_image_type_validator.cc', | 987 'browser/media_galleries/fileapi/supported_image_type_validator.cc', |
986 'browser/media_galleries/fileapi/supported_image_type_validator.h', | 988 'browser/media_galleries/fileapi/supported_image_type_validator.h', |
987 'browser/media_galleries/imported_media_gallery_registry.cc', | 989 'browser/media_galleries/imported_media_gallery_registry.cc', |
988 'browser/media_galleries/imported_media_gallery_registry.h', | 990 'browser/media_galleries/imported_media_gallery_registry.h', |
989 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', | 991 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', |
990 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', | 992 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', |
991 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', | 993 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', |
992 'browser/media_galleries/linux/mtp_device_object_enumerator.h', | 994 'browser/media_galleries/linux/mtp_device_object_enumerator.h', |
993 'browser/media_galleries/linux/mtp_device_task_helper.cc', | 995 'browser/media_galleries/linux/mtp_device_task_helper.cc', |
994 'browser/media_galleries/linux/mtp_device_task_helper.h', | 996 'browser/media_galleries/linux/mtp_device_task_helper.h', |
(...skipping 2390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3385 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3387 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3386 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3388 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3387 }, | 3389 }, |
3388 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3390 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3389 }, | 3391 }, |
3390 ], | 3392 ], |
3391 }, | 3393 }, |
3392 ], | 3394 ], |
3393 ], | 3395 ], |
3394 } | 3396 } |
OLD | NEW |