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

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

Issue 2756333002: Rename MediaClientAndroid to MediaDrmBridgeClient (Closed)
Patch Set: Fix .h guards Created 3 years, 9 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 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "channel_info_android.cc", 61 "channel_info_android.cc",
62 "channel_info_chromeos.cc", 62 "channel_info_chromeos.cc",
63 "channel_info_mac.mm", 63 "channel_info_mac.mm",
64 "channel_info_posix.cc", 64 "channel_info_posix.cc",
65 "channel_info_win.cc", 65 "channel_info_win.cc",
66 "child_process_logging.h", 66 "child_process_logging.h",
67 "child_process_logging_win.cc", 67 "child_process_logging_win.cc",
68 "chrome_content_client.cc", 68 "chrome_content_client.cc",
69 "chrome_content_client.h", 69 "chrome_content_client.h",
70 "chrome_content_client_constants.cc", 70 "chrome_content_client_constants.cc",
71 "chrome_media_client_android.cc",
72 "chrome_media_client_android.h",
73 "chrome_result_codes.h", 71 "chrome_result_codes.h",
74 "chrome_utility_messages.h", 72 "chrome_utility_messages.h",
75 "common_message_generator.cc", 73 "common_message_generator.cc",
76 "common_message_generator.h", 74 "common_message_generator.h",
77 "common_param_traits.cc", 75 "common_param_traits.cc",
78 "common_param_traits.h", 76 "common_param_traits.h",
79 "common_param_traits_macros.h", 77 "common_param_traits_macros.h",
80 "component_flash_hint_file_linux.cc", 78 "component_flash_hint_file_linux.cc",
81 "component_flash_hint_file_linux.h", 79 "component_flash_hint_file_linux.h",
82 "conflicts/module_watcher_win.cc", 80 "conflicts/module_watcher_win.cc",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "service_process_util_win.cc", 396 "service_process_util_win.cc",
399 ] 397 ]
400 } 398 }
401 } 399 }
402 400
403 if (is_android) { 401 if (is_android) {
404 sources -= [ 402 sources -= [
405 "channel_info_posix.cc", 403 "channel_info_posix.cc",
406 "media_galleries/metadata_types.h", 404 "media_galleries/metadata_types.h",
407 ] 405 ]
406 sources += [
407 "media/chrome_media_drm_bridge_client.cc",
408 "media/chrome_media_drm_bridge_client.h",
409 ]
408 } else { 410 } else {
409 # Non-Android. 411 # Non-Android.
410 sources += [ 412 sources += [
411 "importer/edge_importer_utils_win.cc", 413 "importer/edge_importer_utils_win.cc",
412 "importer/edge_importer_utils_win.h", 414 "importer/edge_importer_utils_win.h",
413 "importer/firefox_importer_utils.cc", 415 "importer/firefox_importer_utils.cc",
414 "importer/firefox_importer_utils.h", 416 "importer/firefox_importer_utils.h",
415 "importer/firefox_importer_utils_linux.cc", 417 "importer/firefox_importer_utils_linux.cc",
416 "importer/firefox_importer_utils_mac.mm", 418 "importer/firefox_importer_utils_mac.mm",
417 "importer/firefox_importer_utils_win.cc", 419 "importer/firefox_importer_utils_win.cc",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 mojom("instant_mojom") { 724 mojom("instant_mojom") {
723 sources = [ 725 sources = [
724 "instant.mojom", 726 "instant.mojom",
725 ] 727 ]
726 728
727 public_deps = [ 729 public_deps = [
728 "//mojo/common:common_custom_types", 730 "//mojo/common:common_custom_types",
729 "//url/mojo:url_mojom_gurl", 731 "//url/mojo:url_mojom_gurl",
730 ] 732 ]
731 } 733 }
OLDNEW
« no previous file with comments | « android_webview/common/aw_media_drm_bridge_client.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698