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

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

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « extensions/browser/api/document_scan/BUILD.gn ('k') | gpu/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("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 source_set("renderer") { 10 source_set("renderer") {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "native_extension_bindings_system.h", 118 "native_extension_bindings_system.h",
119 "native_handler.cc", 119 "native_handler.cc",
120 "native_handler.h", 120 "native_handler.h",
121 "object_backed_native_handler.cc", 121 "object_backed_native_handler.cc",
122 "object_backed_native_handler.h", 122 "object_backed_native_handler.h",
123 "process_info_native_handler.cc", 123 "process_info_native_handler.cc",
124 "process_info_native_handler.h", 124 "process_info_native_handler.h",
125 "programmatic_script_injector.cc", 125 "programmatic_script_injector.cc",
126 "programmatic_script_injector.h", 126 "programmatic_script_injector.h",
127 "render_frame_observer_natives.cc", 127 "render_frame_observer_natives.cc",
128 "render_frame_observer_natives.h",
128 "renderer_extension_registry.cc", 129 "renderer_extension_registry.cc",
129 "renderer_extension_registry.h", 130 "renderer_extension_registry.h",
130 "request_sender.cc", 131 "request_sender.cc",
131 "request_sender.h", 132 "request_sender.h",
132 "resource_bundle_source_map.cc", 133 "resource_bundle_source_map.cc",
133 "resource_bundle_source_map.h", 134 "resource_bundle_source_map.h",
134 "resources/app_runtime_custom_bindings.js", 135 "resources/app_runtime_custom_bindings.js",
135 "resources/app_window_custom_bindings.js", 136 "resources/app_window_custom_bindings.js",
136 "resources/binding.js", 137 "resources/binding.js",
137 "resources/context_menus_custom_bindings.js", 138 "resources/context_menus_custom_bindings.js",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "//ui/base", 347 "//ui/base",
347 ] 348 ]
348 349
349 if (enable_wifi_display && proprietary_codecs) { 350 if (enable_wifi_display && proprietary_codecs) {
350 sources += [ 351 sources += [
351 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor _unittest.cc", 352 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor _unittest.cc",
352 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc ", 353 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc ",
353 ] 354 ]
354 } 355 }
355 } 356 }
OLDNEW
« no previous file with comments | « extensions/browser/api/document_scan/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698