| 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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 'browser/media_gallery/media_galleries_preferences_factory.h', | 1036 'browser/media_gallery/media_galleries_preferences_factory.h', |
| 1037 'browser/media_gallery/media_gallery_database.cc', | 1037 'browser/media_gallery/media_gallery_database.cc', |
| 1038 'browser/media_gallery/media_gallery_database.h', | 1038 'browser/media_gallery/media_gallery_database.h', |
| 1039 'browser/media_gallery/media_gallery_database_types.cc', | 1039 'browser/media_gallery/media_gallery_database_types.cc', |
| 1040 'browser/media_gallery/media_gallery_database_types.h', | 1040 'browser/media_gallery/media_gallery_database_types.h', |
| 1041 'browser/media_gallery/mtp_device_delegate_impl.h', | 1041 'browser/media_gallery/mtp_device_delegate_impl.h', |
| 1042 'browser/media_gallery/scoped_mtp_device_map_entry.cc', | 1042 'browser/media_gallery/scoped_mtp_device_map_entry.cc', |
| 1043 'browser/media_gallery/scoped_mtp_device_map_entry.h', | 1043 'browser/media_gallery/scoped_mtp_device_map_entry.h', |
| 1044 'browser/media_gallery/transient_device_ids.cc', | 1044 'browser/media_gallery/transient_device_ids.cc', |
| 1045 'browser/media_gallery/transient_device_ids.h', | 1045 'browser/media_gallery/transient_device_ids.h', |
| 1046 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc', |
| 1047 'browser/media_gallery/win/mtp_device_delegate_impl_win.h', |
| 1048 'browser/media_gallery/win/mtp_device_object_entry.cc', |
| 1049 'browser/media_gallery/win/mtp_device_object_entry.h', |
| 1050 'browser/media_gallery/win/mtp_device_object_enumerator.cc', |
| 1051 'browser/media_gallery/win/mtp_device_object_enumerator.h', |
| 1052 'browser/media_gallery/win/mtp_device_operations_util.cc', |
| 1053 'browser/media_gallery/win/mtp_device_operations_util.h', |
| 1054 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc', |
| 1055 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h', |
| 1046 'browser/memory_details.cc', | 1056 'browser/memory_details.cc', |
| 1047 'browser/memory_details.h', | 1057 'browser/memory_details.h', |
| 1048 'browser/memory_details_android.cc', | 1058 'browser/memory_details_android.cc', |
| 1049 'browser/memory_details_linux.cc', | 1059 'browser/memory_details_linux.cc', |
| 1050 'browser/memory_details_mac.cc', | 1060 'browser/memory_details_mac.cc', |
| 1051 'browser/memory_details_win.cc', | 1061 'browser/memory_details_win.cc', |
| 1052 'browser/memory_purger.cc', | 1062 'browser/memory_purger.cc', |
| 1053 'browser/memory_purger.h', | 1063 'browser/memory_purger.h', |
| 1054 'browser/metrics/field_trial_synchronizer.cc', | 1064 'browser/metrics/field_trial_synchronizer.cc', |
| 1055 'browser/metrics/field_trial_synchronizer.h', | 1065 'browser/metrics/field_trial_synchronizer.h', |
| (...skipping 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3116 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3126 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3117 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3127 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3118 }, | 3128 }, |
| 3119 'includes': ['../build/protoc.gypi'], | 3129 'includes': ['../build/protoc.gypi'], |
| 3120 }, | 3130 }, |
| 3121 ], | 3131 ], |
| 3122 }, | 3132 }, |
| 3123 ], | 3133 ], |
| 3124 ], | 3134 ], |
| 3125 } | 3135 } |
| OLD | NEW |