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

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

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/libgtk2ui/libgtk2ui.gyp » ('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 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/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 9
10 pkg_config("gtk") { 10 pkg_config("gtk") {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "//chrome:extra_resources", 113 "//chrome:extra_resources",
114 "//chrome:resources", 114 "//chrome:resources",
115 "//chrome:strings", 115 "//chrome:strings",
116 "//components/resources", 116 "//components/resources",
117 "//content/public/browser", 117 "//content/public/browser",
118 "//printing", 118 "//printing",
119 "//skia", 119 "//skia",
120 "//third_party/mojo/src/mojo/edk/system", 120 "//third_party/mojo/src/mojo/edk/system",
121 "//ui/aura", 121 "//ui/aura",
122 "//ui/base", 122 "//ui/base",
123 "//ui/base/ime",
123 "//ui/events", 124 "//ui/events",
124 "//ui/events:events_base", 125 "//ui/events:events_base",
125 "//ui/gfx", 126 "//ui/gfx",
126 "//ui/gfx/x", 127 "//ui/gfx/x",
127 "//ui/native_theme", 128 "//ui/native_theme",
128 "//ui/resources", 129 "//ui/resources",
129 "//ui/shell_dialogs", 130 "//ui/shell_dialogs",
130 "//ui/strings", 131 "//ui/strings",
131 "//ui/views", 132 "//ui/views",
132 ] 133 ]
133 } 134 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/libgtk2ui/libgtk2ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698