| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
| 7 import("//mojo/public/mojo_application_manifest.gni") | 7 import("//mojo/public/mojo_application_manifest.gni") |
| 8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "//device/bluetooth", | 45 "//device/bluetooth", |
| 46 "//mojo/common:common_base", | 46 "//mojo/common:common_base", |
| 47 "//services/catalog/public/cpp", | 47 "//services/catalog/public/cpp", |
| 48 "//services/shell/public/cpp", | 48 "//services/shell/public/cpp", |
| 49 "//services/tracing/public/cpp", | 49 "//services/tracing/public/cpp", |
| 50 "//ui/app_list/presenter", | 50 "//ui/app_list/presenter", |
| 51 "//ui/app_list/presenter:mojom", | 51 "//ui/app_list/presenter:mojom", |
| 52 "//ui/aura", | 52 "//ui/aura", |
| 53 "//ui/events", | 53 "//ui/events", |
| 54 "//ui/events/devices", | 54 "//ui/events/devices", |
| 55 "//ui/events/mojo", | |
| 56 "//ui/gfx", | 55 "//ui/gfx", |
| 57 "//ui/gfx/geometry", | 56 "//ui/gfx/geometry", |
| 58 "//ui/gfx/geometry/mojo", | 57 "//ui/gfx/geometry/mojo", |
| 59 "//ui/keyboard:mojom", | 58 "//ui/keyboard:mojom", |
| 60 "//ui/message_center", | 59 "//ui/message_center", |
| 61 "//ui/platform_window/stub", | 60 "//ui/platform_window/stub", |
| 62 "//ui/resources", | 61 "//ui/resources", |
| 63 "//ui/strings", | 62 "//ui/strings", |
| 64 "//ui/views", | 63 "//ui/views", |
| 65 "//ui/views/mus:for_mojo_application", | 64 "//ui/views/mus:for_mojo_application", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 | 128 |
| 130 repack("resources_200") { | 129 repack("resources_200") { |
| 131 sources = [ | 130 sources = [ |
| 132 "$root_out_dir/ash_test_resources_200_percent.pak", | 131 "$root_out_dir/ash_test_resources_200_percent.pak", |
| 133 ] | 132 ] |
| 134 output = "$root_out_dir/ash_resources_200_percent.pak" | 133 output = "$root_out_dir/ash_resources_200_percent.pak" |
| 135 deps = [ | 134 deps = [ |
| 136 "//ash/resources:ash_test_resources_200_percent", | 135 "//ash/resources:ash_test_resources_200_percent", |
| 137 ] | 136 ] |
| 138 } | 137 } |
| OLD | NEW |