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

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 1860753002: Remove third_party/npapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: messed up previous upload Created 4 years, 8 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 | « content/renderer/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | 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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/modules.gni") 9 import("//third_party/WebKit/Source/bindings/modules/modules.gni")
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 ":prerequisites", 68 ":prerequisites",
69 "inspector:instrumentation_sources", 69 "inspector:instrumentation_sources",
70 "//gin", 70 "//gin",
71 "//skia", 71 "//skia",
72 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", 72 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
73 "//third_party/iccjpeg", 73 "//third_party/iccjpeg",
74 "//third_party/libpng", 74 "//third_party/libpng",
75 "//third_party/libwebp", 75 "//third_party/libwebp",
76 "//third_party/libxml", 76 "//third_party/libxml",
77 "//third_party/libxslt", 77 "//third_party/libxslt",
78 "//third_party/npapi",
79 "//third_party/qcms", 78 "//third_party/qcms",
80 "//third_party/sqlite", 79 "//third_party/sqlite",
81 80
82 # FIXME: don't depend on bindings/modules http://crbug.com/358074 81 # FIXME: don't depend on bindings/modules http://crbug.com/358074
83 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 82 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
84 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" , 83 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" ,
85 "//third_party/WebKit/Source/platform:make_platform_generated", 84 "//third_party/WebKit/Source/platform:make_platform_generated",
86 "//third_party/WebKit/Source/wtf", 85 "//third_party/WebKit/Source/wtf",
87 "//url", 86 "//url",
88 "//v8", 87 "//v8",
89 ] 88 ]
90 } 89 }
91 90
92 # GYP version: WebKit/Source/core/core.gyp:webcore_prerequisites 91 # GYP version: WebKit/Source/core/core.gyp:webcore_prerequisites
93 source_set("prerequisites") { 92 source_set("prerequisites") {
94 public_deps = [ 93 public_deps = [
95 "//gpu/command_buffer/client:gles2_c_lib", 94 "//gpu/command_buffer/client:gles2_c_lib",
96 "//skia", 95 "//skia",
97 "//third_party/WebKit/Source/wtf", 96 "//third_party/WebKit/Source/wtf",
98 "//third_party/angle:translator", 97 "//third_party/angle:translator",
99 "//third_party/iccjpeg", 98 "//third_party/iccjpeg",
100 "//third_party/icu", 99 "//third_party/icu",
101 "//third_party/libpng", 100 "//third_party/libpng",
102 "//third_party/libwebp", 101 "//third_party/libwebp",
103 "//third_party/libxml", 102 "//third_party/libxml",
104 "//third_party/libxslt", 103 "//third_party/libxslt",
105 "//third_party/npapi",
106 "//third_party/ots", 104 "//third_party/ots",
107 "//third_party/qcms", 105 "//third_party/qcms",
108 "//third_party/snappy", 106 "//third_party/snappy",
109 "//third_party/sqlite", 107 "//third_party/sqlite",
110 "//third_party/zlib", 108 "//third_party/zlib",
111 "//url", 109 "//url",
112 "//v8", 110 "//v8",
113 ] 111 ]
114 deps = [ 112 deps = [
115 ":make_core_generated", 113 ":make_core_generated",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 visibility = [ "//third_party/WebKit/*" ] 147 visibility = [ "//third_party/WebKit/*" ]
150 148
151 configs -= core_config_remove 149 configs -= core_config_remove
152 configs += core_config_add 150 configs += core_config_add
153 151
154 public_deps = [ 152 public_deps = [
155 ":core_generated", 153 ":core_generated",
156 "//skia", 154 "//skia",
157 "//third_party/WebKit/Source/platform", 155 "//third_party/WebKit/Source/platform",
158 "//third_party/WebKit/Source/wtf", 156 "//third_party/WebKit/Source/wtf",
159 "//third_party/npapi",
160 "//third_party/qcms", 157 "//third_party/qcms",
161 "//url", 158 "//url",
162 "//v8", 159 "//v8",
163 ] 160 ]
164 deps = [ 161 deps = [
165 ":dom", 162 ":dom",
166 ":html", 163 ":html",
167 ":remaining", 164 ":remaining",
168 ":rendering", 165 ":rendering",
169 ":svg", 166 ":svg",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ":prerequisites", 429 ":prerequisites",
433 "inspector:instrumentation_sources", 430 "inspector:instrumentation_sources",
434 "//gin", 431 "//gin",
435 "//skia", 432 "//skia",
436 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", 433 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
437 "//third_party/iccjpeg", 434 "//third_party/iccjpeg",
438 "//third_party/libpng", 435 "//third_party/libpng",
439 "//third_party/libwebp", 436 "//third_party/libwebp",
440 "//third_party/libxml", 437 "//third_party/libxml",
441 "//third_party/libxslt", 438 "//third_party/libxslt",
442 "//third_party/npapi",
443 "//third_party/qcms", 439 "//third_party/qcms",
444 "//third_party/sqlite", 440 "//third_party/sqlite",
445 441
446 # FIXME: don't depend on bindings/modules http://crbug.com/358074 442 # FIXME: don't depend on bindings/modules http://crbug.com/358074
447 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 443 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
448 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" , 444 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" ,
449 "//third_party/WebKit/Source/platform:make_platform_generated", 445 "//third_party/WebKit/Source/platform:make_platform_generated",
450 "//third_party/WebKit/Source/wtf", 446 "//third_party/WebKit/Source/wtf",
451 "//url", 447 "//url",
452 "//v8", 448 "//v8",
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "$blink_core_output_dir/{{source_name_part}}.h", 1030 "$blink_core_output_dir/{{source_name_part}}.h",
1035 ] 1031 ]
1036 args = [ 1032 args = [
1037 "{{source}}", 1033 "{{source}}",
1038 rel_blink_core_gen_dir, 1034 rel_blink_core_gen_dir,
1039 bison_exe, 1035 bison_exe,
1040 ] 1036 ]
1041 1037
1042 deps = make_core_generated_deps 1038 deps = make_core_generated_deps
1043 } 1039 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698