| 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("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 | 8 |
| 9 gypi_values = exec_script("//build/gypi_to_gn.py", | 9 gypi_values = exec_script("//build/gypi_to_gn.py", |
| 10 [ rebase_path("views.gyp") ], | 10 [ rebase_path("views.gyp") ], |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "//ui/compositor:test_support", | 223 "//ui/compositor:test_support", |
| 224 "//ui/events:dom_keycode_converter", | 224 "//ui/events:dom_keycode_converter", |
| 225 "//ui/events:events_base", | 225 "//ui/events:events_base", |
| 226 "//ui/events:test_support", | 226 "//ui/events:test_support", |
| 227 "//ui/events/platform", | 227 "//ui/events/platform", |
| 228 "//ui/gfx:test_support", | 228 "//ui/gfx:test_support", |
| 229 "//ui/gfx/geometry", | 229 "//ui/gfx/geometry", |
| 230 "//ui/gl:test_support", | 230 "//ui/gl:test_support", |
| 231 "//ui/native_theme", | 231 "//ui/native_theme", |
| 232 "//ui/resources", | 232 "//ui/resources", |
| 233 "//ui/resources:ui_test_pak", |
| 233 "//ui/strings", | 234 "//ui/strings", |
| 234 "//url", | 235 "//url", |
| 235 ] | 236 ] |
| 236 | 237 |
| 237 # TODO(thakis): This should be a data_deps on //ui/resources:ui_test_pak, but | 238 # TODO(thakis): This should be a data_deps on //ui/resources:ui_test_pak, but |
| 238 # that has no effect. (See similar TODOs elsewhere ui_test.pak is listed) | 239 # that has no effect. (See similar TODOs elsewhere ui_test.pak is listed) |
| 239 data = [ | 240 data = [ |
| 240 "$root_out_dir/ui_test.pak", | 241 "$root_out_dir/ui_test.pak", |
| 241 ] | 242 ] |
| 242 | 243 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "//ui/base:test_support", | 314 "//ui/base:test_support", |
| 314 "//ui/compositor", | 315 "//ui/compositor", |
| 315 "//ui/events:test_support", | 316 "//ui/events:test_support", |
| 316 "//ui/gl:test_support", | 317 "//ui/gl:test_support", |
| 317 "//ui/resources", | 318 "//ui/resources", |
| 318 "//ui/resources:ui_test_pak", | 319 "//ui/resources:ui_test_pak", |
| 319 "//ui/strings", | 320 "//ui/strings", |
| 320 ] | 321 ] |
| 321 } | 322 } |
| 322 } | 323 } |
| OLD | NEW |