| 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("//chrome/common/features.gni") | 5 import("//chrome/common/features.gni") |
| 6 import("//device/vr/features/features.gni") | 6 import("//device/vr/features/features.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 | 8 |
| 9 if (is_android) { | 9 if (is_android) { |
| 10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "textures/render_text_wrapper.cc", | 49 "textures/render_text_wrapper.cc", |
| 50 "textures/render_text_wrapper.h", | 50 "textures/render_text_wrapper.h", |
| 51 "textures/splash_screen_icon_texture.cc", | 51 "textures/splash_screen_icon_texture.cc", |
| 52 "textures/splash_screen_icon_texture.h", | 52 "textures/splash_screen_icon_texture.h", |
| 53 "textures/system_indicator_texture.cc", | 53 "textures/system_indicator_texture.cc", |
| 54 "textures/system_indicator_texture.h", | 54 "textures/system_indicator_texture.h", |
| 55 "textures/ui_texture.cc", | 55 "textures/ui_texture.cc", |
| 56 "textures/ui_texture.h", | 56 "textures/ui_texture.h", |
| 57 "textures/url_bar_texture.cc", | 57 "textures/url_bar_texture.cc", |
| 58 "textures/url_bar_texture.h", | 58 "textures/url_bar_texture.h", |
| 59 "toolbar_helper.cc", |
| 60 "toolbar_helper.h", |
| 61 "toolbar_state.cc", |
| 62 "toolbar_state.h", |
| 59 "ui_browser_interface.h", | 63 "ui_browser_interface.h", |
| 60 "ui_elements/button.cc", | 64 "ui_elements/button.cc", |
| 61 "ui_elements/button.h", | 65 "ui_elements/button.h", |
| 62 "ui_elements/exit_prompt.cc", | 66 "ui_elements/exit_prompt.cc", |
| 63 "ui_elements/exit_prompt.h", | 67 "ui_elements/exit_prompt.h", |
| 64 "ui_elements/exit_prompt_backplane.cc", | 68 "ui_elements/exit_prompt_backplane.cc", |
| 65 "ui_elements/exit_prompt_backplane.h", | 69 "ui_elements/exit_prompt_backplane.h", |
| 66 "ui_elements/loading_indicator.cc", | 70 "ui_elements/loading_indicator.cc", |
| 67 "ui_elements/loading_indicator.h", | 71 "ui_elements/loading_indicator.h", |
| 68 "ui_elements/screen_dimmer.cc", | 72 "ui_elements/screen_dimmer.cc", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 86 "ui_scene_manager.h", | 90 "ui_scene_manager.h", |
| 87 "ui_unsupported_mode.h", | 91 "ui_unsupported_mode.h", |
| 88 ] | 92 ] |
| 89 | 93 |
| 90 deps = [ | 94 deps = [ |
| 91 "//base", | 95 "//base", |
| 92 "//cc/paint", | 96 "//cc/paint", |
| 93 "//chrome/app:generated_resources", | 97 "//chrome/app:generated_resources", |
| 94 "//components/security_state/core", | 98 "//components/security_state/core", |
| 95 "//components/strings", | 99 "//components/strings", |
| 96 "//components/toolbar:vector_icons", | 100 "//components/toolbar", |
| 97 "//components/url_formatter", | 101 "//components/url_formatter", |
| 98 "//components/vector_icons", | 102 "//components/vector_icons", |
| 99 "//skia", | 103 "//skia", |
| 100 "//ui/base", | 104 "//ui/base", |
| 101 "//ui/display", | 105 "//ui/display", |
| 102 "//ui/gl", | 106 "//ui/gl", |
| 103 "//ui/gl/init", | 107 "//ui/gl/init", |
| 104 "//ui/vector_icons", | 108 "//ui/vector_icons", |
| 105 ] | 109 ] |
| 106 } | 110 } |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "ui_elements/ui_element_unittest.cc", | 208 "ui_elements/ui_element_unittest.cc", |
| 205 "ui_scene_manager_unittest.cc", | 209 "ui_scene_manager_unittest.cc", |
| 206 "ui_scene_unittest.cc", | 210 "ui_scene_unittest.cc", |
| 207 ] | 211 ] |
| 208 | 212 |
| 209 deps = [ | 213 deps = [ |
| 210 ":vr_common", | 214 ":vr_common", |
| 211 "//base/test:test_support", | 215 "//base/test:test_support", |
| 212 "//components:components_tests_pak", | 216 "//components:components_tests_pak", |
| 213 "//components/security_state/core", | 217 "//components/security_state/core", |
| 218 "//components/toolbar:vector_icons", |
| 214 "//skia", | 219 "//skia", |
| 215 "//testing/gmock", | 220 "//testing/gmock", |
| 216 "//testing/gtest", | 221 "//testing/gtest", |
| 217 "//ui/gfx:test_support", | 222 "//ui/gfx:test_support", |
| 218 "//ui/gfx/geometry", | 223 "//ui/gfx/geometry", |
| 219 "//ui/gl", | 224 "//ui/gl", |
| 220 ] | 225 ] |
| 221 | 226 |
| 222 if (is_android) { | 227 if (is_android) { |
| 223 deps += [ "//ui/android:ui_java" ] | 228 deps += [ "//ui/android:ui_java" ] |
| 224 } | 229 } |
| 225 | 230 |
| 226 data = [ | 231 data = [ |
| 227 "test/data/", | 232 "test/data/", |
| 228 "$root_out_dir/components_tests_resources.pak", | 233 "$root_out_dir/components_tests_resources.pak", |
| 229 ] | 234 ] |
| 230 } | 235 } |
| OLD | NEW |