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

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

Issue 2340133006: [WIP] Hack on Blob mojom (Closed)
Patch Set: 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/child/thread_safe_sender.h ('k') | content/common/blob.mojom » ('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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 ] 549 ]
550 } 550 }
551 } 551 }
552 552
553 mojom("mojo_bindings") { 553 mojom("mojo_bindings") {
554 # This interface is internal to content. 554 # This interface is internal to content.
555 visibility = [ "//content/*" ] 555 visibility = [ "//content/*" ]
556 556
557 sources = [ 557 sources = [
558 "associated_interfaces.mojom", 558 "associated_interfaces.mojom",
559 "blob.mojom",
559 "child_memory_coordinator.mojom", 560 "child_memory_coordinator.mojom",
560 "frame.mojom", 561 "frame.mojom",
561 "image_downloader/image_downloader.mojom", 562 "image_downloader/image_downloader.mojom",
562 "leveldb_wrapper.mojom", 563 "leveldb_wrapper.mojom",
563 "memory_coordinator.mojom", 564 "memory_coordinator.mojom",
564 "render_frame_message_filter.mojom", 565 "render_frame_message_filter.mojom",
565 "render_widget_window_tree_client_factory.mojom", 566 "render_widget_window_tree_client_factory.mojom",
566 "service_worker/embedded_worker_setup.mojom", 567 "service_worker/embedded_worker_setup.mojom",
567 "storage_partition_service.mojom", 568 "storage_partition_service.mojom",
568 "url_loader.mojom", 569 "url_loader.mojom",
(...skipping 12 matching lines...) Expand all
581 "//third_party/WebKit/public:mojo_bindings", 582 "//third_party/WebKit/public:mojo_bindings",
582 "//ui/gfx/geometry/mojo", 583 "//ui/gfx/geometry/mojo",
583 "//url/mojo:url_mojom_gurl", 584 "//url/mojo:url_mojom_gurl",
584 "//url/mojo:url_mojom_origin", 585 "//url/mojo:url_mojom_origin",
585 ] 586 ]
586 587
587 export_class_attribute = "CONTENT_EXPORT" 588 export_class_attribute = "CONTENT_EXPORT"
588 export_define = "CONTENT_IMPLEMENTATION=1" 589 export_define = "CONTENT_IMPLEMENTATION=1"
589 export_header = "content/common/content_export.h" 590 export_header = "content/common/content_export.h"
590 } 591 }
OLDNEW
« no previous file with comments | « content/child/thread_safe_sender.h ('k') | content/common/blob.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698