OLD | NEW |
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 | 8 |
9 component("libgtk2ui") { | 9 component("libgtk2ui") { |
10 sources = [ | 10 sources = [ |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 "//content/public/browser", | 114 "//content/public/browser", |
115 "//mojo/environment:chromium", | 115 "//mojo/environment:chromium", |
116 "//printing", | 116 "//printing", |
117 "//skia", | 117 "//skia", |
118 "//third_party/mojo/src/mojo/edk/system", | 118 "//third_party/mojo/src/mojo/edk/system", |
119 "//ui/aura", | 119 "//ui/aura", |
120 "//ui/base", | 120 "//ui/base", |
121 "//ui/base/ime", | 121 "//ui/base/ime", |
122 "//ui/events", | 122 "//ui/events", |
123 "//ui/events:events_base", | 123 "//ui/events:events_base", |
| 124 "//ui/events/platform/x11", |
124 "//ui/gfx", | 125 "//ui/gfx", |
125 "//ui/gfx/x", | 126 "//ui/gfx/x", |
126 "//ui/native_theme", | 127 "//ui/native_theme", |
127 "//ui/resources", | 128 "//ui/resources", |
128 "//ui/shell_dialogs", | 129 "//ui/shell_dialogs", |
129 "//ui/strings", | 130 "//ui/strings", |
130 "//ui/views", | 131 "//ui/views", |
131 ] | 132 ] |
132 } | 133 } |
OLD | NEW |