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

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: Build fix for Android. 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'browser/media/desktop_media_list.h', 649 'browser/media/desktop_media_list.h',
650 'browser/media/desktop_media_picker.h', 650 'browser/media/desktop_media_picker.h',
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_device_permissions.cc',
660 'browser/media/media_stream_device_permissions.h',
659 'browser/media/media_stream_devices_controller.cc', 661 'browser/media/media_stream_devices_controller.cc',
660 'browser/media/media_stream_devices_controller.h', 662 'browser/media/media_stream_devices_controller.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',
(...skipping 2901 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 'variables': { 3572 'variables': {
3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3573 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3573 }, 3575 },
3574 'includes': [ '../build/protoc.gypi' ] 3576 'includes': [ '../build/protoc.gypi' ]
3575 }, 3577 },
3576 ], 3578 ],
3577 },], 3579 },],
3578 ], 3580 ],
3579 } 3581 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698