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

Unified Diff: ui/base/BUILD.gn

Issue 397223002: Enable copying long text to Chrome and pasting long text from Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/clipboard/clipboard_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 08c30708fbc6216edfef1ddd19a10e70bcf2e404..8342a958b2c76ca4a8fa0ec19799c4d08fa0fcef 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -254,6 +254,8 @@ component("base") {
"window_open_disposition.cc",
"window_open_disposition.h",
"work_area_watcher_observer.h",
+ "x/x11_foreign_window_manager.cc",
+ "x/x11_foreign_window_manager.h",
"x/x11_menu_list.cc",
"x/x11_menu_list.h",
"x/x11_util.cc",
@@ -329,6 +331,8 @@ component("base") {
}
if (!use_x11) {
sources -= [
+ "x/x11_foreign_window_manager.cc",
+ "x/x11_foreign_window_manager.h",
"x/x11_menu_list.cc",
"x/x11_menu_list.h",
"x/x11_util.cc",
« no previous file with comments | « no previous file | ui/base/clipboard/clipboard_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698