| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 'browser/chrome_to_mobile_service_factory.h', | 396 'browser/chrome_to_mobile_service_factory.h', |
| 397 'browser/chromeos/accessibility/accessibility_util.cc', | 397 'browser/chromeos/accessibility/accessibility_util.cc', |
| 398 'browser/chromeos/accessibility/accessibility_util.h', | 398 'browser/chromeos/accessibility/accessibility_util.h', |
| 399 'browser/chromeos/audio/audio_handler.cc', | 399 'browser/chromeos/audio/audio_handler.cc', |
| 400 'browser/chromeos/audio/audio_handler.h', | 400 'browser/chromeos/audio/audio_handler.h', |
| 401 'browser/chromeos/audio/audio_mixer.h', | 401 'browser/chromeos/audio/audio_mixer.h', |
| 402 'browser/chromeos/audio/audio_mixer_alsa.cc', | 402 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 403 'browser/chromeos/audio/audio_mixer_alsa.h', | 403 'browser/chromeos/audio/audio_mixer_alsa.h', |
| 404 'browser/chromeos/audio/audio_mixer_cras.cc', | 404 'browser/chromeos/audio/audio_mixer_cras.cc', |
| 405 'browser/chromeos/audio/audio_mixer_cras.h', | 405 'browser/chromeos/audio/audio_mixer_cras.h', |
| 406 'browser/chromeos/background/desktop_background_observer.cc', | 406 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 407 'browser/chromeos/background/desktop_background_observer.h', | 407 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 408 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 408 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
| 409 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 409 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
| 410 'browser/chromeos/bluetooth/bluetooth_device.cc', | 410 'browser/chromeos/bluetooth/bluetooth_device.cc', |
| 411 'browser/chromeos/bluetooth/bluetooth_device.h', | 411 'browser/chromeos/bluetooth/bluetooth_device.h', |
| 412 'browser/chromeos/bluetooth/bluetooth_service_record.cc', | 412 'browser/chromeos/bluetooth/bluetooth_service_record.cc', |
| 413 'browser/chromeos/bluetooth/bluetooth_service_record.h', | 413 'browser/chromeos/bluetooth/bluetooth_service_record.h', |
| 414 'browser/chromeos/bluetooth/bluetooth_socket.cc', | 414 'browser/chromeos/bluetooth/bluetooth_socket.cc', |
| 415 'browser/chromeos/bluetooth/bluetooth_socket.h', | 415 'browser/chromeos/bluetooth/bluetooth_socket.h', |
| 416 'browser/chromeos/bluetooth/bluetooth_utils.cc', | 416 'browser/chromeos/bluetooth/bluetooth_utils.cc', |
| 417 'browser/chromeos/bluetooth/bluetooth_utils.h', | 417 'browser/chromeos/bluetooth/bluetooth_utils.h', |
| (...skipping 4583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5001 'type': 'static_library', | 5001 'type': 'static_library', |
| 5002 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5002 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5003 'variables': { | 5003 'variables': { |
| 5004 'proto_in_dir': 'browser/chromeos/gdata', | 5004 'proto_in_dir': 'browser/chromeos/gdata', |
| 5005 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5005 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5006 }, | 5006 }, |
| 5007 'includes': [ '../build/protoc.gypi' ] | 5007 'includes': [ '../build/protoc.gypi' ] |
| 5008 }, | 5008 }, |
| 5009 ], | 5009 ], |
| 5010 } | 5010 } |
| OLD | NEW |