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

Unified Diff: extensions/renderer/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 4 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 | « extensions/extensions.gyp ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index 562b40c10f55c2cead44277e2426efe333816372..8128b34161e2030f8a8edbc85c5b912f4ecfd74a 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -38,9 +38,13 @@ source_set("renderer") {
"event_bindings.h",
"extension_helper.cc",
"extension_helper.h",
+ "extensions_render_frame_observer.cc",
+ "extensions_render_frame_observer.h",
"extensions_renderer_client.cc",
"extensions_renderer_client.h",
"extension_groups.h",
+ "guest_view/guest_view_internal_custom_bindings.cc",
+ "guest_view/guest_view_internal_custom_bindings.h",
"file_system_natives.cc",
"file_system_natives.h",
"i18n_custom_bindings.cc",
« no previous file with comments | « extensions/extensions.gyp ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698