Update V8 to version 4.7.53.
[chromium-blink-merge.git] / extensions / components / javascript_dialog_extensions_client / BUILD.gn
blob7e05ed7eee53192786c540ce7ee8940be4f06acc
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("javascript_dialog_extensions_client") {
6   sources = [
7     "javascript_dialog_extension_client_impl.cc",
8     "javascript_dialog_extension_client_impl.h",
9   ]
11   deps = [
12     "//components/app_modal",
13     "//content/public/browser",
14     "//extensions/browser",
15     "//extensions/common",
16     "//skia",
17   ]