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

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

Issue 2702323002: Move AudioDebugFileWriter from content/ to media/. (Closed)
Patch Set: Code review, unit test fix and rebase. Created 3 years, 10 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_debug_file_writer.h » ('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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 "renderer_host/input/touchpad_tap_suppression_controller.cc", 1094 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1095 "renderer_host/input/touchpad_tap_suppression_controller.h", 1095 "renderer_host/input/touchpad_tap_suppression_controller.h",
1096 "renderer_host/input/touchscreen_tap_suppression_controller.cc", 1096 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1097 "renderer_host/input/touchscreen_tap_suppression_controller.h", 1097 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1098 "renderer_host/input/web_input_event_builders_android.cc", 1098 "renderer_host/input/web_input_event_builders_android.cc",
1099 "renderer_host/input/web_input_event_builders_android.h", 1099 "renderer_host/input/web_input_event_builders_android.h",
1100 "renderer_host/input/web_input_event_builders_mac.h", 1100 "renderer_host/input/web_input_event_builders_mac.h",
1101 "renderer_host/input/web_input_event_builders_mac.mm", 1101 "renderer_host/input/web_input_event_builders_mac.mm",
1102 "renderer_host/legacy_render_widget_host_win.cc", 1102 "renderer_host/legacy_render_widget_host_win.cc",
1103 "renderer_host/legacy_render_widget_host_win.h", 1103 "renderer_host/legacy_render_widget_host_win.h",
1104 "renderer_host/media/audio_debug_file_writer.cc",
1105 "renderer_host/media/audio_debug_file_writer.h",
1106 "renderer_host/media/audio_input_device_manager.cc", 1104 "renderer_host/media/audio_input_device_manager.cc",
1107 "renderer_host/media/audio_input_device_manager.h", 1105 "renderer_host/media/audio_input_device_manager.h",
1108 "renderer_host/media/audio_input_renderer_host.cc", 1106 "renderer_host/media/audio_input_renderer_host.cc",
1109 "renderer_host/media/audio_input_renderer_host.h", 1107 "renderer_host/media/audio_input_renderer_host.h",
1110 "renderer_host/media/audio_input_sync_writer.cc", 1108 "renderer_host/media/audio_input_sync_writer.cc",
1111 "renderer_host/media/audio_input_sync_writer.h", 1109 "renderer_host/media/audio_input_sync_writer.h",
1112 "renderer_host/media/audio_output_authorization_handler.cc", 1110 "renderer_host/media/audio_output_authorization_handler.cc",
1113 "renderer_host/media/audio_output_authorization_handler.h", 1111 "renderer_host/media/audio_output_authorization_handler.h",
1114 "renderer_host/media/audio_output_delegate.h", 1112 "renderer_host/media/audio_output_delegate.h",
1115 "renderer_host/media/audio_output_delegate_impl.cc", 1113 "renderer_host/media/audio_output_delegate_impl.cc",
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2013 if (!is_component_build) {
2016 public_deps = [ 2014 public_deps = [
2017 ":browser", 2015 ":browser",
2018 ] 2016 ]
2019 } else { 2017 } else {
2020 public_deps = [ 2018 public_deps = [
2021 "//third_party/leveldatabase", 2019 "//third_party/leveldatabase",
2022 ] 2020 ]
2023 } 2021 }
2024 } 2022 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_debug_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698