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

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

Issue 1134753011: Fix missing GN dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/BUILD.gn ('k') | chrome/test/chromedriver/BUILD.gn » ('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 8
9 component("libgtk2ui") { 9 component("libgtk2ui") {
10 sources = [ 10 sources = [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/test/chromedriver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698