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

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

Issue 1304893008: Adds a common way to initialize logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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("//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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "//gin", 156 "//gin",
157 "//mandoline/tab/public/interfaces", 157 "//mandoline/tab/public/interfaces",
158 "//media", 158 "//media",
159 "//media/blink", 159 "//media/blink",
160 "//media/mojo", 160 "//media/mojo",
161 "//mojo/application/public/cpp", 161 "//mojo/application/public/cpp",
162 "//mojo/application/public/interfaces", 162 "//mojo/application/public/interfaces",
163 "//mojo/cc", 163 "//mojo/cc",
164 "//mojo/common", 164 "//mojo/common",
165 "//mojo/converters/surfaces", 165 "//mojo/converters/surfaces",
166 "//mojo/logging",
166 "//mojo/message_pump", 167 "//mojo/message_pump",
167 "//mojo/platform_handle", 168 "//mojo/platform_handle",
168 "//mojo/services/network/public/cpp", 169 "//mojo/services/network/public/cpp",
169 "//mojo/services/network/public/interfaces", 170 "//mojo/services/network/public/interfaces",
170 "//mojo/services/tracing/public/cpp", 171 "//mojo/services/tracing/public/cpp",
171 "//mojo/services/tracing/public/interfaces", 172 "//mojo/services/tracing/public/interfaces",
172 "//net", 173 "//net",
173 "//skia", 174 "//skia",
174 "//third_party/mojo_services/src/accessibility/public/interfaces", 175 "//third_party/mojo_services/src/accessibility/public/interfaces",
175 "//third_party/WebKit/public:image_resources", 176 "//third_party/WebKit/public:image_resources",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 346
346 data_deps = [ 347 data_deps = [
347 ":html_viewer", 348 ":html_viewer",
348 "//components/view_manager", 349 "//components/view_manager",
349 ] 350 ]
350 351
351 if (is_linux && !is_android) { 352 if (is_linux && !is_android) {
352 data_deps += [ "//components/font_service" ] 353 data_deps += [ "//components/font_service" ]
353 } 354 }
354 } 355 }
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