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

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

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (Closed)
Patch Set: . Created 4 years, 2 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 | « content/public/child/child_thread.h ('k') | content/public/common/connection_filter.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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 10
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "manifest_util.cc", 142 "manifest_util.cc",
143 "manifest_util.h", 143 "manifest_util.h",
144 "media_metadata.cc", 144 "media_metadata.cc",
145 "media_metadata.h", 145 "media_metadata.h",
146 "media_stream_request.cc", 146 "media_stream_request.cc",
147 "media_stream_request.h", 147 "media_stream_request.h",
148 "menu_item.cc", 148 "menu_item.cc",
149 "menu_item.h", 149 "menu_item.h",
150 "mhtml_generation_params.cc", 150 "mhtml_generation_params.cc",
151 "mhtml_generation_params.h", 151 "mhtml_generation_params.h",
152 "mojo_application_info.cc",
153 "mojo_application_info.h",
154 "mojo_channel_switches.cc", 152 "mojo_channel_switches.cc",
155 "mojo_channel_switches.h", 153 "mojo_channel_switches.h",
156 "mojo_shell_connection.h",
157 "notification_resources.cc", 154 "notification_resources.cc",
158 "notification_resources.h", 155 "notification_resources.h",
159 "origin_util.h", 156 "origin_util.h",
160 "page_state.cc", 157 "page_state.cc",
161 "page_state.h", 158 "page_state.h",
162 "page_type.h", 159 "page_type.h",
163 "page_zoom.h", 160 "page_zoom.h",
164 "pepper_plugin_info.cc", 161 "pepper_plugin_info.cc",
165 "pepper_plugin_info.h", 162 "pepper_plugin_info.h",
166 "persistent_notification_status.h", 163 "persistent_notification_status.h",
(...skipping 24 matching lines...) Expand all
191 "sandbox_init.h", 188 "sandbox_init.h",
192 "sandbox_linux.h", 189 "sandbox_linux.h",
193 "sandbox_type.h", 190 "sandbox_type.h",
194 "sandboxed_process_launcher_delegate.cc", 191 "sandboxed_process_launcher_delegate.cc",
195 "sandboxed_process_launcher_delegate.h", 192 "sandboxed_process_launcher_delegate.h",
196 "screen_info.cc", 193 "screen_info.cc",
197 "screen_info.h", 194 "screen_info.h",
198 "screen_orientation_values.h", 195 "screen_orientation_values.h",
199 "security_style.h", 196 "security_style.h",
200 "send_zygote_child_ping_linux.h", 197 "send_zygote_child_ping_linux.h",
198 "service_info.cc",
199 "service_info.h",
200 "service_manager_connection.h",
201 "service_names.cc", 201 "service_names.cc",
202 "service_names.h", 202 "service_names.h",
203 "speech_recognition_error.h", 203 "speech_recognition_error.h",
204 "speech_recognition_grammar.h", 204 "speech_recognition_grammar.h",
205 "speech_recognition_result.cc", 205 "speech_recognition_result.cc",
206 "speech_recognition_result.h", 206 "speech_recognition_result.h",
207 "stop_find_action.h", 207 "stop_find_action.h",
208 "storage_quota_params.h", 208 "storage_quota_params.h",
209 "three_d_api_types.h", 209 "three_d_api_types.h",
210 "top_controls_state.h", 210 "top_controls_state.h",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "feature_h264_with_openh264_ffmpeg.cc", 301 "feature_h264_with_openh264_ffmpeg.cc",
302 "feature_h264_with_openh264_ffmpeg.h", 302 "feature_h264_with_openh264_ffmpeg.h",
303 ] 303 ]
304 } 304 }
305 305
306 mojom("interfaces") { 306 mojom("interfaces") {
307 sources = [ 307 sources = [
308 "window_container_type.mojom", 308 "window_container_type.mojom",
309 ] 309 ]
310 } 310 }
OLDNEW
« no previous file with comments | « content/public/child/child_thread.h ('k') | content/public/common/connection_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698