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

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: add dep on system_for_component 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | 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("//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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "//gin", 149 "//gin",
150 "//mandoline/services/navigation/public/interfaces", 150 "//mandoline/services/navigation/public/interfaces",
151 "//mandoline/tab/public/interfaces", 151 "//mandoline/tab/public/interfaces",
152 "//media", 152 "//media",
153 "//media/blink", 153 "//media/blink",
154 "//media/mojo", 154 "//media/mojo",
155 "//mojo/application/public/cpp", 155 "//mojo/application/public/cpp",
156 "//mojo/cc", 156 "//mojo/cc",
157 "//mojo/common", 157 "//mojo/common",
158 "//mojo/converters/surfaces", 158 "//mojo/converters/surfaces",
159 "//mojo/message_pump",
159 "//mojo/platform_handle", 160 "//mojo/platform_handle",
160 "//mojo/services/network/public/cpp", 161 "//mojo/services/network/public/cpp",
161 "//mojo/services/network/public/interfaces", 162 "//mojo/services/network/public/interfaces",
162 "//net", 163 "//net",
163 "//skia", 164 "//skia",
164 "//third_party/mojo_services/src/accessibility/public/interfaces", 165 "//third_party/mojo_services/src/accessibility/public/interfaces",
165 "//ui/mojo/events:interfaces", 166 "//ui/mojo/events:interfaces",
166 "//ui/events", 167 "//ui/events",
167 "//ui/events:gesture_detection", 168 "//ui/events:gesture_detection",
168 "//ui/events/blink", 169 "//ui/events/blink",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "//testing/gtest", 310 "//testing/gtest",
310 "//third_party/mojo_services/src/accessibility/public/interfaces", 311 "//third_party/mojo_services/src/accessibility/public/interfaces",
311 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", 312 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
312 ] 313 ]
313 314
314 data_deps = [ 315 data_deps = [
315 ":html_viewer", 316 ":html_viewer",
316 "//components/view_manager", 317 "//components/view_manager",
317 ] 318 ]
318 } 319 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698