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

Side by Side Diff: content/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/child/service_factory.cc ('k') | content/common/in_process_child_thread_params.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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "media/media_stream_messages.h", 214 "media/media_stream_messages.h",
215 "media/media_stream_options.cc", 215 "media/media_stream_options.cc",
216 "media/media_stream_options.h", 216 "media/media_stream_options.h",
217 "media/media_stream_track_metrics_host_messages.h", 217 "media/media_stream_track_metrics_host_messages.h",
218 "media/midi_messages.h", 218 "media/midi_messages.h",
219 "media/surface_view_manager_messages_android.h", 219 "media/surface_view_manager_messages_android.h",
220 "media/video_capture.h", 220 "media/video_capture.h",
221 "media/video_capture_messages.h", 221 "media/video_capture_messages.h",
222 "memory_messages.h", 222 "memory_messages.h",
223 "message_port_messages.h", 223 "message_port_messages.h",
224 "mojo/embedded_application_runner.cc",
225 "mojo/embedded_application_runner.h",
226 "mojo/mojo_shell_connection_impl.cc",
227 "mojo/mojo_shell_connection_impl.h",
228 "navigation_gesture.h", 224 "navigation_gesture.h",
229 "navigation_params.cc", 225 "navigation_params.cc",
230 "navigation_params.h", 226 "navigation_params.h",
231 "net/url_fetcher.cc", 227 "net/url_fetcher.cc",
232 "net/url_request_service_worker_data.cc", 228 "net/url_request_service_worker_data.cc",
233 "net/url_request_service_worker_data.h", 229 "net/url_request_service_worker_data.h",
234 "net/url_request_user_data.cc", 230 "net/url_request_user_data.cc",
235 "net/url_request_user_data.h", 231 "net/url_request_user_data.h",
236 "origin_trials/trial_token.cc", 232 "origin_trials/trial_token.cc",
237 "origin_trials/trial_token.h", 233 "origin_trials/trial_token.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "sandbox_mac.mm", 290 "sandbox_mac.mm",
295 "sandbox_win.cc", 291 "sandbox_win.cc",
296 "sandbox_win.h", 292 "sandbox_win.h",
297 "savable_subframe.h", 293 "savable_subframe.h",
298 "savable_url_schemes.cc", 294 "savable_url_schemes.cc",
299 "savable_url_schemes.h", 295 "savable_url_schemes.h",
300 "screen_orientation_messages.h", 296 "screen_orientation_messages.h",
301 "security_style_util.cc", 297 "security_style_util.cc",
302 "security_style_util.h", 298 "security_style_util.h",
303 "send_zygote_child_ping_linux.cc", 299 "send_zygote_child_ping_linux.cc",
300 "service_manager/embedded_service_runner.cc",
301 "service_manager/embedded_service_runner.h",
302 "service_manager/service_manager_connection_impl.cc",
303 "service_manager/service_manager_connection_impl.h",
304 "service_worker/embedded_worker_messages.h", 304 "service_worker/embedded_worker_messages.h",
305 "service_worker/embedded_worker_settings.h", 305 "service_worker/embedded_worker_settings.h",
306 "service_worker/embedded_worker_start_params.cc", 306 "service_worker/embedded_worker_start_params.cc",
307 "service_worker/embedded_worker_start_params.h", 307 "service_worker/embedded_worker_start_params.h",
308 "service_worker/service_worker_client_info.cc", 308 "service_worker/service_worker_client_info.cc",
309 "service_worker/service_worker_client_info.h", 309 "service_worker/service_worker_client_info.h",
310 "service_worker/service_worker_messages.h", 310 "service_worker/service_worker_messages.h",
311 "service_worker/service_worker_status_code.cc", 311 "service_worker/service_worker_status_code.cc",
312 "service_worker/service_worker_status_code.h", 312 "service_worker/service_worker_status_code.h",
313 "service_worker/service_worker_type_converters.cc", 313 "service_worker/service_worker_type_converters.cc",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "//ui/gfx/geometry/mojo", 592 "//ui/gfx/geometry/mojo",
593 "//ui/gfx/mojo", 593 "//ui/gfx/mojo",
594 "//url/mojo:url_mojom_gurl", 594 "//url/mojo:url_mojom_gurl",
595 "//url/mojo:url_mojom_origin", 595 "//url/mojo:url_mojom_origin",
596 ] 596 ]
597 597
598 export_class_attribute = "CONTENT_EXPORT" 598 export_class_attribute = "CONTENT_EXPORT"
599 export_define = "CONTENT_IMPLEMENTATION=1" 599 export_define = "CONTENT_IMPLEMENTATION=1"
600 export_header = "content/common/content_export.h" 600 export_header = "content/common/content_export.h"
601 } 601 }
OLDNEW
« no previous file with comments | « content/child/service_factory.cc ('k') | content/common/in_process_child_thread_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698