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

Side by Side Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 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
OLDNEW
1 # Copyright 2014 Tfe Chromium Authors. All rights reserved. 1 # Copyright 2014 Tfe 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("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 8
9 group("bindings_modules_generated") { 9 group("bindings_modules_generated") {
10 visibility = [ "//third_party/WebKit/*" ] 10 visibility = [ "//third_party/WebKit/*" ]
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "//third_party/WebKit/Source/modules:modules_implementation", 188 "//third_party/WebKit/Source/modules:modules_implementation",
189 "//third_party/WebKit/Source:non_test_config", 189 "//third_party/WebKit/Source:non_test_config",
190 "//third_party/WebKit/Source:inside_blink", 190 "//third_party/WebKit/Source:inside_blink",
191 ] 191 ]
192 192
193 deps = [ 193 deps = [
194 ":event_modules", 194 ":event_modules",
195 ":event_modules_names", 195 ":event_modules_names",
196 ":event_target_modules_names", 196 ":event_target_modules_names",
197 "//third_party/WebKit/Source/core", 197 "//third_party/WebKit/Source/core",
198 "//third_party/WebKit/Source/wtf", 198 "//third_party/WebKit/Source/platform/wtf",
199 "//v8", 199 "//v8",
200 ] 200 ]
201 } 201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698