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

Side by Side Diff: components/html_viewer/BUILD.gn

Issue 1112573003: Hook up the scheduler component to html_viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 7 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 | « no previous file | components/html_viewer/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("//mojo/mojo_application_package.gni") 5 import("//mojo/mojo_application_package.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/mojo/src/mojo/public/mojo.gni") 7 import("//third_party/mojo/src/mojo/public/mojo.gni")
8 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 8 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "web_layer_tree_view_impl.h", 75 "web_layer_tree_view_impl.h",
76 "web_media_player_factory.cc", 76 "web_media_player_factory.cc",
77 "web_media_player_factory.h", 77 "web_media_player_factory.h",
78 "web_media_player_factory.h", 78 "web_media_player_factory.h",
79 "web_message_port_channel_impl.cc", 79 "web_message_port_channel_impl.cc",
80 "web_message_port_channel_impl.h", 80 "web_message_port_channel_impl.h",
81 "web_mime_registry_impl.cc", 81 "web_mime_registry_impl.cc",
82 "web_mime_registry_impl.h", 82 "web_mime_registry_impl.h",
83 "web_notification_manager_impl.cc", 83 "web_notification_manager_impl.cc",
84 "web_notification_manager_impl.h", 84 "web_notification_manager_impl.h",
85 "web_scheduler_impl.cc",
86 "web_scheduler_impl.h",
87 "web_socket_handle_impl.cc", 85 "web_socket_handle_impl.cc",
88 "web_socket_handle_impl.h", 86 "web_socket_handle_impl.h",
89 "web_storage_namespace_impl.cc", 87 "web_storage_namespace_impl.cc",
90 "web_storage_namespace_impl.h", 88 "web_storage_namespace_impl.h",
91 "web_theme_engine_impl.cc", 89 "web_theme_engine_impl.cc",
92 "web_theme_engine_impl.h", 90 "web_theme_engine_impl.h",
93 "web_thread_impl.cc",
94 "web_thread_impl.h",
95 "web_url_loader_impl.cc", 91 "web_url_loader_impl.cc",
96 "web_url_loader_impl.h", 92 "web_url_loader_impl.h",
97 ] 93 ]
98 94
99 include_dirs = [ "third_party/WebKit" ] 95 include_dirs = [ "third_party/WebKit" ]
100 96
101 deps = [ 97 deps = [
102 "//base", 98 "//base",
103 "//base/third_party/dynamic_annotations", 99 "//base/third_party/dynamic_annotations",
104 "//cc", 100 "//cc",
105 "//cc/blink", 101 "//cc/blink",
106 "//cc/surfaces", 102 "//cc/surfaces",
107 "//components/clipboard/public/interfaces", 103 "//components/clipboard/public/interfaces",
108 "//components/gpu/public/interfaces", 104 "//components/gpu/public/interfaces",
105 "//components/scheduler:scheduler",
109 "//components/surfaces/public/interfaces", 106 "//components/surfaces/public/interfaces",
110 "//components/webcrypto", 107 "//components/webcrypto",
111 "//gin", 108 "//gin",
112 "//mandoline/services/navigation/public/interfaces", 109 "//mandoline/services/navigation/public/interfaces",
113 "//media", 110 "//media",
114 "//media/blink", 111 "//media/blink",
115 "//media/mojo", 112 "//media/mojo",
116 "//mojo/application", 113 "//mojo/application",
117 "//mojo/cc", 114 "//mojo/cc",
118 "//mojo/common", 115 "//mojo/common",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 ] 233 ]
237 234
238 deps = [ 235 deps = [
239 ":lib", 236 ":lib",
240 ":html_viewer", 237 ":html_viewer",
241 "//mojo/application:test_support", 238 "//mojo/application:test_support",
242 "//net:test_support", 239 "//net:test_support",
243 "//testing/gtest", 240 "//testing/gtest",
244 ] 241 ]
245 } 242 }
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698