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

Side by Side Diff: mojo/services/public/cpp/view_manager/BUILD.gn

Issue 565323002: Move application:chromium bindings to mojo/application/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/services/network/main.cc ('k') | mojo/services/surfaces/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("//mojo/system.gni") 5 import("//mojo/system.gni")
6 6
7 # GYP version: mojo/mojo_services.gypi:mojo_view_manager_lib 7 # GYP version: mojo/mojo_services.gypi:mojo_view_manager_lib
8 source_set("view_manager") { 8 source_set("view_manager") {
9 sources = [ 9 sources = [
10 "lib/bitmap_uploader.cc", 10 "lib/bitmap_uploader.cc",
(...skipping 11 matching lines...) Expand all
22 "view_manager_delegate.h", 22 "view_manager_delegate.h",
23 "view_observer.h", 23 "view_observer.h",
24 "window_manager_delegate.h", 24 "window_manager_delegate.h",
25 ] 25 ]
26 26
27 deps = [ 27 deps = [
28 ":common", 28 ":common",
29 "//base", 29 "//base",
30 "//cc/surfaces", 30 "//cc/surfaces",
31 "//gpu", 31 "//gpu",
32 "//mojo/public/cpp/application:chromium", 32 "//mojo/application",
33 "//mojo/public/interfaces/application", 33 "//mojo/public/interfaces/application",
34 "//mojo/services/public/cpp/geometry", 34 "//mojo/services/public/cpp/geometry",
35 "//mojo/services/public/cpp/surfaces", 35 "//mojo/services/public/cpp/surfaces",
36 "//mojo/services/public/interfaces/geometry", 36 "//mojo/services/public/interfaces/geometry",
37 "//mojo/services/public/interfaces/gpu", 37 "//mojo/services/public/interfaces/gpu",
38 "//mojo/services/public/interfaces/view_manager", 38 "//mojo/services/public/interfaces/view_manager",
39 "//mojo/services/public/interfaces/window_manager", 39 "//mojo/services/public/interfaces/window_manager",
40 "//skia", 40 "//skia",
41 "//ui/events", 41 "//ui/events",
42 "//ui/gfx", 42 "//ui/gfx",
43 "//ui/gfx/geometry", 43 "//ui/gfx/geometry",
44 ] + mojo_gles2_for_shared_library 44 ] + mojo_gles2_for_shared_library
45 45
46 forward_dependent_configs_from = [ "//skia" ] 46 forward_dependent_configs_from = [ "//skia" ]
47 } 47 }
48 48
49 source_set("common") { 49 source_set("common") {
50 sources = [ 50 sources = [
51 "types.h" 51 "types.h"
52 ] 52 ]
53 } 53 }
OLDNEW
« no previous file with comments | « mojo/services/network/main.cc ('k') | mojo/services/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698