| 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", | |
| 104 "//printing", | 103 "//printing", |
| 105 "//skia", | 104 "//skia", |
| 106 "//third_party/mojo/src/mojo/edk/system", | 105 "//third_party/mojo/src/mojo/edk/system", |
| 107 "//ui/aura", | 106 "//ui/aura", |
| 108 "//ui/base", | 107 "//ui/base", |
| 109 "//ui/base/ime", | 108 "//ui/base/ime", |
| 110 "//ui/events", | 109 "//ui/events", |
| 111 "//ui/events:events_base", | 110 "//ui/events:events_base", |
| 112 "//ui/gfx", | 111 "//ui/gfx", |
| 113 "//ui/gfx/x", | 112 "//ui/gfx/x", |
| 114 "//ui/native_theme", | 113 "//ui/native_theme", |
| 115 "//ui/resources", | 114 "//ui/resources", |
| 116 "//ui/shell_dialogs", | 115 "//ui/shell_dialogs", |
| 117 "//ui/strings", | 116 "//ui/strings", |
| 118 "//ui/views", | 117 "//ui/views", |
| 119 ] | 118 ] |
| 120 } | 119 } |
| OLD | NEW |