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

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

Issue 2304073003: Mojoify time zone update IPC from browser to renderer (Closed)
Patch Set: Rebase Created 4 years, 3 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/browser/time_zone_monitor_win.cc ('k') | content/common/view_messages.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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "storage_partition_service.mojom", 565 "storage_partition_service.mojom",
566 "url_loader.mojom", 566 "url_loader.mojom",
567 "url_loader_factory.mojom", 567 "url_loader_factory.mojom",
568 ] 568 ]
569 569
570 import_dirs = [ "//mojo/services" ] 570 import_dirs = [ "//mojo/services" ]
571 571
572 public_deps = [ 572 public_deps = [
573 "//components/leveldb/public/interfaces", 573 "//components/leveldb/public/interfaces",
574 "//device/sensors/public/interfaces", 574 "//device/sensors/public/interfaces",
575 "//device/time_zone_monitor/public/interfaces",
575 "//services/shell/public/interfaces", 576 "//services/shell/public/interfaces",
576 "//services/ui/public/interfaces", 577 "//services/ui/public/interfaces",
577 "//skia/public/interfaces", 578 "//skia/public/interfaces",
578 "//third_party/WebKit/public:mojo_bindings", 579 "//third_party/WebKit/public:mojo_bindings",
579 "//ui/gfx/geometry/mojo", 580 "//ui/gfx/geometry/mojo",
580 "//url/mojo:url_mojom_gurl", 581 "//url/mojo:url_mojom_gurl",
581 "//url/mojo:url_mojom_origin", 582 "//url/mojo:url_mojom_origin",
582 ] 583 ]
583 584
584 export_class_attribute = "CONTENT_EXPORT" 585 export_class_attribute = "CONTENT_EXPORT"
585 export_define = "CONTENT_IMPLEMENTATION=1" 586 export_define = "CONTENT_IMPLEMENTATION=1"
586 export_header = "content/common/content_export.h" 587 export_header = "content/common/content_export.h"
587 } 588 }
OLDNEW
« no previous file with comments | « content/browser/time_zone_monitor_win.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698