| 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 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 991 'browser/media_galleries/fileapi/media_file_system_backend.cc', | 991 'browser/media_galleries/fileapi/media_file_system_backend.cc', |
| 992 'browser/media_galleries/fileapi/media_file_system_backend.h', | 992 'browser/media_galleries/fileapi/media_file_system_backend.h', |
| 993 'browser/media_galleries/fileapi/media_file_validator_factory.h', | 993 'browser/media_galleries/fileapi/media_file_validator_factory.h', |
| 994 'browser/media_galleries/fileapi/media_file_validator_factory.cc', | 994 'browser/media_galleries/fileapi/media_file_validator_factory.cc', |
| 995 'browser/media_galleries/fileapi/media_path_filter.cc', | 995 'browser/media_galleries/fileapi/media_path_filter.cc', |
| 996 'browser/media_galleries/fileapi/media_path_filter.h', | 996 'browser/media_galleries/fileapi/media_path_filter.h', |
| 997 'browser/media_galleries/fileapi/native_media_file_util.cc', | 997 'browser/media_galleries/fileapi/native_media_file_util.cc', |
| 998 'browser/media_galleries/fileapi/native_media_file_util.h', | 998 'browser/media_galleries/fileapi/native_media_file_util.h', |
| 999 'browser/media_galleries/fileapi/picasa/picasa_finder.cc', | 999 'browser/media_galleries/fileapi/picasa/picasa_finder.cc', |
| 1000 'browser/media_galleries/fileapi/picasa/picasa_finder.h', | 1000 'browser/media_galleries/fileapi/picasa/picasa_finder.h', |
| 1001 'browser/media_galleries/fileapi/safe_audio_video_checker.cc', |
| 1002 'browser/media_galleries/fileapi/safe_audio_video_checker.h', |
| 1001 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc', | 1003 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc', |
| 1002 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h', | 1004 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h', |
| 1005 'browser/media_galleries/fileapi/supported_audio_video_checker.cc', |
| 1006 'browser/media_galleries/fileapi/supported_audio_video_checker.h', |
| 1003 'browser/media_galleries/fileapi/supported_image_type_validator.cc', | 1007 'browser/media_galleries/fileapi/supported_image_type_validator.cc', |
| 1004 'browser/media_galleries/fileapi/supported_image_type_validator.h', | 1008 'browser/media_galleries/fileapi/supported_image_type_validator.h', |
| 1005 'browser/media_galleries/imported_media_gallery_registry.cc', | 1009 'browser/media_galleries/imported_media_gallery_registry.cc', |
| 1006 'browser/media_galleries/imported_media_gallery_registry.h', | 1010 'browser/media_galleries/imported_media_gallery_registry.h', |
| 1007 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', | 1011 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', |
| 1008 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', | 1012 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', |
| 1009 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', | 1013 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', |
| 1010 'browser/media_galleries/linux/mtp_device_object_enumerator.h', | 1014 'browser/media_galleries/linux/mtp_device_object_enumerator.h', |
| 1011 'browser/media_galleries/linux/mtp_device_task_helper.cc', | 1015 'browser/media_galleries/linux/mtp_device_task_helper.cc', |
| 1012 'browser/media_galleries/linux/mtp_device_task_helper.h', | 1016 'browser/media_galleries/linux/mtp_device_task_helper.h', |
| (...skipping 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3411 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3415 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3412 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3416 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3413 }, | 3417 }, |
| 3414 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3418 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3415 }, | 3419 }, |
| 3416 ], | 3420 ], |
| 3417 }, | 3421 }, |
| 3418 ], | 3422 ], |
| 3419 ], | 3423 ], |
| 3420 } | 3424 } |
| OLD | NEW |