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

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

Issue 1262173005: Straightens outs DEPS in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove extraneous change Created 5 years, 4 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/module_args/v8.gni") 5 import("//build/module_args/v8.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "//gin", 147 "//gin",
148 "//mandoline/services/navigation/public/interfaces", 148 "//mandoline/services/navigation/public/interfaces",
149 "//mandoline/tab/public/interfaces", 149 "//mandoline/tab/public/interfaces",
150 "//media", 150 "//media",
151 "//media/blink", 151 "//media/blink",
152 "//media/mojo", 152 "//media/mojo",
153 "//mojo/application/public/cpp", 153 "//mojo/application/public/cpp",
154 "//mojo/cc", 154 "//mojo/cc",
155 "//mojo/common", 155 "//mojo/common",
156 "//mojo/converters/surfaces", 156 "//mojo/converters/surfaces",
157 "//mojo/message_pump",
157 "//mojo/platform_handle", 158 "//mojo/platform_handle",
158 "//mojo/services/network/public/cpp", 159 "//mojo/services/network/public/cpp",
159 "//mojo/services/network/public/interfaces", 160 "//mojo/services/network/public/interfaces",
160 "//net", 161 "//net",
161 "//skia", 162 "//skia",
162 "//third_party/mojo_services/src/accessibility/public/interfaces", 163 "//third_party/mojo_services/src/accessibility/public/interfaces",
163 "//ui/mojo/events:interfaces", 164 "//ui/mojo/events:interfaces",
164 "//ui/events", 165 "//ui/events",
165 "//ui/events:gesture_detection", 166 "//ui/events:gesture_detection",
166 "//ui/events/blink", 167 "//ui/events/blink",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "//testing/gtest", 308 "//testing/gtest",
308 "//third_party/mojo_services/src/accessibility/public/interfaces", 309 "//third_party/mojo_services/src/accessibility/public/interfaces",
309 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", 310 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
310 ] 311 ]
311 312
312 data_deps = [ 313 data_deps = [
313 ":html_viewer", 314 ":html_viewer",
314 "//components/view_manager", 315 "//components/view_manager",
315 ] 316 ]
316 } 317 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/html_viewer/DEPS » ('j') | mojo/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698