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

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

Issue 2461303002: WIP for Get Installed Related Apps (Closed)
Patch Set: Created 4 years, 1 month 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("//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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 554
555 # indexed_db.mojom uses a native typemap that is not available in Java. 555 # indexed_db.mojom uses a native typemap that is not available in Java.
556 cpp_only = true 556 cpp_only = true
557 557
558 sources = [ 558 sources = [
559 "associated_interfaces.mojom", 559 "associated_interfaces.mojom",
560 "child_memory_coordinator.mojom", 560 "child_memory_coordinator.mojom",
561 "frame.mojom", 561 "frame.mojom",
562 "image_downloader/image_downloader.mojom", 562 "image_downloader/image_downloader.mojom",
563 "indexed_db/indexed_db.mojom", 563 "indexed_db/indexed_db.mojom",
564 "installedapp/installed_app_provider.mojom",
565 "installedapp/related_application.mojom",
564 "leveldb_wrapper.mojom", 566 "leveldb_wrapper.mojom",
565 "media/media_devices.mojom", 567 "media/media_devices.mojom",
566 "memory_coordinator.mojom", 568 "memory_coordinator.mojom",
567 "native_types.mojom", 569 "native_types.mojom",
568 "render_frame_message_filter.mojom", 570 "render_frame_message_filter.mojom",
569 "render_message_filter.mojom", 571 "render_message_filter.mojom",
570 "render_widget_window_tree_client_factory.mojom", 572 "render_widget_window_tree_client_factory.mojom",
571 "renderer.mojom", 573 "renderer.mojom",
572 "service_worker/embedded_worker.mojom", 574 "service_worker/embedded_worker.mojom",
573 "service_worker/embedded_worker_setup.mojom", 575 "service_worker/embedded_worker_setup.mojom",
(...skipping 28 matching lines...) Expand all
602 "//ui/gfx/geometry/mojo", 604 "//ui/gfx/geometry/mojo",
603 "//ui/gfx/mojo", 605 "//ui/gfx/mojo",
604 "//url/mojo:url_mojom_gurl", 606 "//url/mojo:url_mojom_gurl",
605 "//url/mojo:url_mojom_origin", 607 "//url/mojo:url_mojom_origin",
606 ] 608 ]
607 609
608 export_class_attribute = "CONTENT_EXPORT" 610 export_class_attribute = "CONTENT_EXPORT"
609 export_define = "CONTENT_IMPLEMENTATION=1" 611 export_define = "CONTENT_IMPLEMENTATION=1"
610 export_header = "content/common/content_export.h" 612 export_header = "content/common/content_export.h"
611 } 613 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/installedapp/installed_app_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698