| 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_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 ], | 108 ], |
| 109 }, | 109 }, |
| 110 'export_dependent_settings': [ | 110 'export_dependent_settings': [ |
| 111 '../sync/sync.gyp:sync_notifier', | 111 '../sync/sync.gyp:sync_notifier', |
| 112 ], | 112 ], |
| 113 'sources': [ | 113 'sources': [ |
| 114 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests | 114 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests |
| 115 # and mocks. | 115 # and mocks. |
| 116 'browser/chromeos/accessibility/accessibility_util.cc', | 116 'browser/chromeos/accessibility/accessibility_util.cc', |
| 117 'browser/chromeos/accessibility/accessibility_util.h', | 117 'browser/chromeos/accessibility/accessibility_util.h', |
| 118 'browser/chromeos/accessibility/magnification_manager.cc', | |
| 119 'browser/chromeos/accessibility/magnification_manager.h', | |
| 120 'browser/chromeos/audio/audio_handler.cc', | 118 'browser/chromeos/audio/audio_handler.cc', |
| 121 'browser/chromeos/audio/audio_handler.h', | 119 'browser/chromeos/audio/audio_handler.h', |
| 122 'browser/chromeos/audio/audio_mixer.h', | 120 'browser/chromeos/audio/audio_mixer.h', |
| 123 'browser/chromeos/audio/audio_mixer_alsa.cc', | 121 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 124 'browser/chromeos/audio/audio_mixer_alsa.h', | 122 'browser/chromeos/audio/audio_mixer_alsa.h', |
| 125 'browser/chromeos/audio/audio_mixer_cras.cc', | 123 'browser/chromeos/audio/audio_mixer_cras.cc', |
| 126 'browser/chromeos/audio/audio_mixer_cras.h', | 124 'browser/chromeos/audio/audio_mixer_cras.h', |
| 127 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 125 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 128 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 126 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 129 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 127 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 'type': 'static_library', | 755 'type': 'static_library', |
| 758 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 756 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 759 'variables': { | 757 'variables': { |
| 760 'proto_in_dir': 'browser/chromeos/drive', | 758 'proto_in_dir': 'browser/chromeos/drive', |
| 761 'proto_out_dir': 'chrome/browser/chromeos/drive', | 759 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 762 }, | 760 }, |
| 763 'includes': [ '../build/protoc.gypi' ] | 761 'includes': [ '../build/protoc.gypi' ] |
| 764 }, | 762 }, |
| 765 ], | 763 ], |
| 766 } | 764 } |
| OLD | NEW |