summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi6
1 files changed, 5 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 8d3e868..901e9fd 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -216,10 +216,14 @@
}], # use_aura==1
['chromeos==1', {
'dependencies': [
- '../ash/ash.gyp:ash',
'../chromeos/chromeos.gyp:chromeos',
],
}], # chromeos==1
+ ['use_ash==1', {
+ 'dependencies': [
+ '../ash/ash.gyp:ash',
+ ],
+ }],
['use_custom_freetype==1', {
'dependencies': [
'../third_party/freetype2/freetype2.gyp:freetype2',