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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'browser/chromeos/audio/audio_mixer_cras.cc', | 410 'browser/chromeos/audio/audio_mixer_cras.cc', |
411 'browser/chromeos/audio/audio_mixer_cras.h', | 411 'browser/chromeos/audio/audio_mixer_cras.h', |
412 'browser/chromeos/background/desktop_background_observer.cc', | 412 'browser/chromeos/background/desktop_background_observer.cc', |
413 'browser/chromeos/background/desktop_background_observer.h', | 413 'browser/chromeos/background/desktop_background_observer.h', |
414 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 414 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
415 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 415 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
416 'browser/chromeos/bluetooth/bluetooth_device.cc', | 416 'browser/chromeos/bluetooth/bluetooth_device.cc', |
417 'browser/chromeos/bluetooth/bluetooth_device.h', | 417 'browser/chromeos/bluetooth/bluetooth_device.h', |
418 'browser/chromeos/bluetooth/bluetooth_service_record.cc', | 418 'browser/chromeos/bluetooth/bluetooth_service_record.cc', |
419 'browser/chromeos/bluetooth/bluetooth_service_record.h', | 419 'browser/chromeos/bluetooth/bluetooth_service_record.h', |
| 420 'browser/chromeos/bluetooth/bluetooth_socket.cc', |
| 421 'browser/chromeos/bluetooth/bluetooth_socket.h', |
420 'browser/chromeos/boot_times_loader.cc', | 422 'browser/chromeos/boot_times_loader.cc', |
421 'browser/chromeos/boot_times_loader.h', | 423 'browser/chromeos/boot_times_loader.h', |
422 'browser/chromeos/choose_mobile_network_dialog.cc', | 424 'browser/chromeos/choose_mobile_network_dialog.cc', |
423 'browser/chromeos/choose_mobile_network_dialog.h', | 425 'browser/chromeos/choose_mobile_network_dialog.h', |
424 'browser/chromeos/chrome_browser_main_chromeos.cc', | 426 'browser/chromeos/chrome_browser_main_chromeos.cc', |
425 'browser/chromeos/chrome_browser_main_chromeos.h', | 427 'browser/chromeos/chrome_browser_main_chromeos.h', |
426 'browser/chromeos/cros/burn_library.cc', | 428 'browser/chromeos/cros/burn_library.cc', |
427 'browser/chromeos/cros/burn_library.h', | 429 'browser/chromeos/cros/burn_library.h', |
428 'browser/chromeos/cros/cert_library.cc', | 430 'browser/chromeos/cros/cert_library.cc', |
429 'browser/chromeos/cros/cert_library.h', | 431 'browser/chromeos/cros/cert_library.h', |
(...skipping 4814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5244 'type': 'static_library', | 5246 'type': 'static_library', |
5245 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5247 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5246 'variables': { | 5248 'variables': { |
5247 'proto_in_dir': 'browser/chromeos/gdata', | 5249 'proto_in_dir': 'browser/chromeos/gdata', |
5248 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5250 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5249 }, | 5251 }, |
5250 'includes': [ '../build/protoc.gypi' ] | 5252 'includes': [ '../build/protoc.gypi' ] |
5251 }, | 5253 }, |
5252 ], | 5254 ], |
5253 } | 5255 } |
OLD | NEW |