OLD | NEW |
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/module_args/v8.gni") | 5 import("//build/module_args/v8.gni") |
6 import("//mojo/mojo_application_package.gni") | 6 import("//mojo/mojo_application_package.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//third_party/mojo/src/mojo/public/mojo.gni") | 8 import("//third_party/mojo/src/mojo/public/mojo.gni") |
9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") | 9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "ax_provider_impl.h", | 62 "ax_provider_impl.h", |
63 "blink_basic_type_converters.cc", | 63 "blink_basic_type_converters.cc", |
64 "blink_basic_type_converters.h", | 64 "blink_basic_type_converters.h", |
65 "blink_input_events_type_converters.cc", | 65 "blink_input_events_type_converters.cc", |
66 "blink_input_events_type_converters.h", | 66 "blink_input_events_type_converters.h", |
67 "blink_platform_impl.cc", | 67 "blink_platform_impl.cc", |
68 "blink_platform_impl.h", | 68 "blink_platform_impl.h", |
69 "blink_resource_constants.h", | 69 "blink_resource_constants.h", |
70 "blink_url_request_type_converters.cc", | 70 "blink_url_request_type_converters.cc", |
71 "blink_url_request_type_converters.h", | 71 "blink_url_request_type_converters.h", |
72 "devtools_agent_impl.cc", | |
73 "devtools_agent_impl.h", | |
74 "discardable_memory_allocator.cc", | 72 "discardable_memory_allocator.cc", |
75 "discardable_memory_allocator.h", | 73 "discardable_memory_allocator.h", |
76 "frame_tree_manager.cc", | 74 "frame_tree_manager.cc", |
77 "frame_tree_manager.h", | 75 "frame_tree_manager.h", |
78 "html_document.cc", | 76 "html_document.cc", |
79 "html_document.h", | 77 "html_document.h", |
80 "media_factory.cc", | 78 "media_factory.cc", |
81 "media_factory.h", | 79 "media_factory.h", |
82 "mock_web_blob_registry_impl.cc", | 80 "mock_web_blob_registry_impl.cc", |
83 "mock_web_blob_registry_impl.h", | 81 "mock_web_blob_registry_impl.h", |
(...skipping 25 matching lines...) Expand all Loading... |
109 | 107 |
110 include_dirs = [ "third_party/WebKit" ] | 108 include_dirs = [ "third_party/WebKit" ] |
111 | 109 |
112 deps = [ | 110 deps = [ |
113 "//base", | 111 "//base", |
114 "//base/third_party/dynamic_annotations", | 112 "//base/third_party/dynamic_annotations", |
115 "//cc", | 113 "//cc", |
116 "//cc/blink", | 114 "//cc/blink", |
117 "//cc/surfaces", | 115 "//cc/surfaces", |
118 "//components/clipboard/public/interfaces", | 116 "//components/clipboard/public/interfaces", |
119 "//components/devtools_service/public/interfaces", | |
120 "//components/mime_util", | 117 "//components/mime_util", |
121 "//components/resource_provider/public/cpp", | 118 "//components/resource_provider/public/cpp", |
122 "//components/resource_provider/public/interfaces", | 119 "//components/resource_provider/public/interfaces", |
123 "//components/scheduler:scheduler", | 120 "//components/scheduler:scheduler", |
124 "//components/view_manager/public/interfaces", | 121 "//components/view_manager/public/interfaces", |
125 "//components/webcrypto", | 122 "//components/webcrypto", |
126 "//gin", | 123 "//gin", |
127 "//mandoline/services/navigation/public/interfaces", | 124 "//mandoline/services/navigation/public/interfaces", |
128 "//mandoline/tab/public/interfaces", | 125 "//mandoline/tab/public/interfaces", |
129 "//media", | 126 "//media", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 "//base", | 223 "//base", |
227 "//mojo/application/public/cpp:test_support", | 224 "//mojo/application/public/cpp:test_support", |
228 "//net:test_support", | 225 "//net:test_support", |
229 "//testing/gtest", | 226 "//testing/gtest", |
230 "//third_party/mojo_services/src/accessibility/public/interfaces", | 227 "//third_party/mojo_services/src/accessibility/public/interfaces", |
231 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", | 228 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", |
232 ] | 229 ] |
233 | 230 |
234 data_deps = [ ":html_viewer" ] | 231 data_deps = [ ":html_viewer" ] |
235 } | 232 } |
OLD | NEW |