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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11194011: Reverting this CL because it was committed before I gave the final LGTM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698