Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2851953002: Update deps in WebKit/public to reflect actual usage (Closed)
Patch Set: fix v8 headers (depends on v8 CL https://crrev.com/2853783002/) Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "//third_party/icu:icu_config", 618 "//third_party/icu:icu_config",
619 ] 619 ]
620 620
621 public_deps = [ 621 public_deps = [
622 "//skia", 622 "//skia",
623 "//url", 623 "//url",
624 ] 624 ]
625 625
626 deps = [ 626 deps = [
627 ":generate_mojo_bindings", 627 ":generate_mojo_bindings",
628 "//base:base",
629 "//cc:cc",
630 "//cc/paint:paint",
631 "//cc/surfaces:surface_id",
632 "//device/screen_orientation/public/interfaces:interfaces_shared_cpp_sources ",
633 "//media/midi:mojo_shared_cpp_sources",
634 "//mojo/public/cpp/bindings:bindings",
635 "//mojo/public/cpp/system:system",
636 "//v8:v8_headers",
628 ] 637 ]
629 } 638 }
630 639
631 group("blink_devtools_frontend_resources") { 640 group("blink_devtools_frontend_resources") {
632 public_deps = [ 641 public_deps = [
633 "//third_party/WebKit/Source/devtools:devtools_frontend_resources", 642 "//third_party/WebKit/Source/devtools:devtools_frontend_resources",
634 ] 643 ]
635 } 644 }
636 645
637 group("blink_devtools_frontend_resources_files") { 646 group("blink_devtools_frontend_resources_files") {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 # Some mojom typemaps are shared between Chromium and Blink variants and 794 # Some mojom typemaps are shared between Chromium and Blink variants and
786 # therefore require some shared traits implementation. These definitions are 795 # therefore require some shared traits implementation. These definitions are
787 # relegated to a separate target to avoid duplication between the variants. 796 # relegated to a separate target to avoid duplication between the variants.
788 source_set("shared_typemap_traits") { 797 source_set("shared_typemap_traits") {
789 visibility = [ ":*" ] 798 visibility = [ ":*" ]
790 sources = [ 799 sources = [
791 "web/ConsoleMessageStructTraits.cpp", 800 "web/ConsoleMessageStructTraits.cpp",
792 "web/ConsoleMessageStructTraits.h", 801 "web/ConsoleMessageStructTraits.h",
793 ] 802 ]
794 deps = [ 803 deps = [
804 ":blink_headers",
795 ":mojo_bindings_shared__generator", 805 ":mojo_bindings_shared__generator",
806 "//mojo/public/cpp/bindings:struct_traits",
796 ] 807 ]
797 } 808 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698