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

Side by Side Diff: mandoline/ui/aura/BUILD.gn

Issue 1406523003: Makes example use TYPE_WINDOW (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 # GYP version: mojo/mojo.gyp:mojo_aura_support 5 # GYP version: mojo/mojo.gyp:mojo_aura_support
6 source_set("aura") { 6 source_set("aura") {
7 sources = [ 7 sources = [
8 "aura_init.cc", 8 "aura_init.cc",
9 "aura_init.h", 9 "aura_init.h",
10 "input_method_mandoline.cc", 10 "input_method_mandoline.cc",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "//ui/compositor", 46 "//ui/compositor",
47 "//ui/events", 47 "//ui/events",
48 "//ui/events:events_base", 48 "//ui/events:events_base",
49 "//ui/gl", 49 "//ui/gl",
50 "//ui/mojo/ime:interfaces_cpp_sources", 50 "//ui/mojo/ime:interfaces_cpp_sources",
51 "//ui/mojo/init", 51 "//ui/mojo/init",
52 "//ui/views", 52 "//ui/views",
53 "//ui/wm", 53 "//ui/wm",
54 ] 54 ]
55 55
56 data_deps = [
57 "//components/resource_provider",
58 ]
59
56 if (is_linux && !is_android) { 60 if (is_linux && !is_android) {
57 deps += [ "//components/font_service/public/cpp" ] 61 deps += [ "//components/font_service/public/cpp" ]
62 data_deps += [ "//components/font_service" ]
58 } 63 }
59 } 64 }
OLDNEW
« no previous file with comments | « components/mus/example/client/client_application_delegate.cc ('k') | mandoline/ui/aura/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698