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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1503563004: Desktop chrome tab capture-chooseDesktopMedia() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review patch 5 Created 5 years 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'browser/mac/master_prefs.h', 338 'browser/mac/master_prefs.h',
339 'browser/mac/master_prefs.mm', 339 'browser/mac/master_prefs.mm',
340 'browser/mac/relauncher.cc', 340 'browser/mac/relauncher.cc',
341 'browser/mac/relauncher.h', 341 'browser/mac/relauncher.h',
342 'browser/mac/security_wrappers.cc', 342 'browser/mac/security_wrappers.cc',
343 'browser/mac/security_wrappers.h', 343 'browser/mac/security_wrappers.h',
344 'browser/manifest/manifest_icon_downloader.cc', 344 'browser/manifest/manifest_icon_downloader.cc',
345 'browser/manifest/manifest_icon_downloader.h', 345 'browser/manifest/manifest_icon_downloader.h',
346 'browser/manifest/manifest_icon_selector.cc', 346 'browser/manifest/manifest_icon_selector.cc',
347 'browser/manifest/manifest_icon_selector.h', 347 'browser/manifest/manifest_icon_selector.h',
348 'browser/media/desktop_media_list.cc',
348 'browser/media/desktop_media_list.h', 349 'browser/media/desktop_media_list.h',
349 'browser/media/desktop_media_picker.h', 350 'browser/media/desktop_media_picker.h',
350 'browser/media/desktop_streams_registry.cc', 351 'browser/media/desktop_streams_registry.cc',
351 'browser/media/desktop_streams_registry.h', 352 'browser/media/desktop_streams_registry.h',
352 'browser/media/media_access_handler.h', 353 'browser/media/media_access_handler.h',
353 'browser/media/media_capture_devices_dispatcher.cc', 354 'browser/media/media_capture_devices_dispatcher.cc',
354 'browser/media/media_capture_devices_dispatcher.h', 355 'browser/media/media_capture_devices_dispatcher.h',
355 'browser/media/media_device_id_salt.cc', 356 'browser/media/media_device_id_salt.cc',
356 'browser/media/media_device_id_salt.h', 357 'browser/media/media_device_id_salt.h',
357 'browser/media/media_permission.cc', 358 'browser/media/media_permission.cc',
(...skipping 3783 matching lines...) Expand 10 before | Expand all | Expand 10 after
4141 '../components/components.gyp:omnibox_browser', 4142 '../components/components.gyp:omnibox_browser',
4142 '../components/components.gyp:rlz', 4143 '../components/components.gyp:rlz',
4143 '../components/components.gyp:search_engines', 4144 '../components/components.gyp:search_engines',
4144 '../rlz/rlz.gyp:rlz_lib', 4145 '../rlz/rlz.gyp:rlz_lib',
4145 ], 4146 ],
4146 }, 4147 },
4147 ], 4148 ],
4148 }], 4149 }],
4149 ], 4150 ],
4150 } 4151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698