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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase 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.h ('k') | content/common/DEPS » ('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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "//media:shared_memory_support", 378 "//media:shared_memory_support",
379 "//media/base/ipc", 379 "//media/base/ipc",
380 "//media/capture", 380 "//media/capture",
381 "//media/gpu/ipc/client", 381 "//media/gpu/ipc/client",
382 "//media/gpu/ipc/common", 382 "//media/gpu/ipc/common",
383 "//media/midi", 383 "//media/midi",
384 "//mojo/common:common_base", 384 "//mojo/common:common_base",
385 "//mojo/edk/system", 385 "//mojo/edk/system",
386 "//net", 386 "//net",
387 "//sandbox", 387 "//sandbox",
388 "//services/shell", 388 "//services/service_manager",
389 "//services/shell/public/cpp", 389 "//services/service_manager/public/cpp",
390 "//services/shell/public/interfaces", 390 "//services/service_manager/public/interfaces",
391 "//services/shell/runner/common", 391 "//services/service_manager/runner/common",
392 "//services/ui/public/interfaces", 392 "//services/ui/public/interfaces",
393 "//services/video_capture/public/interfaces", 393 "//services/video_capture/public/interfaces",
394 "//skia", 394 "//skia",
395 "//storage/common", 395 "//storage/common",
396 "//third_party/WebKit/public:blink_minimal", 396 "//third_party/WebKit/public:blink_minimal",
397 "//third_party/boringssl", 397 "//third_party/boringssl",
398 "//third_party/icu", 398 "//third_party/icu",
399 "//third_party/libjingle", 399 "//third_party/libjingle",
400 "//third_party/webrtc/base:rtc_base", 400 "//third_party/webrtc/base:rtc_base",
401 "//ui/accessibility", 401 "//ui/accessibility",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 public_deps = [ 577 public_deps = [
578 "//components/leveldb/public/interfaces", 578 "//components/leveldb/public/interfaces",
579 "//content/public/common:interfaces", 579 "//content/public/common:interfaces",
580 "//device/sensors/public/interfaces", 580 "//device/sensors/public/interfaces",
581 581
582 # TODO(mcasas): remove the following dep after https://crbug.com/653994 582 # TODO(mcasas): remove the following dep after https://crbug.com/653994
583 "//gpu/ipc/common:interfaces", 583 "//gpu/ipc/common:interfaces",
584 "//ipc:mojom", 584 "//ipc:mojom",
585 "//media/mojo/interfaces", 585 "//media/mojo/interfaces",
586 "//mojo/common:common_custom_types", 586 "//mojo/common:common_custom_types",
587 "//services/shell/public/interfaces", 587 "//services/service_manager/public/interfaces",
588 "//services/ui/public/interfaces", 588 "//services/ui/public/interfaces",
589 "//services/video_capture/public/interfaces", 589 "//services/video_capture/public/interfaces",
590 "//skia/public/interfaces", 590 "//skia/public/interfaces",
591 "//third_party/WebKit/public:mojo_bindings", 591 "//third_party/WebKit/public:mojo_bindings",
592 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", 592 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings",
593 "//ui/base/mojo:mojo_bindings", 593 "//ui/base/mojo:mojo_bindings",
594 "//ui/gfx/geometry/mojo", 594 "//ui/gfx/geometry/mojo",
595 "//ui/gfx/mojo", 595 "//ui/gfx/mojo",
596 "//url/mojo:url_mojom_gurl", 596 "//url/mojo:url_mojom_gurl",
597 "//url/mojo:url_mojom_origin", 597 "//url/mojo:url_mojom_origin",
598 ] 598 ]
599 599
600 export_class_attribute = "CONTENT_EXPORT" 600 export_class_attribute = "CONTENT_EXPORT"
601 export_define = "CONTENT_IMPLEMENTATION=1" 601 export_define = "CONTENT_IMPLEMENTATION=1"
602 export_header = "content/common/content_export.h" 602 export_header = "content/common/content_export.h"
603 } 603 }
OLDNEW
« no previous file with comments | « content/child/service_factory.h ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698