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

Unified Diff: Source/bindings/modules/v8/generated.gypi

Issue 310563004: IDL build: Split global constructors into core and modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better includes and FIXMEs in core.gyp Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/bindings/modules/v8/generated.gypi
diff --git a/Source/bindings/modules/v8/generated.gypi b/Source/bindings/modules/v8/generated.gypi
index 9e7a7be436d21a3eabd33393af0b1064f363efbe..eb00db7b1fdc6aedb142dbc0e31bd2d39c70de5f 100644
--- a/Source/bindings/modules/v8/generated.gypi
+++ b/Source/bindings/modules/v8/generated.gypi
@@ -3,21 +3,18 @@
# found in the LICENSE file.
{
- 'includes': [
- '../../bindings.gypi',
- ],
'variables': {
- 'bindings_modules_v8_output_dir': '<(bindings_output_dir)/modules/v8',
+ 'bindings_modules_v8_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/modules/v8',
'conditions': [
['OS=="win" and buildtype=="Official"', {
# On Windows Official release builds, we try to preserve symbol
# space.
- 'bindings_modules_generated_aggregate_files': [
+ 'bindings_modules_v8_generated_aggregate_files': [
'<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings.cpp',
],
}, {
- 'bindings_modules_generated_aggregate_files': [
+ 'bindings_modules_v8_generated_aggregate_files': [
'<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings01.cpp',
'<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings02.cpp',
'<(bindings_modules_v8_output_dir)/V8GeneratedModulesBindings03.cpp',

Powered by Google App Engine
This is Rietveld 408576698