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

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

Issue 1324913002: Fix out of order key events in Chrome on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix component build Created 5 years, 3 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
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc » ('j') | chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698