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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 502483002: Check policy when checking device access for enumerating devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added dchecks Created 6 years, 4 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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'browser/media/desktop_streams_registry.cc', 667 'browser/media/desktop_streams_registry.cc',
668 'browser/media/desktop_streams_registry.h', 668 'browser/media/desktop_streams_registry.h',
669 'browser/media/media_capture_devices_dispatcher.cc', 669 'browser/media/media_capture_devices_dispatcher.cc',
670 'browser/media/media_capture_devices_dispatcher.h', 670 'browser/media/media_capture_devices_dispatcher.h',
671 'browser/media/media_device_id_salt.cc', 671 'browser/media/media_device_id_salt.cc',
672 'browser/media/media_device_id_salt.h', 672 'browser/media/media_device_id_salt.h',
673 'browser/media/media_stream_capture_indicator.cc', 673 'browser/media/media_stream_capture_indicator.cc',
674 'browser/media/media_stream_capture_indicator.h', 674 'browser/media/media_stream_capture_indicator.h',
675 'browser/media/media_stream_devices_controller.cc', 675 'browser/media/media_stream_devices_controller.cc',
676 'browser/media/media_stream_devices_controller.h', 676 'browser/media/media_stream_devices_controller.h',
677 'browser/media/media_stream_devices_helper.cc',
678 'browser/media/media_stream_devices_helper.h',
677 'browser/media/media_stream_infobar_delegate.cc', 679 'browser/media/media_stream_infobar_delegate.cc',
678 'browser/media/media_stream_infobar_delegate.h', 680 'browser/media/media_stream_infobar_delegate.h',
679 'browser/media/midi_permission_context.cc', 681 'browser/media/midi_permission_context.cc',
680 'browser/media/midi_permission_context.h', 682 'browser/media/midi_permission_context.h',
681 'browser/media/midi_permission_context_factory.cc', 683 'browser/media/midi_permission_context_factory.cc',
682 'browser/media/midi_permission_context_factory.h', 684 'browser/media/midi_permission_context_factory.h',
683 'browser/media/midi_permission_infobar_delegate.cc', 685 'browser/media/midi_permission_infobar_delegate.cc',
684 'browser/media/midi_permission_infobar_delegate.h', 686 'browser/media/midi_permission_infobar_delegate.h',
685 'browser/media/native_desktop_media_list.cc', 687 'browser/media/native_desktop_media_list.cc',
686 'browser/media/native_desktop_media_list.h', 688 'browser/media/native_desktop_media_list.h',
(...skipping 2899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'variables': { 3588 'variables': {
3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3589 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3590 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3589 }, 3591 },
3590 'includes': [ '../build/protoc.gypi' ] 3592 'includes': [ '../build/protoc.gypi' ]
3591 }, 3593 },
3592 ], 3594 ],
3593 },], 3595 },],
3594 ], 3596 ],
3595 } 3597 }
OLDNEW
« chrome/browser/profiles/profile_io_data.cc ('K') | « chrome/browser/profiles/profile_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698