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

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: removed debugging code. Created 8 years, 8 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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 'browser/mac/keystone_registration.h', 1276 'browser/mac/keystone_registration.h',
1277 'browser/mac/keystone_registration.mm', 1277 'browser/mac/keystone_registration.mm',
1278 'browser/mac/master_prefs.h', 1278 'browser/mac/master_prefs.h',
1279 'browser/mac/master_prefs.mm', 1279 'browser/mac/master_prefs.mm',
1280 'browser/mac/relauncher.cc', 1280 'browser/mac/relauncher.cc',
1281 'browser/mac/relauncher.h', 1281 'browser/mac/relauncher.h',
1282 'browser/managed_mode.cc', 1282 'browser/managed_mode.cc',
1283 'browser/managed_mode.h', 1283 'browser/managed_mode.h',
1284 'browser/media/media_internals.cc', 1284 'browser/media/media_internals.cc',
1285 'browser/media/media_internals.h', 1285 'browser/media/media_internals.h',
1286 'browser/media/media_stream_capture_indicator.cc',
1287 'browser/media/media_stream_capture_indicator.h',
1286 'browser/media/media_stream_devices_menu_model.cc', 1288 'browser/media/media_stream_devices_menu_model.cc',
1287 'browser/media/media_stream_devices_menu_model.h', 1289 'browser/media/media_stream_devices_menu_model.h',
1288 'browser/media_gallery/media_device_notifications_linux.cc', 1290 'browser/media_gallery/media_device_notifications_linux.cc',
1289 'browser/media_gallery/media_device_notifications_linux.h', 1291 'browser/media_gallery/media_device_notifications_linux.h',
1290 'browser/media_gallery/media_gallery_database.cc', 1292 'browser/media_gallery/media_gallery_database.cc',
1291 'browser/media_gallery/media_gallery_database.h', 1293 'browser/media_gallery/media_gallery_database.h',
1292 'browser/media_gallery/media_gallery_database_types.cc', 1294 'browser/media_gallery/media_gallery_database_types.cc',
1293 'browser/media_gallery/media_gallery_database_types.h', 1295 'browser/media_gallery/media_gallery_database_types.h',
1294 'browser/memory_details.cc', 1296 'browser/memory_details.cc',
1295 'browser/memory_details.h', 1297 'browser/memory_details.h',
(...skipping 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after
5240 'type': 'static_library', 5242 'type': 'static_library',
5241 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5243 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5242 'variables': { 5244 'variables': {
5243 'proto_in_dir': 'browser/chromeos/gdata', 5245 'proto_in_dir': 'browser/chromeos/gdata',
5244 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5246 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5245 }, 5247 },
5246 'includes': [ '../build/protoc.gypi' ] 5248 'includes': [ '../build/protoc.gypi' ]
5247 }, 5249 },
5248 ], 5250 ],
5249 } 5251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698