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

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

Issue 1455833005: Convert ConnectToApplication to take a params class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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 | « components/font_service/public/cpp/font_loader.cc ('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_overrides/v8.gni") 5 import("//build_overrides/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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "//base", 360 "//base",
361 "//components/html_viewer/public/interfaces", 361 "//components/html_viewer/public/interfaces",
362 "//components/mus/public/cpp", 362 "//components/mus/public/cpp",
363 "//components/mus/public/cpp/tests:test_support", 363 "//components/mus/public/cpp/tests:test_support",
364 "//components/scheduler", 364 "//components/scheduler",
365 "//components/web_view:lib", 365 "//components/web_view:lib",
366 "//components/web_view:test_support", 366 "//components/web_view:test_support",
367 "//components/web_view/public/interfaces", 367 "//components/web_view/public/interfaces",
368 "//mojo/application/public/cpp:sources", 368 "//mojo/application/public/cpp:sources",
369 "//mojo/application/public/cpp:test_support", 369 "//mojo/application/public/cpp:test_support",
370 "//mojo/converters/network",
370 "//mojo/public/c/system:for_shared_library", 371 "//mojo/public/c/system:for_shared_library",
371 "//net:test_support", 372 "//net:test_support",
372 "//testing/gtest", 373 "//testing/gtest",
373 "//third_party/mojo_services/src/accessibility/public/interfaces", 374 "//third_party/mojo_services/src/accessibility/public/interfaces",
374 ] 375 ]
375 376
376 data_deps = [ 377 data_deps = [
377 ":html_viewer", 378 ":html_viewer",
378 ] 379 ]
379 380
380 if (is_linux && !is_android) { 381 if (is_linux && !is_android) {
381 data_deps += [ "//components/font_service" ] 382 data_deps += [ "//components/font_service" ]
382 } 383 }
383 } 384 }
OLDNEW
« no previous file with comments | « components/font_service/public/cpp/font_loader.cc ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698