OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1291 'browser/mac/keystone_registration.h', | 1291 'browser/mac/keystone_registration.h', |
1292 'browser/mac/keystone_registration.mm', | 1292 'browser/mac/keystone_registration.mm', |
1293 'browser/mac/master_prefs.h', | 1293 'browser/mac/master_prefs.h', |
1294 'browser/mac/master_prefs.mm', | 1294 'browser/mac/master_prefs.mm', |
1295 'browser/mac/relauncher.cc', | 1295 'browser/mac/relauncher.cc', |
1296 'browser/mac/relauncher.h', | 1296 'browser/mac/relauncher.h', |
1297 'browser/managed_mode.cc', | 1297 'browser/managed_mode.cc', |
1298 'browser/managed_mode.h', | 1298 'browser/managed_mode.h', |
1299 'browser/media/media_internals.cc', | 1299 'browser/media/media_internals.cc', |
1300 'browser/media/media_internals.h', | 1300 'browser/media/media_internals.h', |
| 1301 'browser/media/media_stream_capture_indicator.cc', |
| 1302 'browser/media/media_stream_capture_indicator.h', |
1301 'browser/media/media_stream_devices_menu_model.cc', | 1303 'browser/media/media_stream_devices_menu_model.cc', |
1302 'browser/media/media_stream_devices_menu_model.h', | 1304 'browser/media/media_stream_devices_menu_model.h', |
1303 'browser/media_gallery/media_device_notifications_linux.cc', | 1305 'browser/media_gallery/media_device_notifications_linux.cc', |
1304 'browser/media_gallery/media_device_notifications_linux.h', | 1306 'browser/media_gallery/media_device_notifications_linux.h', |
1305 'browser/media_gallery/media_gallery_database.cc', | 1307 'browser/media_gallery/media_gallery_database.cc', |
1306 'browser/media_gallery/media_gallery_database.h', | 1308 'browser/media_gallery/media_gallery_database.h', |
1307 'browser/media_gallery/media_gallery_database_types.cc', | 1309 'browser/media_gallery/media_gallery_database_types.cc', |
1308 'browser/media_gallery/media_gallery_database_types.h', | 1310 'browser/media_gallery/media_gallery_database_types.h', |
1309 'browser/memory_details.cc', | 1311 'browser/memory_details.cc', |
1310 'browser/memory_details.h', | 1312 'browser/memory_details.h', |
(...skipping 3901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5212 'type': 'static_library', | 5214 'type': 'static_library', |
5213 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5215 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5214 'variables': { | 5216 'variables': { |
5215 'proto_in_dir': 'browser/chromeos/gdata', | 5217 'proto_in_dir': 'browser/chromeos/gdata', |
5216 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5218 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5217 }, | 5219 }, |
5218 'includes': [ '../build/protoc.gypi' ] | 5220 'includes': [ '../build/protoc.gypi' ] |
5219 }, | 5221 }, |
5220 ], | 5222 ], |
5221 } | 5223 } |
OLD | NEW |