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

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

Issue 1280463003: Revert of Straightens outs DEPS in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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",
158 "//mojo/platform_handle", 157 "//mojo/platform_handle",
159 "//mojo/services/network/public/cpp", 158 "//mojo/services/network/public/cpp",
160 "//mojo/services/network/public/interfaces", 159 "//mojo/services/network/public/interfaces",
161 "//net", 160 "//net",
162 "//skia", 161 "//skia",
163 "//third_party/mojo_services/src/accessibility/public/interfaces", 162 "//third_party/mojo_services/src/accessibility/public/interfaces",
164 "//ui/mojo/events:interfaces", 163 "//ui/mojo/events:interfaces",
165 "//ui/events", 164 "//ui/events",
166 "//ui/events:gesture_detection", 165 "//ui/events:gesture_detection",
167 "//ui/events/blink", 166 "//ui/events/blink",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "//testing/gtest", 307 "//testing/gtest",
309 "//third_party/mojo_services/src/accessibility/public/interfaces", 308 "//third_party/mojo_services/src/accessibility/public/interfaces",
310 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", 309 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
311 ] 310 ]
312 311
313 data_deps = [ 312 data_deps = [
314 ":html_viewer", 313 ":html_viewer",
315 "//components/view_manager", 314 "//components/view_manager",
316 ] 315 ]
317 } 316 }
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