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

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

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… Created 3 years, 10 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 17 matching lines...) Expand all
28 28
29 sources = [ 29 sources = [
30 "accessibility/blink_ax_enum_conversion.cc", 30 "accessibility/blink_ax_enum_conversion.cc",
31 "accessibility/blink_ax_enum_conversion.h", 31 "accessibility/blink_ax_enum_conversion.h",
32 "accessibility/blink_ax_tree_source.cc", 32 "accessibility/blink_ax_tree_source.cc",
33 "accessibility/blink_ax_tree_source.h", 33 "accessibility/blink_ax_tree_source.h",
34 "accessibility/render_accessibility_impl.cc", 34 "accessibility/render_accessibility_impl.cc",
35 "accessibility/render_accessibility_impl.h", 35 "accessibility/render_accessibility_impl.h",
36 "android/address_detector.cc", 36 "android/address_detector.cc",
37 "android/address_detector.h", 37 "android/address_detector.h",
38 "android/app_web_message_port_client.cc",
39 "android/app_web_message_port_client.h",
40 "android/content_detector.cc", 38 "android/content_detector.cc",
41 "android/content_detector.h", 39 "android/content_detector.h",
42 "android/disambiguation_popup_helper.cc", 40 "android/disambiguation_popup_helper.cc",
43 "android/disambiguation_popup_helper.h", 41 "android/disambiguation_popup_helper.h",
44 "android/email_detector.cc", 42 "android/email_detector.cc",
45 "android/email_detector.h", 43 "android/email_detector.h",
46 "android/phone_number_detector.cc", 44 "android/phone_number_detector.cc",
47 "android/phone_number_detector.h", 45 "android/phone_number_detector.h",
48 "android/renderer_date_time_picker.cc", 46 "android/renderer_date_time_picker.cc",
49 "android/renderer_date_time_picker.h", 47 "android/renderer_date_time_picker.h",
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 # For the defines in mojo_media_config. 938 # For the defines in mojo_media_config.
941 public_configs = [ "//media/mojo/services:mojo_media_config" ] 939 public_configs = [ "//media/mojo/services:mojo_media_config" ]
942 } 940 }
943 941
944 if (!is_component_build) { 942 if (!is_component_build) {
945 public_deps = [ 943 public_deps = [
946 ":renderer", 944 ":renderer",
947 ] 945 ]
948 } 946 }
949 } 947 }
OLDNEW
« no previous file with comments | « content/public/browser/message_port_provider.h ('k') | content/renderer/android/app_web_message_port_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698