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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "//base/third_party/dynamic_annotations", | 93 "//base/third_party/dynamic_annotations", |
94 "//base:i18n", | 94 "//base:i18n", |
95 "//build/config/linux/gtk", | 95 "//build/config/linux/gtk", |
96 "//build/config/linux/gtk:gtkprint", | 96 "//build/config/linux/gtk:gtkprint", |
97 "//chrome/app/theme:theme_resources", | 97 "//chrome/app/theme:theme_resources", |
98 "//chrome:extra_resources", | 98 "//chrome:extra_resources", |
99 "//chrome:resources", | 99 "//chrome:resources", |
100 "//chrome:strings", | 100 "//chrome:strings", |
101 "//components/resources", | 101 "//components/resources", |
102 "//content/public/browser", | 102 "//content/public/browser", |
| 103 "//mojo/environment:chromium", |
103 "//printing", | 104 "//printing", |
104 "//skia", | 105 "//skia", |
105 "//third_party/mojo/src/mojo/edk/system", | 106 "//third_party/mojo/src/mojo/edk/system", |
106 "//ui/aura", | 107 "//ui/aura", |
107 "//ui/base", | 108 "//ui/base", |
108 "//ui/base/ime", | 109 "//ui/base/ime", |
109 "//ui/events", | 110 "//ui/events", |
110 "//ui/events:events_base", | 111 "//ui/events:events_base", |
111 "//ui/gfx", | 112 "//ui/gfx", |
112 "//ui/gfx/x", | 113 "//ui/gfx/x", |
113 "//ui/native_theme", | 114 "//ui/native_theme", |
114 "//ui/resources", | 115 "//ui/resources", |
115 "//ui/shell_dialogs", | 116 "//ui/shell_dialogs", |
116 "//ui/strings", | 117 "//ui/strings", |
117 "//ui/views", | 118 "//ui/views", |
118 ] | 119 ] |
119 } | 120 } |
OLD | NEW |