| 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/module_args/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 |
| 11 if (is_android) { | 11 if (is_android) { |
| 12 import("//build/config/android/internal_rules.gni") | 12 import("//build/config/android/internal_rules.gni") |
| 13 import("//mojo/generate_mojo_shell_assets_list.gni") | 13 import("//mojo/generate_mojo_shell_assets_list.gni") |
| 14 } | 14 } |
| 15 | 15 |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 "//components/web_view:test_support", | 350 "//components/web_view:test_support", |
| 351 "//components/web_view/public/interfaces", | 351 "//components/web_view/public/interfaces", |
| 352 "//mojo/application/public/cpp:sources", | 352 "//mojo/application/public/cpp:sources", |
| 353 "//mojo/application/public/cpp:test_support", | 353 "//mojo/application/public/cpp:test_support", |
| 354 "//net:test_support", | 354 "//net:test_support", |
| 355 "//testing/gtest", | 355 "//testing/gtest", |
| 356 "//third_party/mojo_services/src/accessibility/public/interfaces", | 356 "//third_party/mojo_services/src/accessibility/public/interfaces", |
| 357 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", | 357 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", |
| 358 ] | 358 ] |
| 359 | 359 |
| 360 data_deps = [ | 360 data_deps = [ ":html_viewer" ] |
| 361 ":html_viewer", | |
| 362 ] | |
| 363 | 361 |
| 364 if (is_linux && !is_android) { | 362 if (is_linux && !is_android) { |
| 365 data_deps += [ "//components/font_service" ] | 363 data_deps += [ "//components/font_service" ] |
| 366 } | 364 } |
| 367 } | 365 } |
| OLD | NEW |