| 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 'browser/chrome_to_mobile_service_factory.h', | 402 'browser/chrome_to_mobile_service_factory.h', |
| 403 'browser/chromeos/accessibility/accessibility_util.cc', | 403 'browser/chromeos/accessibility/accessibility_util.cc', |
| 404 'browser/chromeos/accessibility/accessibility_util.h', | 404 'browser/chromeos/accessibility/accessibility_util.h', |
| 405 'browser/chromeos/audio/audio_handler.cc', | 405 'browser/chromeos/audio/audio_handler.cc', |
| 406 'browser/chromeos/audio/audio_handler.h', | 406 'browser/chromeos/audio/audio_handler.h', |
| 407 'browser/chromeos/audio/audio_mixer.h', | 407 'browser/chromeos/audio/audio_mixer.h', |
| 408 'browser/chromeos/audio/audio_mixer_alsa.cc', | 408 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 409 'browser/chromeos/audio/audio_mixer_alsa.h', | 409 'browser/chromeos/audio/audio_mixer_alsa.h', |
| 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/ash_user_wallpaper_delegate.cc', |
| 413 'browser/chromeos/background/desktop_background_observer.h', | 413 'browser/chromeos/background/ash_user_wallpaper_delegate.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', | 420 'browser/chromeos/bluetooth/bluetooth_socket.cc', |
| 421 'browser/chromeos/bluetooth/bluetooth_socket.h', | 421 'browser/chromeos/bluetooth/bluetooth_socket.h', |
| 422 'browser/chromeos/bluetooth/bluetooth_utils.cc', | 422 'browser/chromeos/bluetooth/bluetooth_utils.cc', |
| 423 'browser/chromeos/bluetooth/bluetooth_utils.h', | 423 'browser/chromeos/bluetooth/bluetooth_utils.h', |
| (...skipping 4791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5215 'type': 'static_library', | 5215 'type': 'static_library', |
| 5216 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5216 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5217 'variables': { | 5217 'variables': { |
| 5218 'proto_in_dir': 'browser/chromeos/gdata', | 5218 'proto_in_dir': 'browser/chromeos/gdata', |
| 5219 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5219 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5220 }, | 5220 }, |
| 5221 'includes': [ '../build/protoc.gypi' ] | 5221 'includes': [ '../build/protoc.gypi' ] |
| 5222 }, | 5222 }, |
| 5223 ], | 5223 ], |
| 5224 } | 5224 } |
| OLD | NEW |