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

Side by Side Diff: Source/core/core.gyp

Issue 16024011: Construct a minimal blink library in-place (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix typo Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 384 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
385 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', 385 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
386 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 386 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
387 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 387 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
388 '<(libjpeg_gyp_path):libjpeg', 388 '<(libjpeg_gyp_path):libjpeg',
389 ], 389 ],
390 'direct_dependent_settings': { 390 'direct_dependent_settings': {
391 'defines': [ 391 'defines': [
392 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."', 392 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."',
393 'WEBKIT_IMPLEMENTATION=1', 393 'WEBKIT_IMPLEMENTATION=1',
394 'INSIDE_WEBKIT',
394 ], 395 ],
395 'include_dirs': [ 396 'include_dirs': [
396 '<@(webcore_include_dirs)', 397 '<@(webcore_include_dirs)',
397 '<(DEPTH)/gpu', 398 '<(DEPTH)/gpu',
398 '<(DEPTH)/third_party/angle/include/GLSLANG', 399 '<(DEPTH)/third_party/angle/include/GLSLANG',
399 ], 400 ],
400 'msvs_disabled_warnings': [ 401 'msvs_disabled_warnings': [
401 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, 402 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099,
402 ], 403 ],
403 'scons_line_length' : 1, 404 'scons_line_length' : 1,
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 }, 1072 },
1072 { 1073 {
1073 'target_name': 'webcore_test_support', 1074 'target_name': 'webcore_test_support',
1074 'type': 'static_library', 1075 'type': 'static_library',
1075 'dependencies': [ 1076 'dependencies': [
1076 '../config.gyp:config', 1077 '../config.gyp:config',
1077 'webcore', 1078 'webcore',
1078 ], 1079 ],
1079 'defines': [ 1080 'defines': [
1080 'WEBKIT_IMPLEMENTATION=1', 1081 'WEBKIT_IMPLEMENTATION=1',
1082 'INSIDE_WEBKIT',
1081 ], 1083 ],
1082 'include_dirs': [ 1084 'include_dirs': [
1083 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f ixed. 1085 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f ixed.
1084 'testing', 1086 'testing',
1085 'testing/v8', 1087 'testing/v8',
1086 ], 1088 ],
1087 'sources': [ 1089 'sources': [
1088 '<@(webcore_test_support_files)', 1090 '<@(webcore_test_support_files)',
1089 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp', 1091 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp',
1090 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h', 1092 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h',
1091 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp', 1093 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp',
1092 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h', 1094 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h',
1093 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', 1095 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp',
1094 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', 1096 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h',
1095 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', 1097 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp',
1096 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1098 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1097 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1099 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1098 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1100 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1099 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' , 1101 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' ,
1100 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1102 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1101 ], 1103 ],
1102 'sources/': [ 1104 'sources/': [
1103 ['exclude', 'testing/js'], 1105 ['exclude', 'testing/js'],
1104 ], 1106 ],
1105 }, 1107 },
1106 ], # targets 1108 ], # targets
1107 } 1109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698