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

Side by Side Diff: content/gpu/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 | « content/common/service_worker/embedded_worker_setup.mojom ('k') | content/plugin/BUILD.gn » ('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("//content/content.gni") 6 import("//content/content.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 8
9 # See //content/BUILD.gn for how this works. 9 # See //content/BUILD.gn for how this works.
10 group("gpu") { 10 group("gpu") {
(...skipping 26 matching lines...) Expand all
37 "in_process_gpu_thread.cc", 37 "in_process_gpu_thread.cc",
38 "in_process_gpu_thread.h", 38 "in_process_gpu_thread.h",
39 ] 39 ]
40 40
41 configs += [ "//content:content_implementation" ] 41 configs += [ "//content:content_implementation" ]
42 42
43 deps = [ 43 deps = [
44 "//base", 44 "//base",
45 "//content:export", 45 "//content:export",
46 "//content/public/child:child_sources", 46 "//content/public/child:child_sources",
47 "//mojo/application/public/interfaces", 47 "//mojo/shell/public/interfaces",
48 "//skia", 48 "//skia",
49 "//ui/gl", 49 "//ui/gl",
50 ] 50 ]
51 51
52 public_deps = [ 52 public_deps = [
53 "//content/common:mojo_bindings", 53 "//content/common:mojo_bindings",
54 ] 54 ]
55 55
56 if (enable_mojo_media == "gpu") { 56 if (enable_mojo_media == "gpu") {
57 deps += [ "//media/mojo/services:application" ] 57 deps += [ "//media/mojo/services:application" ]
(...skipping 12 matching lines...) Expand all
70 } 70 }
71 71
72 if (is_chromeos && current_cpu != "arm") { 72 if (is_chromeos && current_cpu != "arm") {
73 configs += [ "//third_party/libva:libva_config" ] 73 configs += [ "//third_party/libva:libva_config" ]
74 } 74 }
75 75
76 if (use_x11) { 76 if (use_x11) {
77 deps += [ "//ui/events/platform/x11" ] 77 deps += [ "//ui/events/platform/x11" ]
78 } 78 }
79 } 79 }
OLDNEW
« no previous file with comments | « content/common/service_worker/embedded_worker_setup.mojom ('k') | content/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698