| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |