| 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 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1300 'browser/mac/keystone_registration.h', | 1300 'browser/mac/keystone_registration.h', |
| 1301 'browser/mac/keystone_registration.mm', | 1301 'browser/mac/keystone_registration.mm', |
| 1302 'browser/mac/master_prefs.h', | 1302 'browser/mac/master_prefs.h', |
| 1303 'browser/mac/master_prefs.mm', | 1303 'browser/mac/master_prefs.mm', |
| 1304 'browser/mac/relauncher.cc', | 1304 'browser/mac/relauncher.cc', |
| 1305 'browser/mac/relauncher.h', | 1305 'browser/mac/relauncher.h', |
| 1306 'browser/managed_mode.cc', | 1306 'browser/managed_mode.cc', |
| 1307 'browser/managed_mode.h', | 1307 'browser/managed_mode.h', |
| 1308 'browser/media/media_internals.cc', | 1308 'browser/media/media_internals.cc', |
| 1309 'browser/media/media_internals.h', | 1309 'browser/media/media_internals.h', |
| 1310 'browser/media/media_stream_capture_indicator.cc', |
| 1311 'browser/media/media_stream_capture_indicator.h', |
| 1310 'browser/media/media_stream_devices_menu_model.cc', | 1312 'browser/media/media_stream_devices_menu_model.cc', |
| 1311 'browser/media/media_stream_devices_menu_model.h', | 1313 'browser/media/media_stream_devices_menu_model.h', |
| 1312 'browser/media_gallery/media_device_notifications_linux.cc', | 1314 'browser/media_gallery/media_device_notifications_linux.cc', |
| 1313 'browser/media_gallery/media_device_notifications_linux.h', | 1315 'browser/media_gallery/media_device_notifications_linux.h', |
| 1314 'browser/media_gallery/media_device_notifications_window_win.cc', | 1316 'browser/media_gallery/media_device_notifications_window_win.cc', |
| 1315 'browser/media_gallery/media_device_notifications_window_win.h', | 1317 'browser/media_gallery/media_device_notifications_window_win.h', |
| 1316 'browser/media_gallery/media_gallery_database.cc', | 1318 'browser/media_gallery/media_gallery_database.cc', |
| 1317 'browser/media_gallery/media_gallery_database.h', | 1319 'browser/media_gallery/media_gallery_database.h', |
| 1318 'browser/media_gallery/media_gallery_database_types.cc', | 1320 'browser/media_gallery/media_gallery_database_types.cc', |
| 1319 'browser/media_gallery/media_gallery_database_types.h', | 1321 'browser/media_gallery/media_gallery_database_types.h', |
| (...skipping 3927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5247 'type': 'static_library', | 5249 'type': 'static_library', |
| 5248 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5250 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5249 'variables': { | 5251 'variables': { |
| 5250 'proto_in_dir': 'browser/chromeos/gdata', | 5252 'proto_in_dir': 'browser/chromeos/gdata', |
| 5251 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5253 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5252 }, | 5254 }, |
| 5253 'includes': [ '../build/protoc.gypi' ] | 5255 'includes': [ '../build/protoc.gypi' ] |
| 5254 }, | 5256 }, |
| 5255 ], | 5257 ], |
| 5256 } | 5258 } |
| OLD | NEW |