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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2560333002: Remove Deprecate Code For Desktop Capture Picker Old UI (Closed)
Patch Set: Further remove CombinedDesktopMediaList Created 4 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "mac/nsprocessinfo_additions.h", 513 "mac/nsprocessinfo_additions.h",
514 "mac/nsprocessinfo_additions.mm", 514 "mac/nsprocessinfo_additions.mm",
515 "mac/relauncher.h", 515 "mac/relauncher.h",
516 "mac/relauncher.mm", 516 "mac/relauncher.mm",
517 "mac/security_wrappers.cc", 517 "mac/security_wrappers.cc",
518 "mac/security_wrappers.h", 518 "mac/security_wrappers.h",
519 "manifest/manifest_icon_downloader.cc", 519 "manifest/manifest_icon_downloader.cc",
520 "manifest/manifest_icon_downloader.h", 520 "manifest/manifest_icon_downloader.h",
521 "manifest/manifest_icon_selector.cc", 521 "manifest/manifest_icon_selector.cc",
522 "manifest/manifest_icon_selector.h", 522 "manifest/manifest_icon_selector.h",
523 "media/combined_desktop_media_list.cc",
524 "media/combined_desktop_media_list.h",
525 "media/media_access_handler.h", 523 "media/media_access_handler.h",
526 "media/media_device_id_salt.cc", 524 "media/media_device_id_salt.cc",
527 "media/media_device_id_salt.h", 525 "media/media_device_id_salt.h",
528 "media/media_url_constants.cc", 526 "media/media_url_constants.cc",
529 "media/media_url_constants.h", 527 "media/media_url_constants.h",
530 "media/midi_permission_context.cc", 528 "media/midi_permission_context.cc",
531 "media/midi_permission_context.h", 529 "media/midi_permission_context.h",
532 "media/output_protection_proxy.cc", 530 "media/output_protection_proxy.cc",
533 "media/output_protection_proxy.h", 531 "media/output_protection_proxy.h",
534 "media/router/media_router_feature.cc", 532 "media/router/media_router_feature.cc",
(...skipping 3902 matching lines...) Expand 10 before | Expand all | Expand 10 after
4437 # linking all of the test support. 4435 # linking all of the test support.
4438 static_library("pepper_cdm_test_constants") { 4436 static_library("pepper_cdm_test_constants") {
4439 testonly = true 4437 testonly = true
4440 visibility = [ "//chrome/*" ] 4438 visibility = [ "//chrome/*" ]
4441 sources = [ 4439 sources = [
4442 "media/pepper_cdm_test_constants.cc", 4440 "media/pepper_cdm_test_constants.cc",
4443 "media/pepper_cdm_test_constants.h", 4441 "media/pepper_cdm_test_constants.h",
4444 ] 4442 ]
4445 } 4443 }
4446 } 4444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698