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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//mojo/generate_mojo_shell_assets_list.gni") | 6 import("//mojo/generate_mojo_shell_assets_list.gni") |
7 import("//third_party/mojo/src/mojo/public/mojo.gni") | 7 import("//third_party/mojo/src/mojo/public/mojo.gni") |
8 import("//third_party/mojo/src/mojo/public/mojo_application.gni") | 8 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
9 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 9 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 "android/android_handler_loader.h", | 148 "android/android_handler_loader.h", |
149 "android/background_application_loader.cc", | 149 "android/background_application_loader.cc", |
150 "android/background_application_loader.h", | 150 "android/background_application_loader.h", |
151 "android/ui_application_loader_android.cc", | 151 "android/ui_application_loader_android.cc", |
152 "android/ui_application_loader_android.h", | 152 "android/ui_application_loader_android.h", |
153 ] | 153 ] |
154 | 154 |
155 deps += [ | 155 deps += [ |
156 ":jni_headers", | 156 ":jni_headers", |
157 ":run_android_application_function", | 157 ":run_android_application_function", |
158 "//components/gles2", | 158 "//components/view_manager/gles2", |
159 "//components/view_manager/native_viewport", | 159 "//components/view_manager/native_viewport", |
160 "//mojo/application/public/cpp:content_handler", | 160 "//mojo/application/public/cpp:content_handler", |
161 ] | 161 ] |
162 } | 162 } |
163 | 163 |
164 # This target includes some files behind #ifdef OS... guards. Since gn is not | 164 # This target includes some files behind #ifdef OS... guards. Since gn is not |
165 # smart enough to understand preprocess includes, it does complains about | 165 # smart enough to understand preprocess includes, it does complains about |
166 # these includes when not using the build files for that OS. Suppress checking | 166 # these includes when not using the build files for that OS. Suppress checking |
167 # so we can enable checking for the rest of the targets in this file. | 167 # so we can enable checking for the rest of the targets in this file. |
168 # TODO: Might be better to split the files with OS-specific includes out to a | 168 # TODO: Might be better to split the files with OS-specific includes out to a |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 ] | 424 ] |
425 | 425 |
426 deps = [ | 426 deps = [ |
427 "//base", | 427 "//base", |
428 "//mojo/application/public/cpp:test_support", | 428 "//mojo/application/public/cpp:test_support", |
429 "//mojo/runner/test:bindings", | 429 "//mojo/runner/test:bindings", |
430 "//mojo/services/network/public/interfaces", | 430 "//mojo/services/network/public/interfaces", |
431 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", | 431 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", |
432 ] | 432 ] |
433 } | 433 } |
OLD | NEW |