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

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

Issue 577453002: Rename ChromeBrowserPluginDelegate to GuestViewContainer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved GuestViewContainer to ENABLE_EXTENSIONS guard Created 6 years, 3 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 | « extensions/extensions.gyp ('k') | extensions/renderer/guest_view/guest_view_container.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 # GYP version: extensions/extensions.gyp:extensions_renderer 5 # GYP version: extensions/extensions.gyp:extensions_renderer
6 source_set("renderer") { 6 source_set("renderer") {
7 sources = [ 7 sources = [
8 "activity_log_converter_strategy.cc", 8 "activity_log_converter_strategy.cc",
9 "activity_log_converter_strategy.h", 9 "activity_log_converter_strategy.h",
10 "api_activity_logger.cc", 10 "api_activity_logger.cc",
(...skipping 29 matching lines...) Expand all
40 "event_bindings.h", 40 "event_bindings.h",
41 "extension_groups.h", 41 "extension_groups.h",
42 "extension_helper.cc", 42 "extension_helper.cc",
43 "extension_helper.h", 43 "extension_helper.h",
44 "extensions_render_frame_observer.cc", 44 "extensions_render_frame_observer.cc",
45 "extensions_render_frame_observer.h", 45 "extensions_render_frame_observer.h",
46 "extensions_renderer_client.cc", 46 "extensions_renderer_client.cc",
47 "extensions_renderer_client.h", 47 "extensions_renderer_client.h",
48 "file_system_natives.cc", 48 "file_system_natives.cc",
49 "file_system_natives.h", 49 "file_system_natives.h",
50 "guest_view/guest_view_container.cc",
51 "guest_view/guest_view_container.h",
50 "guest_view/guest_view_internal_custom_bindings.cc", 52 "guest_view/guest_view_internal_custom_bindings.cc",
51 "guest_view/guest_view_internal_custom_bindings.h", 53 "guest_view/guest_view_internal_custom_bindings.h",
52 "i18n_custom_bindings.cc", 54 "i18n_custom_bindings.cc",
53 "i18n_custom_bindings.h", 55 "i18n_custom_bindings.h",
54 "id_generator_custom_bindings.cc", 56 "id_generator_custom_bindings.cc",
55 "id_generator_custom_bindings.h", 57 "id_generator_custom_bindings.h",
56 "lazy_background_page_native_handler.cc", 58 "lazy_background_page_native_handler.cc",
57 "lazy_background_page_native_handler.h", 59 "lazy_background_page_native_handler.h",
58 "logging_native_handler.cc", 60 "logging_native_handler.cc",
59 "logging_native_handler.h", 61 "logging_native_handler.h",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "//skia", 155 "//skia",
154 "//third_party/WebKit/public:blink", 156 "//third_party/WebKit/public:blink",
155 ] 157 ]
156 158
157 if (is_win) { 159 if (is_win) {
158 cflags = [ 160 cflags = [
159 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 161 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
160 ] 162 ]
161 } 163 }
162 } 164 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/guest_view/guest_view_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698