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

Unified Diff: build/all.gyp

Issue 2818017: Move candidate_window.cc to input_method directory. (Closed)
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 8473820de7ffe69b01b0169fb75304151c02a0a0..b19a518450ee776d9de606a23b5abf0cc1b5c635 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -122,7 +122,7 @@
}],
['chromeos==1', {
'dependencies': [
- '../chrome/browser/chromeos/text_input/text_input.gyp:*',
+ '../chrome/browser/chromeos/input_method/candidate_window.gyp:*',
],
}],
['remoting==1', {
@@ -328,7 +328,7 @@
'../remoting/remoting.gyp:remoting_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'temp_gyp/googleurl.gyp:googleurl_unittests',
- '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_window',
+ '../chrome/browser/chromeos/input_method/candidate_window.gyp:candidate_window',
],
},
], # targets
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698