Revert "Remove gyp target of the candidate_window binary."

This reverts commit 08c1921d6f6d15615a462fac499039723e144334.

BUG=chromium-os:11381
TEST=none
TBR=satorux

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
yusukes@google.com 2011-04-13 05:43:45 +00:00
Родитель 3d7944b823
Коммит 77b78df21d
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -125,6 +125,11 @@
'../views/views.gyp:*',
],
}],
['chromeos==1', {
'dependencies': [
'../chrome/browser/chromeos/input_method/candidate_window.gyp:*',
],
}],
['remoting==1', {
'dependencies': [
'../remoting/remoting.gyp:*',
@ -520,6 +525,7 @@
'dependencies': [
'../app/app.gyp:app_unittests',
'../base/base.gyp:base_unittests',
'../chrome/browser/chromeos/input_method/candidate_window.gyp:candidate_window',
'../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:chrome',
'../chrome/chrome.gyp:interactive_ui_tests',