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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10168008: Show camera and microphone status indicators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated the media_stream_dispatcher_unittest Created 8 years, 7 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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 'browser/mac/keystone_registration.h', 1302 'browser/mac/keystone_registration.h',
1303 'browser/mac/keystone_registration.mm', 1303 'browser/mac/keystone_registration.mm',
1304 'browser/mac/master_prefs.h', 1304 'browser/mac/master_prefs.h',
1305 'browser/mac/master_prefs.mm', 1305 'browser/mac/master_prefs.mm',
1306 'browser/mac/relauncher.cc', 1306 'browser/mac/relauncher.cc',
1307 'browser/mac/relauncher.h', 1307 'browser/mac/relauncher.h',
1308 'browser/managed_mode.cc', 1308 'browser/managed_mode.cc',
1309 'browser/managed_mode.h', 1309 'browser/managed_mode.h',
1310 'browser/media/media_internals.cc', 1310 'browser/media/media_internals.cc',
1311 'browser/media/media_internals.h', 1311 'browser/media/media_internals.h',
1312 'browser/media/media_stream_capture_indicator.cc',
1313 'browser/media/media_stream_capture_indicator.h',
1312 'browser/media/media_stream_devices_menu_model.cc', 1314 'browser/media/media_stream_devices_menu_model.cc',
1313 'browser/media/media_stream_devices_menu_model.h', 1315 'browser/media/media_stream_devices_menu_model.h',
1314 'browser/media_gallery/media_device_notifications_linux.cc', 1316 'browser/media_gallery/media_device_notifications_linux.cc',
1315 'browser/media_gallery/media_device_notifications_linux.h', 1317 'browser/media_gallery/media_device_notifications_linux.h',
1316 'browser/media_gallery/media_device_notifications_window_win.cc', 1318 'browser/media_gallery/media_device_notifications_window_win.cc',
1317 'browser/media_gallery/media_device_notifications_window_win.h', 1319 'browser/media_gallery/media_device_notifications_window_win.h',
1318 'browser/media_gallery/media_gallery_database.cc', 1320 'browser/media_gallery/media_gallery_database.cc',
1319 'browser/media_gallery/media_gallery_database.h', 1321 'browser/media_gallery/media_gallery_database.h',
1320 'browser/media_gallery/media_gallery_database_types.cc', 1322 'browser/media_gallery/media_gallery_database_types.cc',
1321 'browser/media_gallery/media_gallery_database_types.h', 1323 'browser/media_gallery/media_gallery_database_types.h',
(...skipping 3928 matching lines...) Expand 10 before | Expand all | Expand 10 after
5250 'type': 'static_library', 5252 'type': 'static_library',
5251 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5253 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5252 'variables': { 5254 'variables': {
5253 'proto_in_dir': 'browser/chromeos/gdata', 5255 'proto_in_dir': 'browser/chromeos/gdata',
5254 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5256 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5255 }, 5257 },
5256 'includes': [ '../build/protoc.gypi' ] 5258 'includes': [ '../build/protoc.gypi' ]
5257 }, 5259 },
5258 ], 5260 ],
5259 } 5261 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698