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

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

Issue 2712983004: Simplify/Cleanup MediaClient (Closed)
Patch Set: Fix test leak Created 3 years, 8 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 | chrome/renderer/chrome_content_renderer_client.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("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 27 matching lines...) Expand all
38 "chrome_render_view_observer.cc", 38 "chrome_render_view_observer.cc",
39 "chrome_render_view_observer.h", 39 "chrome_render_view_observer.h",
40 "content_settings_observer.cc", 40 "content_settings_observer.cc",
41 "content_settings_observer.h", 41 "content_settings_observer.h",
42 "custom_menu_commands.h", 42 "custom_menu_commands.h",
43 "instant_restricted_id_cache.h", 43 "instant_restricted_id_cache.h",
44 "loadtimes_extension_bindings.cc", 44 "loadtimes_extension_bindings.cc",
45 "loadtimes_extension_bindings.h", 45 "loadtimes_extension_bindings.h",
46 "media/chrome_key_systems.cc", 46 "media/chrome_key_systems.cc",
47 "media/chrome_key_systems.h", 47 "media/chrome_key_systems.h",
48 "media/chrome_key_systems_provider.cc",
49 "media/chrome_key_systems_provider.h",
48 "net/net_error_helper.cc", 50 "net/net_error_helper.cc",
49 "net/net_error_helper.h", 51 "net/net_error_helper.h",
50 "net/net_error_page_controller.cc", 52 "net/net_error_page_controller.cc",
51 "net/net_error_page_controller.h", 53 "net/net_error_page_controller.h",
52 "net_benchmarking_extension.cc", 54 "net_benchmarking_extension.cc",
53 "net_benchmarking_extension.h", 55 "net_benchmarking_extension.h",
54 "page_load_metrics/metrics_render_frame_observer.cc", 56 "page_load_metrics/metrics_render_frame_observer.cc",
55 "page_load_metrics/metrics_render_frame_observer.h", 57 "page_load_metrics/metrics_render_frame_observer.h",
56 "page_load_metrics/page_timing_metrics_sender.cc", 58 "page_load_metrics/page_timing_metrics_sender.cc",
57 "page_load_metrics/page_timing_metrics_sender.h", 59 "page_load_metrics/page_timing_metrics_sender.h",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 ] 402 ]
401 } 403 }
402 404
403 if (is_android) { 405 if (is_android) {
404 sources -= [ 406 sources -= [
405 "safe_browsing/mock_feature_extractor_clock.cc", 407 "safe_browsing/mock_feature_extractor_clock.cc",
406 "safe_browsing/mock_feature_extractor_clock.h", 408 "safe_browsing/mock_feature_extractor_clock.h",
407 ] 409 ]
408 } 410 }
409 } 411 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698