Move candidate_window from third_party/chromeos_text_input to chrome/browser/chromeos/text_input.
Turned out there is no benefit of having this in a separate git repository. No code change in candidate_window.cc, but modified the copyright notice from Chromium OS Authors to Chromium Authors. Slightly modified text_input.gyp to make it compile. We'll also change cros_deps/DEPS in a separate CL. BUG=none TEST=confirmed candidate_window compiles as before. Review URL: http://codereview.chromium.org/579026 git-svn-id: http://src.chromium.org/svn/trunk/src/build@38345 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
c5387b293b
Коммит
8028b23a4f
2
all.gyp
2
all.gyp
|
@ -114,7 +114,7 @@
|
|||
}],
|
||||
['chromeos==1', {
|
||||
'dependencies': [
|
||||
'../third_party/chromeos_text_input/text_input.gyp:*',
|
||||
'../chrome/browser/chromeos/text_input/text_input.gyp:*',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче