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

Side by Side Diff: mojo/runner/BUILD.gn

Issue 1150093003: Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/runner/DEPS » ('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 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
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
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 }
OLDNEW
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698