summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 499a4ec..3ea4654 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -125,6 +125,11 @@
'../views/views.gyp:*',
],
}],
+ ['chromeos==1', {
+ 'dependencies': [
+ '../chrome/browser/chromeos/input_method/candidate_window.gyp:*',
+ ],
+ }],
['remoting==1', {
'dependencies': [
'../remoting/remoting.gyp:*',
@@ -462,6 +467,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',