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

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

Issue 2970003002: Add code generation for ConditionalFeatures bindings code (Closed)
Patch Set: Readability fixes Created 3 years, 5 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 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/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.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/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "//third_party/WebKit/Source:non_test_config", 76 "//third_party/WebKit/Source:non_test_config",
77 "//third_party/WebKit/Source:inside_blink", 77 "//third_party/WebKit/Source:inside_blink",
78 "//third_party/WebKit/Source/core:blink_core_pch", 78 "//third_party/WebKit/Source/core:blink_core_pch",
79 ] 79 ]
80 80
81 deps = [ 81 deps = [
82 ":make_modules_generated", 82 ":make_modules_generated",
83 ":module_names", 83 ":module_names",
84 "//device/geolocation/public/interfaces:interfaces_blink", 84 "//device/geolocation/public/interfaces:interfaces_blink",
85 "//third_party/WebKit/Source/bindings/modules:generated", 85 "//third_party/WebKit/Source/bindings/modules:generated",
86 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_conditiona l_features",
86 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_impl", 87 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_impl",
87 "//third_party/WebKit/Source/core", 88 "//third_party/WebKit/Source/core",
88 "//third_party/WebKit/Source/modules/accessibility", 89 "//third_party/WebKit/Source/modules/accessibility",
89 "//third_party/WebKit/Source/modules/app_banner", 90 "//third_party/WebKit/Source/modules/app_banner",
90 "//third_party/WebKit/Source/modules/audio_output_devices", 91 "//third_party/WebKit/Source/modules/audio_output_devices",
91 "//third_party/WebKit/Source/modules/background_fetch", 92 "//third_party/WebKit/Source/modules/background_fetch",
92 "//third_party/WebKit/Source/modules/background_sync", 93 "//third_party/WebKit/Source/modules/background_sync",
93 "//third_party/WebKit/Source/modules/battery", 94 "//third_party/WebKit/Source/modules/battery",
94 "//third_party/WebKit/Source/modules/beacon", 95 "//third_party/WebKit/Source/modules/beacon",
95 "//third_party/WebKit/Source/modules/bluetooth", 96 "//third_party/WebKit/Source/modules/bluetooth",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ":modules", 327 ":modules",
327 ":modules_testing", 328 ":modules_testing",
328 "//skia", 329 "//skia",
329 "//testing/gmock", 330 "//testing/gmock",
330 "//testing/gtest", 331 "//testing/gtest",
331 "//third_party/WebKit/Source/core", 332 "//third_party/WebKit/Source/core",
332 "//third_party/WebKit/Source/platform/wtf", 333 "//third_party/WebKit/Source/platform/wtf",
333 "//v8", 334 "//v8",
334 ] 335 ]
335 } 336 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698