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

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

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 | « Source/bindings/modules/v8/generated.gni ('k') | Source/bindings/templates/union.cpp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'bindings_modules_v8_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings /modules/v8', 7 'bindings_modules_v8_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings /modules/v8',
8 'bindings_modules_v8_generated_union_type_files': [ 8 'bindings_modules_v8_generated_union_type_files': [
9 # FIXME: Uncomment following entries when we start using union types in mo dules. 9 '<(bindings_modules_v8_output_dir)/UnionTypesModules.cpp',
10 #'<(bindings_modules_v8_output_dir)/UnionTypesModules.cpp', 10 '<(bindings_modules_v8_output_dir)/UnionTypesModules.h',
11 #'<(bindings_modules_v8_output_dir)/UnionTypesModules.h',
12 ], 11 ],
13 12
14 'conditions': [ 13 'conditions': [
15 ['OS=="win" and buildtype=="Official"', { 14 ['OS=="win" and buildtype=="Official"', {
16 # On Windows Official release builds, we try to preserve symbol 15 # On Windows Official release builds, we try to preserve symbol
17 # space. 16 # space.
18 'bindings_modules_v8_generated_aggregate_files': [ 17 'bindings_modules_v8_generated_aggregate_files': [
19 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings.cpp', 18 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings.cpp',
20 ], 19 ],
21 }, { 20 }, {
(...skipping 18 matching lines...) Expand all
40 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings18.cpp', 39 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings18.cpp',
41 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings19.cpp', 40 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings19.cpp',
42 ], 41 ],
43 }], 42 }],
44 ], 43 ],
45 'bindings_modules_v8_generated_partial_aggregate_files': [ 44 'bindings_modules_v8_generated_partial_aggregate_files': [
46 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindingsPartial.cpp', 45 '<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindingsPartial.cpp',
47 ], 46 ],
48 }, 47 },
49 } 48 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/v8/generated.gni ('k') | Source/bindings/templates/union.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698