OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |