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

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

Issue 2629243002: content: Remove blimp compositing dependencies. (Closed)
Patch Set: .. Created 3 years, 11 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/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 26 matching lines...) Expand all
37 "chrome_object_extensions_utils.h", 37 "chrome_object_extensions_utils.h",
38 "content_renderer_client.cc", 38 "content_renderer_client.cc",
39 "content_renderer_client.h", 39 "content_renderer_client.h",
40 "context_menu_client.h", 40 "context_menu_client.h",
41 "document_state.cc", 41 "document_state.cc",
42 "document_state.h", 42 "document_state.h",
43 "navigation_state.cc", 43 "navigation_state.cc",
44 "navigation_state.h", 44 "navigation_state.h",
45 "pepper_plugin_instance.h", 45 "pepper_plugin_instance.h",
46 "platform_event_observer.h", 46 "platform_event_observer.h",
47 "remote_proto_channel.h",
48 "render_accessibility.h", 47 "render_accessibility.h",
49 "render_frame.h", 48 "render_frame.h",
50 "render_frame_observer.cc", 49 "render_frame_observer.cc",
51 "render_frame_observer.h", 50 "render_frame_observer.h",
52 "render_frame_observer_tracker.h", 51 "render_frame_observer_tracker.h",
53 "render_thread.cc", 52 "render_thread.cc",
54 "render_thread.h", 53 "render_thread.h",
55 "render_thread_observer.cc", 54 "render_thread_observer.cc",
56 "render_thread_observer.h", 55 "render_thread_observer.h",
57 "render_view.h", 56 "render_view.h",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 deps += [ 110 deps += [
112 "//content/public/common:feature_h264_with_openh264_ffmpeg", 111 "//content/public/common:feature_h264_with_openh264_ffmpeg",
113 "//content/public/common:features", 112 "//content/public/common:features",
114 ] 113 ]
115 } 114 }
116 115
117 if (enable_plugins) { 116 if (enable_plugins) {
118 sources += [ "plugin_instance_throttler.h" ] 117 sources += [ "plugin_instance_throttler.h" ]
119 } 118 }
120 } 119 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698