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

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

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: Address nits from blundell@ Created 4 years 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/screen_orientation/screen_orientation.cc ('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("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 "image_downloader/image_downloader.mojom", 568 "image_downloader/image_downloader.mojom",
569 "indexed_db/indexed_db.mojom", 569 "indexed_db/indexed_db.mojom",
570 "leveldb_wrapper.mojom", 570 "leveldb_wrapper.mojom",
571 "media/media_devices.mojom", 571 "media/media_devices.mojom",
572 "memory_coordinator.mojom", 572 "memory_coordinator.mojom",
573 "native_types.mojom", 573 "native_types.mojom",
574 "render_frame_message_filter.mojom", 574 "render_frame_message_filter.mojom",
575 "render_message_filter.mojom", 575 "render_message_filter.mojom",
576 "render_widget_window_tree_client_factory.mojom", 576 "render_widget_window_tree_client_factory.mojom",
577 "renderer.mojom", 577 "renderer.mojom",
578 "screen_orientation.mojom",
579 "service_worker/embedded_worker.mojom", 578 "service_worker/embedded_worker.mojom",
580 "service_worker/embedded_worker_setup.mojom", 579 "service_worker/embedded_worker_setup.mojom",
581 "service_worker/service_worker.mojom", 580 "service_worker/service_worker.mojom",
582 "service_worker/service_worker_event_dispatcher.mojom", 581 "service_worker/service_worker_event_dispatcher.mojom",
583 "service_worker/service_worker_types.mojom", 582 "service_worker/service_worker_types.mojom",
584 "storage_partition_service.mojom", 583 "storage_partition_service.mojom",
585 "url_loader.mojom", 584 "url_loader.mojom",
586 "url_loader_factory.mojom", 585 "url_loader_factory.mojom",
587 "video_capture.mojom", 586 "video_capture.mojom",
588 ] 587 ]
(...skipping 21 matching lines...) Expand all
610 "//ui/gfx/geometry/mojo", 609 "//ui/gfx/geometry/mojo",
611 "//ui/gfx/mojo", 610 "//ui/gfx/mojo",
612 "//url/mojo:url_mojom_gurl", 611 "//url/mojo:url_mojom_gurl",
613 "//url/mojo:url_mojom_origin", 612 "//url/mojo:url_mojom_origin",
614 ] 613 ]
615 614
616 export_class_attribute = "CONTENT_EXPORT" 615 export_class_attribute = "CONTENT_EXPORT"
617 export_define = "CONTENT_IMPLEMENTATION=1" 616 export_define = "CONTENT_IMPLEMENTATION=1"
618 export_header = "content/common/content_export.h" 617 export_header = "content/common/content_export.h"
619 } 618 }
OLDNEW
« no previous file with comments | « content/browser/screen_orientation/screen_orientation.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698