| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 'browser/media_gallery/media_galleries_preferences.h', | 1032 'browser/media_gallery/media_galleries_preferences.h', |
| 1033 'browser/media_gallery/media_galleries_preferences_factory.cc', | 1033 'browser/media_gallery/media_galleries_preferences_factory.cc', |
| 1034 'browser/media_gallery/media_galleries_preferences_factory.h', | 1034 'browser/media_gallery/media_galleries_preferences_factory.h', |
| 1035 'browser/media_gallery/media_gallery_database.cc', | 1035 'browser/media_gallery/media_gallery_database.cc', |
| 1036 'browser/media_gallery/media_gallery_database.h', | 1036 'browser/media_gallery/media_gallery_database.h', |
| 1037 'browser/media_gallery/media_gallery_database_types.cc', | 1037 'browser/media_gallery/media_gallery_database_types.cc', |
| 1038 'browser/media_gallery/media_gallery_database_types.h', | 1038 'browser/media_gallery/media_gallery_database_types.h', |
| 1039 'browser/media_gallery/mtp_device_delegate_impl.h', | 1039 'browser/media_gallery/mtp_device_delegate_impl.h', |
| 1040 'browser/media_gallery/mtp_device_delegate_impl_linux.cc', | 1040 'browser/media_gallery/mtp_device_delegate_impl_linux.cc', |
| 1041 'browser/media_gallery/mtp_device_delegate_impl_linux.h', | 1041 'browser/media_gallery/mtp_device_delegate_impl_linux.h', |
| 1042 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc', |
| 1043 'browser/media_gallery/win/mtp_device_delegate_impl_win.h', |
| 1044 'browser/media_gallery/win/mtp_device_object_entry.cc', |
| 1045 'browser/media_gallery/win/mtp_device_object_entry.h', |
| 1046 'browser/media_gallery/win/mtp_device_object_enumerator.cc', |
| 1047 'browser/media_gallery/win/mtp_device_object_enumerator.h', |
| 1048 'browser/media_gallery/win/mtp_device_operations_util.cc', |
| 1049 'browser/media_gallery/win/mtp_device_operations_util.h', |
| 1050 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc', |
| 1051 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h', |
| 1042 'browser/memory_details.cc', | 1052 'browser/memory_details.cc', |
| 1043 'browser/memory_details.h', | 1053 'browser/memory_details.h', |
| 1044 'browser/memory_details_android.cc', | 1054 'browser/memory_details_android.cc', |
| 1045 'browser/memory_details_linux.cc', | 1055 'browser/memory_details_linux.cc', |
| 1046 'browser/memory_details_mac.cc', | 1056 'browser/memory_details_mac.cc', |
| 1047 'browser/memory_details_win.cc', | 1057 'browser/memory_details_win.cc', |
| 1048 'browser/memory_purger.cc', | 1058 'browser/memory_purger.cc', |
| 1049 'browser/memory_purger.h', | 1059 'browser/memory_purger.h', |
| 1050 'browser/metrics/field_trial_synchronizer.cc', | 1060 'browser/metrics/field_trial_synchronizer.cc', |
| 1051 'browser/metrics/field_trial_synchronizer.h', | 1061 'browser/metrics/field_trial_synchronizer.h', |
| (...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2970 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2980 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2971 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2981 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2972 }, | 2982 }, |
| 2973 'includes': ['../build/protoc.gypi'], | 2983 'includes': ['../build/protoc.gypi'], |
| 2974 }, | 2984 }, |
| 2975 ], | 2985 ], |
| 2976 }, | 2986 }, |
| 2977 ], | 2987 ], |
| 2978 ], | 2988 ], |
| 2979 } | 2989 } |
| OLD | NEW |