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

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

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 7 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
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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "//content") 137 "//content")
138 138
139 configs += [ 139 configs += [
140 "//content:content_implementation", 140 "//content:content_implementation",
141 "//build/config:precompiled_headers", 141 "//build/config:precompiled_headers",
142 "//build/config/compiler:no_size_t_to_int_warning", 142 "//build/config/compiler:no_size_t_to_int_warning",
143 ] 143 ]
144 144
145 public_deps = [ 145 public_deps = [
146 ":mojo_bindings", 146 ":mojo_bindings",
147 ":mojo_bindings_blink",
147 "//gpu/command_buffer/common", 148 "//gpu/command_buffer/common",
148 "//ipc", 149 "//ipc",
149 "//third_party/WebKit/public:blink_headers", 150 "//third_party/WebKit/public:blink_headers",
150 ] 151 ]
151 deps = [ 152 deps = [
152 "//base", 153 "//base",
153 "//base/third_party/dynamic_annotations", 154 "//base/third_party/dynamic_annotations",
154 "//build/util:webkit_version", 155 "//build/util:webkit_version",
155 "//cc", 156 "//cc",
156 "//cc/blink", 157 "//cc/blink",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 # the content component shared library. Code in content but outside of the 508 # the content component shared library. Code in content but outside of the
508 # content component (content/test or content/shell) should link to this 509 # content component (content/test or content/shell) should link to this
509 # directly. 510 # directly.
510 visibility = [ "//content/*" ] 511 visibility = [ "//content/*" ]
511 512
512 sources = [ 513 sources = [
513 "application_setup.mojom", 514 "application_setup.mojom",
514 "background_sync_service.mojom", 515 "background_sync_service.mojom",
515 "image_downloader/image_downloader.mojom", 516 "image_downloader/image_downloader.mojom",
516 "leveldb_wrapper.mojom", 517 "leveldb_wrapper.mojom",
518 "notification_service_worker_client.mojom",
517 "presentation/presentation_service.mojom", 519 "presentation/presentation_service.mojom",
518 "process_control.mojom", 520 "process_control.mojom",
519 "render_frame_setup.mojom", 521 "render_frame_setup.mojom",
520 "render_widget_window_tree_client_factory.mojom", 522 "render_widget_window_tree_client_factory.mojom",
521 "service_worker/embedded_worker_setup.mojom", 523 "service_worker/embedded_worker_setup.mojom",
522 "storage_partition_service.mojom", 524 "storage_partition_service.mojom",
523 "vr_service.mojom", 525 "vr_service.mojom",
524 ] 526 ]
525 527
526 import_dirs = [ "//mojo/services" ] 528 import_dirs = [ "//mojo/services" ]
527 529
528 public_deps = [ 530 public_deps = [
529 "//components/leveldb/public/interfaces", 531 "//components/leveldb/public/interfaces",
530 "//components/mus/public/interfaces", 532 "//components/mus/public/interfaces",
531 "//content/public/common:mojo_bindings", 533 "//content/public/common:mojo_bindings",
532 "//services/shell/public/interfaces", 534 "//services/shell/public/interfaces",
533 "//third_party/WebKit/public:mojo_bindings", 535 "//third_party/WebKit/public:mojo_bindings",
534 "//ui/mojo/geometry:interfaces", 536 "//ui/mojo/geometry:interfaces",
535 "//url/mojo:url_mojom_origin", 537 "//url/mojo:url_mojom_origin",
536 ] 538 ]
537 } 539 }
OLDNEW
« no previous file with comments | « content/child/service_worker/web_service_worker_registration_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698