| 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/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "//ui/base/ime", | 179 "//ui/base/ime", |
| 180 "//ui/compositor:test_support", | 180 "//ui/compositor:test_support", |
| 181 "//ui/events:dom_keycode_converter", | 181 "//ui/events:dom_keycode_converter", |
| 182 "//ui/events:events_base", | 182 "//ui/events:events_base", |
| 183 "//ui/events:test_support", | 183 "//ui/events:test_support", |
| 184 "//ui/events/platform", | 184 "//ui/events/platform", |
| 185 "//ui/gfx:test_support", | 185 "//ui/gfx:test_support", |
| 186 "//ui/gfx/geometry", | 186 "//ui/gfx/geometry", |
| 187 "//ui/gl:test_support", | 187 "//ui/gl:test_support", |
| 188 "//ui/resources", | 188 "//ui/resources", |
| 189 "//ui/resources:ui_test_pak", |
| 189 "//ui/strings", | 190 "//ui/strings", |
| 190 "//ui/touch_selection", | 191 "//ui/touch_selection", |
| 191 "//ui/views", | 192 "//ui/views", |
| 192 "//ui/views:test_support_internal", | 193 "//ui/views:test_support_internal", |
| 193 "//ui/wm", | 194 "//ui/wm", |
| 194 "//url", | 195 "//url", |
| 195 ] | 196 ] |
| 196 | 197 |
| 197 data_deps = [ | 198 data_deps = [ |
| 198 "//mash/wm", | 199 "//mash/wm", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 } | 232 } |
| 232 | 233 |
| 233 group("for_component") { | 234 group("for_component") { |
| 234 public_deps = [ | 235 public_deps = [ |
| 235 ":mus", | 236 ":mus", |
| 236 ] | 237 ] |
| 237 deps = [ | 238 deps = [ |
| 238 "//mojo/gles2", | 239 "//mojo/gles2", |
| 239 ] | 240 ] |
| 240 } | 241 } |
| OLD | NEW |