Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Side by Side Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2888283005: VR: Fix HTTP warning staying visible after exiting WebVR. (Closed)
Patch Set: Rename to debug_id_ and UiElementDebugId Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_elements/ui_element.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//device/vr/features/features.gni") 7 import("//device/vr/features/features.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 assert(enable_vr) 10 assert(enable_vr)
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "ui_elements/loading_indicator.cc", 57 "ui_elements/loading_indicator.cc",
58 "ui_elements/loading_indicator.h", 58 "ui_elements/loading_indicator.h",
59 "ui_elements/permanent_security_warning.cc", 59 "ui_elements/permanent_security_warning.cc",
60 "ui_elements/permanent_security_warning.h", 60 "ui_elements/permanent_security_warning.h",
61 "ui_elements/textured_element.cc", 61 "ui_elements/textured_element.cc",
62 "ui_elements/textured_element.h", 62 "ui_elements/textured_element.h",
63 "ui_elements/transient_security_warning.cc", 63 "ui_elements/transient_security_warning.cc",
64 "ui_elements/transient_security_warning.h", 64 "ui_elements/transient_security_warning.h",
65 "ui_elements/ui_element.cc", 65 "ui_elements/ui_element.cc",
66 "ui_elements/ui_element.h", 66 "ui_elements/ui_element.h",
67 "ui_elements/ui_element_debug_id.h",
67 "ui_elements/url_bar.cc", 68 "ui_elements/url_bar.cc",
68 "ui_elements/url_bar.h", 69 "ui_elements/url_bar.h",
69 "ui_elements/video_capture_indicator.cc", 70 "ui_elements/video_capture_indicator.cc",
70 "ui_elements/video_capture_indicator.h", 71 "ui_elements/video_capture_indicator.h",
71 "ui_interface.h", 72 "ui_interface.h",
72 "ui_scene.cc", 73 "ui_scene.cc",
73 "ui_scene.h", 74 "ui_scene.h",
74 "ui_scene_manager.cc", 75 "ui_scene_manager.cc",
75 "ui_scene_manager.h", 76 "ui_scene_manager.h",
76 "vr_browser_interface.h", 77 "vr_browser_interface.h",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 # See https://crbug.com/704305 for details. 171 # See https://crbug.com/704305 for details.
171 libs = [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ] 172 libs = [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ]
172 173
173 data = [ 174 data = [
174 "test/data/sample_inline.gltf", 175 "test/data/sample_inline.gltf",
175 "test/data/sample_external.gltf", 176 "test/data/sample_external.gltf",
176 "test/data/sample.bin", 177 "test/data/sample.bin",
177 "test/data/sample.glb", 178 "test/data/sample.glb",
178 ] 179 ]
179 } 180 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_elements/ui_element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698