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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments from joaodasilva and bauerb, added support to Incognito mode. Created 8 years, 6 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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 'browser/mac/relauncher.cc', 1348 'browser/mac/relauncher.cc',
1349 'browser/mac/relauncher.h', 1349 'browser/mac/relauncher.h',
1350 'browser/mac/security_wrappers.cc', 1350 'browser/mac/security_wrappers.cc',
1351 'browser/mac/security_wrappers.h', 1351 'browser/mac/security_wrappers.h',
1352 'browser/managed_mode.cc', 1352 'browser/managed_mode.cc',
1353 'browser/managed_mode.h', 1353 'browser/managed_mode.h',
1354 'browser/media/media_internals.cc', 1354 'browser/media/media_internals.cc',
1355 'browser/media/media_internals.h', 1355 'browser/media/media_internals.h',
1356 'browser/media/media_stream_capture_indicator.cc', 1356 'browser/media/media_stream_capture_indicator.cc',
1357 'browser/media/media_stream_capture_indicator.h', 1357 'browser/media/media_stream_capture_indicator.h',
1358 'browser/media/media_stream_devices_controller.cc',
no longer working on chromium 2012/06/20 17:24:38 To joaodasilva: Done with correcting the order.
1359 'browser/media/media_stream_devices_controller.h',
1358 'browser/media/media_stream_devices_menu_model.cc', 1360 'browser/media/media_stream_devices_menu_model.cc',
1359 'browser/media/media_stream_devices_menu_model.h', 1361 'browser/media/media_stream_devices_menu_model.h',
1360 'browser/media_gallery/media_device_notifications_linux.cc', 1362 'browser/media_gallery/media_device_notifications_linux.cc',
1361 'browser/media_gallery/media_device_notifications_linux.h', 1363 'browser/media_gallery/media_device_notifications_linux.h',
1362 'browser/media_gallery/media_device_notifications_window_win.cc', 1364 'browser/media_gallery/media_device_notifications_window_win.cc',
1363 'browser/media_gallery/media_device_notifications_window_win.h', 1365 'browser/media_gallery/media_device_notifications_window_win.h',
1364 'browser/media_gallery/media_file_system_registry.cc', 1366 'browser/media_gallery/media_file_system_registry.cc',
1365 'browser/media_gallery/media_file_system_registry.h', 1367 'browser/media_gallery/media_file_system_registry.h',
1366 'browser/media_gallery/media_gallery_database.cc', 1368 'browser/media_gallery/media_gallery_database.cc',
1367 'browser/media_gallery/media_gallery_database.h', 1369 'browser/media_gallery/media_gallery_database.h',
(...skipping 3880 matching lines...) Expand 10 before | Expand all | Expand 10 after
5248 'browser/metrics/proto/study.proto', 5250 'browser/metrics/proto/study.proto',
5249 ], 5251 ],
5250 'variables': { 5252 'variables': {
5251 'proto_in_dir': 'browser/metrics/proto', 5253 'proto_in_dir': 'browser/metrics/proto',
5252 'proto_out_dir': 'chrome/browser/metrics/proto', 5254 'proto_out_dir': 'chrome/browser/metrics/proto',
5253 }, 5255 },
5254 'includes': [ '../build/protoc.gypi' ] 5256 'includes': [ '../build/protoc.gypi' ]
5255 }, 5257 },
5256 ], 5258 ],
5257 } 5259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698