| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 ], | 104 ], |
| 105 }, | 105 }, |
| 106 'export_dependent_settings': [ | 106 'export_dependent_settings': [ |
| 107 '../sync/sync.gyp:sync_notifier', | 107 '../sync/sync.gyp:sync_notifier', |
| 108 ], | 108 ], |
| 109 'sources': [ | 109 'sources': [ |
| 110 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests | 110 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests |
| 111 # and mocks. | 111 # and mocks. |
| 112 'browser/chromeos/accessibility/accessibility_util.cc', | 112 'browser/chromeos/accessibility/accessibility_util.cc', |
| 113 'browser/chromeos/accessibility/accessibility_util.h', | 113 'browser/chromeos/accessibility/accessibility_util.h', |
| 114 'browser/chromeos/accessibility/magnification_manager.cc', |
| 115 'browser/chromeos/accessibility/magnification_manager.h', |
| 114 'browser/chromeos/audio/audio_handler.cc', | 116 'browser/chromeos/audio/audio_handler.cc', |
| 115 'browser/chromeos/audio/audio_handler.h', | 117 'browser/chromeos/audio/audio_handler.h', |
| 116 'browser/chromeos/audio/audio_mixer.h', | 118 'browser/chromeos/audio/audio_mixer.h', |
| 117 'browser/chromeos/audio/audio_mixer_alsa.cc', | 119 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 118 'browser/chromeos/audio/audio_mixer_alsa.h', | 120 'browser/chromeos/audio/audio_mixer_alsa.h', |
| 119 'browser/chromeos/audio/audio_mixer_cras.cc', | 121 'browser/chromeos/audio/audio_mixer_cras.cc', |
| 120 'browser/chromeos/audio/audio_mixer_cras.h', | 122 'browser/chromeos/audio/audio_mixer_cras.h', |
| 121 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 123 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 122 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 124 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 123 'browser/chromeos/boot_times_loader.cc', | 125 'browser/chromeos/boot_times_loader.cc', |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'type': 'static_library', | 768 'type': 'static_library', |
| 767 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 769 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 768 'variables': { | 770 'variables': { |
| 769 'proto_in_dir': 'browser/chromeos/drive', | 771 'proto_in_dir': 'browser/chromeos/drive', |
| 770 'proto_out_dir': 'chrome/browser/chromeos/drive', | 772 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 771 }, | 773 }, |
| 772 'includes': [ '../build/protoc.gypi' ] | 774 'includes': [ '../build/protoc.gypi' ] |
| 773 }, | 775 }, |
| 774 ], | 776 ], |
| 775 } | 777 } |
| OLD | NEW |