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

Unified Diff: chrome/browser/chromeos/text_input/text_input.gyp

Issue 579026: Move candidate_window from third_party/chromeos_text_input to chrome/browser/chromeos/text_input. (Closed)
Patch Set: Created 10 years, 10 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 | « chrome/browser/chromeos/text_input/candidate_window.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/text_input/text_input.gyp
diff --git a/chrome/browser/chromeos/text_input/text_input.gyp b/chrome/browser/chromeos/text_input/text_input.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..ee2ab4d2e5162be4ebae8d0de19e4e34fdb24dc3
--- /dev/null
+++ b/chrome/browser/chromeos/text_input/text_input.gyp
@@ -0,0 +1,29 @@
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'candidate_window',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../../../base/base.gyp:base',
+ '../../../../build/linux/system.gyp:gtk',
+ '../../../../build/linux/system.gyp:x11',
+ '../../../../chrome/chrome.gyp:common_constants',
+ '../../../../skia/skia.gyp:skia',
+ '../../../../views/views.gyp:views',
+ '../cros/cros_api.gyp:cros_api',
+ ],
+ 'sources': [
+ 'candidate_window.cc',
+ # For loading libcros.
+ '../cros/cros_library.cc',
+ ],
+ },
+ ],
+}
« no previous file with comments | « chrome/browser/chromeos/text_input/candidate_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698