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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 483523006: Check all settings when checking mic and camera access (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes. Created 6 years, 3 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'browser/media/desktop_streams_registry.cc', 651 'browser/media/desktop_streams_registry.cc',
652 'browser/media/desktop_streams_registry.h', 652 'browser/media/desktop_streams_registry.h',
653 'browser/media/media_capture_devices_dispatcher.cc', 653 'browser/media/media_capture_devices_dispatcher.cc',
654 'browser/media/media_capture_devices_dispatcher.h', 654 'browser/media/media_capture_devices_dispatcher.h',
655 'browser/media/media_device_id_salt.cc', 655 'browser/media/media_device_id_salt.cc',
656 'browser/media/media_device_id_salt.h', 656 'browser/media/media_device_id_salt.h',
657 'browser/media/media_stream_capture_indicator.cc', 657 'browser/media/media_stream_capture_indicator.cc',
658 'browser/media/media_stream_capture_indicator.h', 658 'browser/media/media_stream_capture_indicator.h',
659 'browser/media/media_stream_devices_controller.cc', 659 'browser/media/media_stream_devices_controller.cc',
660 'browser/media/media_stream_devices_controller.h', 660 'browser/media/media_stream_devices_controller.h',
661 'browser/media/media_stream_devices_util.cc',
662 'browser/media/media_stream_devices_util.h',
661 'browser/media/media_stream_infobar_delegate.cc', 663 'browser/media/media_stream_infobar_delegate.cc',
662 'browser/media/media_stream_infobar_delegate.h', 664 'browser/media/media_stream_infobar_delegate.h',
663 'browser/media/midi_permission_context.cc', 665 'browser/media/midi_permission_context.cc',
664 'browser/media/midi_permission_context.h', 666 'browser/media/midi_permission_context.h',
665 'browser/media/midi_permission_context_factory.cc', 667 'browser/media/midi_permission_context_factory.cc',
666 'browser/media/midi_permission_context_factory.h', 668 'browser/media/midi_permission_context_factory.h',
667 'browser/media/midi_permission_infobar_delegate.cc', 669 'browser/media/midi_permission_infobar_delegate.cc',
668 'browser/media/midi_permission_infobar_delegate.h', 670 'browser/media/midi_permission_infobar_delegate.h',
669 'browser/media/native_desktop_media_list.cc', 671 'browser/media/native_desktop_media_list.cc',
670 'browser/media/native_desktop_media_list.h', 672 'browser/media/native_desktop_media_list.h',
(...skipping 2906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3577 'variables': { 3579 'variables': {
3578 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3580 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3579 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3581 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3580 }, 3582 },
3581 'includes': [ '../build/protoc.gypi' ] 3583 'includes': [ '../build/protoc.gypi' ]
3582 }, 3584 },
3583 ], 3585 ],
3584 },], 3586 },],
3585 ], 3587 ],
3586 } 3588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698