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

Unified Diff: content/public/renderer/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index d8271d3ef85f44ae1454f76834cd5d66e57c4606..908ffe22b9eba762aaa3abe6dddccbe659d681da 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -31,6 +31,7 @@ target(link_target_type, "renderer_sources") {
sources = [
"android_content_detection_prefixes.cc",
"android_content_detection_prefixes.h",
+ "associated_resource_fetcher.h",
"browser_plugin_delegate.cc",
"browser_plugin_delegate.h",
"chrome_object_extensions_utils.cc",
@@ -44,6 +45,7 @@ target(link_target_type, "renderer_sources") {
"navigation_state.h",
"pepper_plugin_instance.h",
"platform_event_observer.h",
+ "plugin_instance_throttler.h",
"render_accessibility.h",
"render_frame.h",
"render_frame_observer.cc",
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698