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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 2162693002: Move bitmap uploader to ui service client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/ui/public/cpp/lib/bitmap_uploader.cc ('k') | ui/views/mus/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ":resources", 51 ":resources",
52 "//services/ui/public/cpp", 52 "//services/ui/public/cpp",
53 "//ui/aura", 53 "//ui/aura",
54 ] 54 ]
55 deps = [ 55 deps = [
56 "//base", 56 "//base",
57 "//base:i18n", 57 "//base:i18n",
58 "//base/third_party/dynamic_annotations", 58 "//base/third_party/dynamic_annotations",
59 "//cc", 59 "//cc",
60 "//cc/surfaces", 60 "//cc/surfaces",
61 "//components/bitmap_uploader",
62 "//mojo/common", 61 "//mojo/common",
63 "//mojo/public/cpp/bindings", 62 "//mojo/public/cpp/bindings",
64 "//services/catalog/public/cpp", 63 "//services/catalog/public/cpp",
65 "//services/shell/public/cpp", 64 "//services/shell/public/cpp",
66 "//services/shell/public/interfaces", 65 "//services/shell/public/interfaces",
67 "//services/ui/common:mus_common", 66 "//services/ui/common:mus_common",
68 "//services/ui/gles2:lib", 67 "//services/ui/gles2:lib",
69 "//services/ui/public/cpp", 68 "//services/ui/public/cpp",
70 "//services/ui/public/interfaces", 69 "//services/ui/public/interfaces",
71 "//skia", 70 "//skia",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 type = "exe" 300 type = "exe"
302 application_name = "views_mus_unittests" 301 application_name = "views_mus_unittests"
303 source = "unittests_manifest.json" 302 source = "unittests_manifest.json"
304 } 303 }
305 304
306 mojo_application_manifest("interactive_ui_tests_manifest") { 305 mojo_application_manifest("interactive_ui_tests_manifest") {
307 type = "exe" 306 type = "exe"
308 application_name = "views_mus_interactive_ui_tests" 307 application_name = "views_mus_interactive_ui_tests"
309 source = "interactive_ui_tests_manifest.json" 308 source = "interactive_ui_tests_manifest.json"
310 } 309 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/lib/bitmap_uploader.cc ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698