| 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 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 996 'browser/media_galleries/fileapi/media_file_validator_factory.h', | 996 'browser/media_galleries/fileapi/media_file_validator_factory.h', |
| 997 'browser/media_galleries/fileapi/media_file_validator_factory.cc', | 997 'browser/media_galleries/fileapi/media_file_validator_factory.cc', |
| 998 'browser/media_galleries/fileapi/media_path_filter.cc', | 998 'browser/media_galleries/fileapi/media_path_filter.cc', |
| 999 'browser/media_galleries/fileapi/media_path_filter.h', | 999 'browser/media_galleries/fileapi/media_path_filter.h', |
| 1000 'browser/media_galleries/fileapi/native_media_file_util.cc', | 1000 'browser/media_galleries/fileapi/native_media_file_util.cc', |
| 1001 'browser/media_galleries/fileapi/native_media_file_util.h', | 1001 'browser/media_galleries/fileapi/native_media_file_util.h', |
| 1002 'browser/media_galleries/fileapi/picasa/picasa_finder.cc', | 1002 'browser/media_galleries/fileapi/picasa/picasa_finder.cc', |
| 1003 'browser/media_galleries/fileapi/picasa/picasa_finder.h', | 1003 'browser/media_galleries/fileapi/picasa/picasa_finder.h', |
| 1004 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc', | 1004 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc', |
| 1005 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h', | 1005 'browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h', |
| 1006 'browser/media_galleries/fileapi/scanning_file_validator.cc', |
| 1007 'browser/media_galleries/fileapi/scanning_file_validator.h', |
| 1006 'browser/media_galleries/fileapi/supported_image_type_validator.cc', | 1008 'browser/media_galleries/fileapi/supported_image_type_validator.cc', |
| 1007 'browser/media_galleries/fileapi/supported_image_type_validator.h', | 1009 'browser/media_galleries/fileapi/supported_image_type_validator.h', |
| 1008 'browser/media_galleries/imported_media_gallery_registry.cc', | 1010 'browser/media_galleries/imported_media_gallery_registry.cc', |
| 1009 'browser/media_galleries/imported_media_gallery_registry.h', | 1011 'browser/media_galleries/imported_media_gallery_registry.h', |
| 1010 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', | 1012 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', |
| 1011 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', | 1013 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', |
| 1012 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', | 1014 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', |
| 1013 'browser/media_galleries/linux/mtp_device_object_enumerator.h', | 1015 'browser/media_galleries/linux/mtp_device_object_enumerator.h', |
| 1014 'browser/media_galleries/linux/mtp_device_task_helper.cc', | 1016 'browser/media_galleries/linux/mtp_device_task_helper.cc', |
| 1015 'browser/media_galleries/linux/mtp_device_task_helper.h', | 1017 'browser/media_galleries/linux/mtp_device_task_helper.h', |
| (...skipping 2422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3438 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3440 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3439 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3441 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3440 }, | 3442 }, |
| 3441 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3443 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3442 }, | 3444 }, |
| 3443 ], | 3445 ], |
| 3444 }, | 3446 }, |
| 3445 ], | 3447 ], |
| 3446 ], | 3448 ], |
| 3447 } | 3449 } |
| OLD | NEW |