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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 'browser/media_gallery/media_galleries_preferences_factory.h', | 1042 'browser/media_gallery/media_galleries_preferences_factory.h', |
1043 'browser/media_gallery/media_gallery_database.cc', | 1043 'browser/media_gallery/media_gallery_database.cc', |
1044 'browser/media_gallery/media_gallery_database.h', | 1044 'browser/media_gallery/media_gallery_database.h', |
1045 'browser/media_gallery/media_gallery_database_types.cc', | 1045 'browser/media_gallery/media_gallery_database_types.cc', |
1046 'browser/media_gallery/media_gallery_database_types.h', | 1046 'browser/media_gallery/media_gallery_database_types.h', |
1047 'browser/media_gallery/mtp_device_delegate_impl.h', | 1047 'browser/media_gallery/mtp_device_delegate_impl.h', |
1048 'browser/media_gallery/scoped_mtp_device_map_entry.cc', | 1048 'browser/media_gallery/scoped_mtp_device_map_entry.cc', |
1049 'browser/media_gallery/scoped_mtp_device_map_entry.h', | 1049 'browser/media_gallery/scoped_mtp_device_map_entry.h', |
1050 'browser/media_gallery/transient_device_ids.cc', | 1050 'browser/media_gallery/transient_device_ids.cc', |
1051 'browser/media_gallery/transient_device_ids.h', | 1051 'browser/media_gallery/transient_device_ids.h', |
| 1052 'browser/media/webrtc_internals.cc', |
| 1053 'browser/media/webrtc_internals.h', |
1052 'browser/memory_details.cc', | 1054 'browser/memory_details.cc', |
1053 'browser/memory_details.h', | 1055 'browser/memory_details.h', |
1054 'browser/memory_details_android.cc', | 1056 'browser/memory_details_android.cc', |
1055 'browser/memory_details_linux.cc', | 1057 'browser/memory_details_linux.cc', |
1056 'browser/memory_details_mac.cc', | 1058 'browser/memory_details_mac.cc', |
1057 'browser/memory_details_win.cc', | 1059 'browser/memory_details_win.cc', |
1058 'browser/memory_purger.cc', | 1060 'browser/memory_purger.cc', |
1059 'browser/memory_purger.h', | 1061 'browser/memory_purger.h', |
1060 'browser/metrics/field_trial_synchronizer.cc', | 1062 'browser/metrics/field_trial_synchronizer.cc', |
1061 'browser/metrics/field_trial_synchronizer.h', | 1063 'browser/metrics/field_trial_synchronizer.h', |
(...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3129 'variables': { | 3131 'variables': { |
3130 'jni_gen_dir': 'chrome', | 3132 'jni_gen_dir': 'chrome', |
3131 }, | 3133 }, |
3132 'includes': [ '../build/jni_generator.gypi' ], | 3134 'includes': [ '../build/jni_generator.gypi' ], |
3133 }, | 3135 }, |
3134 ], | 3136 ], |
3135 }, | 3137 }, |
3136 ], | 3138 ], |
3137 ], | 3139 ], |
3138 } | 3140 } |
OLD | NEW |