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

Side by Side Diff: chrome/browser/ui/libgtkui/BUILD.gn

Issue 2717943002: Fix cc/paint skia type mismatches (Closed)
Patch Set: Rebase Created 3 years, 9 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 assert(is_linux, "This file should only be referenced on Linux") 5 assert(is_linux, "This file should only be referenced on Linux")
6 6
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/linux/gtk/gtk.gni") 8 import("//build/config/linux/gtk/gtk.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 # To avoid missing indirectly referenced harfbuzz symbols from pango, 102 # To avoid missing indirectly referenced harfbuzz symbols from pango,
103 # some hack is required when bundled harfbuzz is used and component build is 103 # some hack is required when bundled harfbuzz is used and component build is
104 # disabled. 104 # disabled.
105 # See crbug.com/462689 for details. 105 # See crbug.com/462689 for details.
106 all_dependent_configs = [ "//third_party/harfbuzz-ng:pangoft2_link_hack" ] 106 all_dependent_configs = [ "//third_party/harfbuzz-ng:pangoft2_link_hack" ]
107 107
108 deps = invoker.deps + [ 108 deps = invoker.deps + [
109 "//base", 109 "//base",
110 "//base:i18n", 110 "//base:i18n",
111 "//base/third_party/dynamic_annotations", 111 "//base/third_party/dynamic_annotations",
112 "//cc/paint",
112 "//chrome:extra_resources", 113 "//chrome:extra_resources",
113 "//chrome:resources", 114 "//chrome:resources",
114 "//chrome:strings", 115 "//chrome:strings",
115 "//chrome/app:command_ids", 116 "//chrome/app:command_ids",
116 "//chrome/app/theme:theme_resources", 117 "//chrome/app/theme:theme_resources",
117 "//components/resources", 118 "//components/resources",
118 "//content/public/browser", 119 "//content/public/browser",
119 "//printing", 120 "//printing",
120 "//skia", 121 "//skia",
121 "//ui/aura", 122 "//ui/aura",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 sources = [ 157 sources = [
157 "native_theme_gtk2.cc", 158 "native_theme_gtk2.cc",
158 "native_theme_gtk2.h", 159 "native_theme_gtk2.h",
159 ] 160 ]
160 deps = [ 161 deps = [
161 "//build/config/linux/gtk2", 162 "//build/config/linux/gtk2",
162 "//build/config/linux/gtk2:gtkprint2", 163 "//build/config/linux/gtk2:gtkprint2",
163 ] 164 ]
164 } 165 }
165 } 166 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/extension_app_item.cc ('k') | chrome/browser/ui/libgtkui/native_theme_gtk2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698