Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / utility / BUILD.gn
index 282dc5b..e2ad7f0 100644 (file)
@@ -38,6 +38,7 @@ static_library("utility") {
   if (enable_extensions) {
     deps += [
       "//chrome/common/extensions/api",
+      "//extensions/utility",
       #"//third_party/libexif",  TODO(GYP)
     ]
 
@@ -81,7 +82,7 @@ static_library("utility") {
     }
   }
 
-  if (printing_mode != 1) {
+  if (!enable_print_preview) {
     sources -= [
       "printing_handler.cc",
       "printing_handler.h",