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

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

Issue 2397363002: Replace hand-written IDBObserverCallback with auto-generated code (Closed)
Patch Set: rebase Created 4 years, 2 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 visibility = [] # Allow re-assignment of list. 52 visibility = [] # Allow re-assignment of list.
53 visibility = [ "//third_party/WebKit/*" ] 53 visibility = [ "//third_party/WebKit/*" ]
54 54
55 sources = [ 55 sources = [
56 "ModulesInitializer.cpp", 56 "ModulesInitializer.cpp",
57 "ModulesInitializer.h", 57 "ModulesInitializer.h",
58 ] 58 ]
59 59
60 sources += generated_modules_dictionary_files 60 sources += generated_modules_dictionary_files
61 sources += generated_modules_callback_function_files
61 62
62 # Compile sources generated by module_names script. 63 # Compile sources generated by module_names script.
63 sources += get_target_outputs(":module_names") 64 sources += get_target_outputs(":module_names")
64 65
65 sources += bindings_modules_v8_files 66 sources += bindings_modules_v8_files
66 sources += rebase_path(bindings_modules_generated_interface_files, ".", "//") 67 sources += rebase_path(bindings_modules_generated_interface_files, ".", "//")
67 sources += rebase_path(bindings_modules_generated_union_type_files, ".", "//") 68 sources += rebase_path(bindings_modules_generated_union_type_files, ".", "//")
68 sources += 69 sources +=
69 rebase_path(bindings_modules_generated_partial_interface_files, ".", "//") 70 rebase_path(bindings_modules_generated_partial_interface_files, ".", "//")
70 sources += 71 sources +=
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ":modules", 288 ":modules",
288 ":modules_testing", 289 ":modules_testing",
289 "//skia", 290 "//skia",
290 "//testing/gmock", 291 "//testing/gmock",
291 "//testing/gtest", 292 "//testing/gtest",
292 "//third_party/WebKit/Source/core", 293 "//third_party/WebKit/Source/core",
293 "//third_party/WebKit/Source/wtf", 294 "//third_party/WebKit/Source/wtf",
294 "//v8", 295 "//v8",
295 ] 296 ]
296 } 297 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/utilities.py ('k') | third_party/WebKit/Source/modules/indexeddb/IDBObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698