Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11065008: Full Screen Magnifier: Add MagnificationManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 ], 110 ],
111 }, 111 },
112 'export_dependent_settings': [ 112 'export_dependent_settings': [
113 '../sync/sync.gyp:sync_notifier', 113 '../sync/sync.gyp:sync_notifier',
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests 116 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests
117 # and mocks. 117 # and mocks.
118 'browser/chromeos/accessibility/accessibility_util.cc', 118 'browser/chromeos/accessibility/accessibility_util.cc',
119 'browser/chromeos/accessibility/accessibility_util.h', 119 'browser/chromeos/accessibility/accessibility_util.h',
120 'browser/chromeos/accessibility/magnification_manager.cc',
121 'browser/chromeos/accessibility/magnification_manager.h',
120 'browser/chromeos/audio/audio_handler.cc', 122 'browser/chromeos/audio/audio_handler.cc',
121 'browser/chromeos/audio/audio_handler.h', 123 'browser/chromeos/audio/audio_handler.h',
122 'browser/chromeos/audio/audio_mixer.h', 124 'browser/chromeos/audio/audio_mixer.h',
123 'browser/chromeos/audio/audio_mixer_alsa.cc', 125 'browser/chromeos/audio/audio_mixer_alsa.cc',
124 'browser/chromeos/audio/audio_mixer_alsa.h', 126 'browser/chromeos/audio/audio_mixer_alsa.h',
125 'browser/chromeos/audio/audio_mixer_cras.cc', 127 'browser/chromeos/audio/audio_mixer_cras.cc',
126 'browser/chromeos/audio/audio_mixer_cras.h', 128 'browser/chromeos/audio/audio_mixer_cras.h',
127 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', 129 'browser/chromeos/background/ash_user_wallpaper_delegate.cc',
128 'browser/chromeos/background/ash_user_wallpaper_delegate.h', 130 'browser/chromeos/background/ash_user_wallpaper_delegate.h',
129 'browser/chromeos/bluetooth/bluetooth_adapter.cc', 131 'browser/chromeos/bluetooth/bluetooth_adapter.cc',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'type': 'static_library', 755 'type': 'static_library',
754 'sources': [ 'browser/chromeos/gdata/drive.proto' ], 756 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
755 'variables': { 757 'variables': {
756 'proto_in_dir': 'browser/chromeos/gdata', 758 'proto_in_dir': 'browser/chromeos/gdata',
757 'proto_out_dir': 'chrome/browser/chromeos/gdata', 759 'proto_out_dir': 'chrome/browser/chromeos/gdata',
758 }, 760 },
759 'includes': [ '../build/protoc.gypi' ] 761 'includes': [ '../build/protoc.gypi' ]
760 }, 762 },
761 ], 763 ],
762 } 764 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698