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

Side by Side Diff: content/public/renderer/BUILD.gn

Issue 2867543002: content: add header files of public that were not listed in the BUILD.gn file (Closed)
Patch Set: fix check failures Created 3 years, 7 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 | « content/public/common/BUILD.gn ('k') | content/test/BUILD.gn » ('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("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 8
9 # See //content/BUILD.gn for how this works. 9 # See //content/BUILD.gn for how this works.
10 group("renderer") { 10 group("renderer") {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "render_frame_visitor.h", 52 "render_frame_visitor.h",
53 "render_thread.cc", 53 "render_thread.cc",
54 "render_thread.h", 54 "render_thread.h",
55 "render_thread_observer.cc", 55 "render_thread_observer.cc",
56 "render_thread_observer.h", 56 "render_thread_observer.h",
57 "render_view.h", 57 "render_view.h",
58 "render_view_observer.cc", 58 "render_view_observer.cc",
59 "render_view_observer.h", 59 "render_view_observer.h",
60 "render_view_observer_tracker.h", 60 "render_view_observer_tracker.h",
61 "render_view_visitor.h", 61 "render_view_visitor.h",
62 "renderer_gamepad_provider.h",
62 "renderer_ppapi_host.h", 63 "renderer_ppapi_host.h",
63 "resource_fetcher.h", 64 "resource_fetcher.h",
64 "seccomp_sandbox_status_android.h", 65 "seccomp_sandbox_status_android.h",
65 "video_encode_accelerator.cc", 66 "video_encode_accelerator.cc",
66 "video_encode_accelerator.h", 67 "video_encode_accelerator.h",
67 "window_features_converter.cc", 68 "window_features_converter.cc",
68 "window_features_converter.h", 69 "window_features_converter.h",
69 ] 70 ]
70 71
71 configs += [ "//content:content_implementation" ] 72 configs += [ "//content:content_implementation" ]
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 deps += [ 118 deps += [
118 "//content/public/common:feature_h264_with_openh264_ffmpeg", 119 "//content/public/common:feature_h264_with_openh264_ffmpeg",
119 "//content/public/common:features", 120 "//content/public/common:features",
120 ] 121 ]
121 } 122 }
122 123
123 if (enable_plugins) { 124 if (enable_plugins) {
124 sources += [ "plugin_instance_throttler.h" ] 125 sources += [ "plugin_instance_throttler.h" ]
125 } 126 }
126 } 127 }
OLDNEW
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698