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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1288 'browser/mac/master_prefs.h', | 1288 'browser/mac/master_prefs.h', |
1289 'browser/mac/master_prefs.mm', | 1289 'browser/mac/master_prefs.mm', |
1290 'browser/mac/relauncher.cc', | 1290 'browser/mac/relauncher.cc', |
1291 'browser/mac/relauncher.h', | 1291 'browser/mac/relauncher.h', |
1292 'browser/managed_mode.cc', | 1292 'browser/managed_mode.cc', |
1293 'browser/managed_mode.h', | 1293 'browser/managed_mode.h', |
1294 'browser/media/media_internals.cc', | 1294 'browser/media/media_internals.cc', |
1295 'browser/media/media_internals.h', | 1295 'browser/media/media_internals.h', |
1296 'browser/media/media_stream_devices_menu_model.cc', | 1296 'browser/media/media_stream_devices_menu_model.cc', |
1297 'browser/media/media_stream_devices_menu_model.h', | 1297 'browser/media/media_stream_devices_menu_model.h', |
1298 'browser/media_gallery/media_device_notification_window_win.cc', | |
1299 'browser/media_gallery/media_device_notification_window_win.h', | |
vandebo (ex-Chrome)
2012/04/24 21:58:17
nit: probably should follow the existing name conv
tpayne
2012/04/24 22:59:17
Done.
| |
1298 'browser/media_gallery/media_device_notifications_linux.cc', | 1300 'browser/media_gallery/media_device_notifications_linux.cc', |
1299 'browser/media_gallery/media_device_notifications_linux.h', | 1301 'browser/media_gallery/media_device_notifications_linux.h', |
1300 'browser/media_gallery/media_gallery_database.cc', | 1302 'browser/media_gallery/media_gallery_database.cc', |
1301 'browser/media_gallery/media_gallery_database.h', | 1303 'browser/media_gallery/media_gallery_database.h', |
1302 'browser/media_gallery/media_gallery_database_types.cc', | 1304 'browser/media_gallery/media_gallery_database_types.cc', |
1303 'browser/media_gallery/media_gallery_database_types.h', | 1305 'browser/media_gallery/media_gallery_database_types.h', |
1304 'browser/memory_details.cc', | 1306 'browser/memory_details.cc', |
1305 'browser/memory_details.h', | 1307 'browser/memory_details.h', |
1306 'browser/memory_details_android.cc', | 1308 'browser/memory_details_android.cc', |
1307 'browser/memory_details_linux.cc', | 1309 'browser/memory_details_linux.cc', |
(...skipping 3892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5200 'type': 'static_library', | 5202 'type': 'static_library', |
5201 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5203 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5202 'variables': { | 5204 'variables': { |
5203 'proto_in_dir': 'browser/chromeos/gdata', | 5205 'proto_in_dir': 'browser/chromeos/gdata', |
5204 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5206 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5205 }, | 5207 }, |
5206 'includes': [ '../build/protoc.gypi' ] | 5208 'includes': [ '../build/protoc.gypi' ] |
5207 }, | 5209 }, |
5208 ], | 5210 ], |
5209 } | 5211 } |
OLD | NEW |