Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 0e2a3e3464b4310a8f8956591b95dc72a23801bf..48399312d580e96a782e876b4e9ba098fb750080 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -74,6 +74,11 @@ |
'../ios/ios.gyp:*', |
], |
}], |
+ ['OS!="android" and OS!="ios"', { |
+ 'dependencies': [ |
+ '../chrome/tools/profile_reset/jtl_compiler.gyp:*', |
+ ], |
+ }], |
['os_posix==1 and OS!="android" and OS!="ios"', { |
'dependencies': [ |
'../third_party/yasm/yasm.gyp:*#host', |