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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 100833002: Add AshDesktopMediaList and enable Desktop Capture API on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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
« no previous file with comments | « chrome/browser/ui/views/desktop_media_picker_views.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'browser/managed_mode/managed_users.h', 1038 'browser/managed_mode/managed_users.h',
1039 'browser/managed_mode/supervised_user_pref_store.cc', 1039 'browser/managed_mode/supervised_user_pref_store.cc',
1040 'browser/managed_mode/supervised_user_pref_store.h', 1040 'browser/managed_mode/supervised_user_pref_store.h',
1041 'browser/media/audio_stream_indicator.cc', 1041 'browser/media/audio_stream_indicator.cc',
1042 'browser/media/audio_stream_indicator.h', 1042 'browser/media/audio_stream_indicator.h',
1043 'browser/media/chrome_midi_permission_context.cc', 1043 'browser/media/chrome_midi_permission_context.cc',
1044 'browser/media/chrome_midi_permission_context.h', 1044 'browser/media/chrome_midi_permission_context.h',
1045 'browser/media/chrome_midi_permission_context_factory.cc', 1045 'browser/media/chrome_midi_permission_context_factory.cc',
1046 'browser/media/chrome_midi_permission_context_factory.h', 1046 'browser/media/chrome_midi_permission_context_factory.h',
1047 'browser/media/desktop_media_list.h', 1047 'browser/media/desktop_media_list.h',
1048 'browser/media/desktop_media_list_ash.cc',
1049 'browser/media/desktop_media_list_ash.h',
1048 'browser/media/desktop_media_picker.h', 1050 'browser/media/desktop_media_picker.h',
1049 'browser/media/desktop_streams_registry.cc', 1051 'browser/media/desktop_streams_registry.cc',
1050 'browser/media/desktop_streams_registry.h', 1052 'browser/media/desktop_streams_registry.h',
1051 'browser/media/encrypted_media_message_filter_android.cc', 1053 'browser/media/encrypted_media_message_filter_android.cc',
1052 'browser/media/encrypted_media_message_filter_android.h', 1054 'browser/media/encrypted_media_message_filter_android.h',
1053 'browser/media/media_capture_devices_dispatcher.cc', 1055 'browser/media/media_capture_devices_dispatcher.cc',
1054 'browser/media/media_capture_devices_dispatcher.h', 1056 'browser/media/media_capture_devices_dispatcher.h',
1055 'browser/media/media_device_id_salt.cc', 1057 'browser/media/media_device_id_salt.cc',
1056 'browser/media/media_device_id_salt.h', 1058 'browser/media/media_device_id_salt.h',
1057 'browser/media/media_stream_capture_indicator.cc', 1059 'browser/media/media_stream_capture_indicator.cc',
(...skipping 2577 matching lines...) Expand 10 before | Expand all | Expand 10 after
3635 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3637 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3636 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3638 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3637 }, 3639 },
3638 'includes': [ '../build/android/java_cpp_template.gypi' ], 3640 'includes': [ '../build/android/java_cpp_template.gypi' ],
3639 }, 3641 },
3640 ], 3642 ],
3641 }, 3643 },
3642 ], 3644 ],
3643 ], 3645 ],
3644 } 3646 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/desktop_media_picker_views.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698