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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1311783007: refactor to Introduce AUDIO_CAPTURE and VIDEO_CAPTURE permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'browser/media/media_capture_devices_dispatcher.cc', 609 'browser/media/media_capture_devices_dispatcher.cc',
610 'browser/media/media_capture_devices_dispatcher.h', 610 'browser/media/media_capture_devices_dispatcher.h',
611 'browser/media/media_device_id_salt.cc', 611 'browser/media/media_device_id_salt.cc',
612 'browser/media/media_device_id_salt.h', 612 'browser/media/media_device_id_salt.h',
613 'browser/media/media_permission.cc', 613 'browser/media/media_permission.cc',
614 'browser/media/media_permission.h', 614 'browser/media/media_permission.h',
615 'browser/media/media_stream_capture_indicator.cc', 615 'browser/media/media_stream_capture_indicator.cc',
616 'browser/media/media_stream_capture_indicator.h', 616 'browser/media/media_stream_capture_indicator.h',
617 'browser/media/media_stream_device_permissions.cc', 617 'browser/media/media_stream_device_permissions.cc',
618 'browser/media/media_stream_device_permissions.h', 618 'browser/media/media_stream_device_permissions.h',
619 'browser/media/media_stream_camera_permission_context_factory.cc',
620 'browser/media/media_stream_camera_permission_context_factory.h',
621 'browser/media/media_stream_device_permission_context.cc',
622 'browser/media/media_stream_device_permission_context.h',
623 'browser/media/media_stream_mic_permission_context_factory.cc',
624 'browser/media/media_stream_mic_permission_context_factory.h',
619 'browser/media/media_stream_devices_controller.cc', 625 'browser/media/media_stream_devices_controller.cc',
620 'browser/media/media_stream_devices_controller.h', 626 'browser/media/media_stream_devices_controller.h',
621 'browser/media/media_stream_infobar_delegate.cc', 627 'browser/media/media_stream_infobar_delegate.cc',
622 'browser/media/media_stream_infobar_delegate.h', 628 'browser/media/media_stream_infobar_delegate.h',
623 'browser/media/media_url_constants.cc', 629 'browser/media/media_url_constants.cc',
624 'browser/media/media_url_constants.h', 630 'browser/media/media_url_constants.h',
625 'browser/media/midi_permission_context.cc', 631 'browser/media/midi_permission_context.cc',
626 'browser/media/midi_permission_context.h', 632 'browser/media/midi_permission_context.h',
627 'browser/media/midi_permission_context_factory.cc', 633 'browser/media/midi_permission_context_factory.cc',
628 'browser/media/midi_permission_context_factory.h', 634 'browser/media/midi_permission_context_factory.h',
(...skipping 3486 matching lines...) Expand 10 before | Expand all | Expand 10 after
4115 '../components/components.gyp:omnibox_browser', 4121 '../components/components.gyp:omnibox_browser',
4116 '../components/components.gyp:rlz', 4122 '../components/components.gyp:rlz',
4117 '../components/components.gyp:search_engines', 4123 '../components/components.gyp:search_engines',
4118 '../rlz/rlz.gyp:rlz_lib', 4124 '../rlz/rlz.gyp:rlz_lib',
4119 ], 4125 ],
4120 }, 4126 },
4121 ], 4127 ],
4122 }], 4128 }],
4123 ], 4129 ],
4124 } 4130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698