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

Side by Side Diff: Source/bindings/modules/v8/generated.gni

Issue 700323003: Use Web IDL Union types in Service Worker's Cache interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/bindings/modules/v8/generated.gypi » ('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("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 bindings_modules_v8_output_dir = "$bindings_output_dir/modules/v8" 7 bindings_modules_v8_output_dir = "$bindings_output_dir/modules/v8"
8 8
9 if (is_win && is_official_build) { 9 if (is_win && is_official_build) {
10 bindings_modules_generated_aggregate_files = [ 10 bindings_modules_generated_aggregate_files = [
(...skipping 24 matching lines...) Expand all
35 } 35 }
36 36
37 bindings_modules_generated_partial_aggregate_files = [ 37 bindings_modules_generated_partial_aggregate_files = [
38 "$bindings_modules_v8_output_dir/V8GeneratedModulesBindingsPartial.cpp", 38 "$bindings_modules_v8_output_dir/V8GeneratedModulesBindingsPartial.cpp",
39 ] 39 ]
40 40
41 bindings_modules_generated_init_partial_interfaces_file = 41 bindings_modules_generated_init_partial_interfaces_file =
42 "$bindings_modules_v8_output_dir/initPartialInterfacesInModules.cpp" 42 "$bindings_modules_v8_output_dir/initPartialInterfacesInModules.cpp"
43 43
44 bindings_modules_generated_union_type_files = [ 44 bindings_modules_generated_union_type_files = [
45 # FIXME: Uncomment following entries when we start using union types in 45 "$bindings_modules_v8_output_dir/UnionTypesModules.cpp",
46 # modules. 46 "$bindings_modules_v8_output_dir/UnionTypesModules.h",
47 #"$bindings_core_v8_output_dir/UnionTypesModules.cpp",
48 #"$bindings_core_v8_output_dir/UnionTypesModules.h",
49 ] 47 ]
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/modules/v8/generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698