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

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

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 386 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
387 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', 387 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
388 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 388 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
389 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 389 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
390 '<(libjpeg_gyp_path):libjpeg', 390 '<(libjpeg_gyp_path):libjpeg',
391 ], 391 ],
392 'direct_dependent_settings': { 392 'direct_dependent_settings': {
393 'defines': [ 393 'defines': [
394 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."', 394 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."',
395 'WEBKIT_IMPLEMENTATION=1', 395 'WEBKIT_IMPLEMENTATION=1',
396 'INSIDE_WEBKIT',
396 ], 397 ],
397 'include_dirs': [ 398 'include_dirs': [
398 '<@(webcore_include_dirs)', 399 '<@(webcore_include_dirs)',
399 '<(DEPTH)/gpu', 400 '<(DEPTH)/gpu',
400 '<(DEPTH)/third_party/angle/include/GLSLANG', 401 '<(DEPTH)/third_party/angle/include/GLSLANG',
401 ], 402 ],
402 'msvs_disabled_warnings': [ 403 'msvs_disabled_warnings': [
403 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, 404 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099,
404 ], 405 ],
405 'scons_line_length' : 1, 406 'scons_line_length' : 1,
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 }, 1074 },
1074 { 1075 {
1075 'target_name': 'webcore_test_support', 1076 'target_name': 'webcore_test_support',
1076 'type': 'static_library', 1077 'type': 'static_library',
1077 'dependencies': [ 1078 'dependencies': [
1078 '../config.gyp:config', 1079 '../config.gyp:config',
1079 'webcore', 1080 'webcore',
1080 ], 1081 ],
1081 'defines': [ 1082 'defines': [
1082 'WEBKIT_IMPLEMENTATION=1', 1083 'WEBKIT_IMPLEMENTATION=1',
1084 'INSIDE_WEBKIT',
1083 ], 1085 ],
1084 'include_dirs': [ 1086 'include_dirs': [
1085 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f ixed. 1087 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f ixed.
1086 'testing', 1088 'testing',
1087 'testing/v8', 1089 'testing/v8',
1088 ], 1090 ],
1089 'sources': [ 1091 'sources': [
1090 '<@(webcore_test_support_files)', 1092 '<@(webcore_test_support_files)',
1091 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp', 1093 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp',
1092 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h', 1094 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h',
1093 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp', 1095 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp',
1094 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h', 1096 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h',
1095 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', 1097 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp',
1096 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', 1098 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h',
1097 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', 1099 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp',
1098 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1100 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1099 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1101 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1100 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1102 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1101 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' , 1103 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' ,
1102 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1104 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1103 ], 1105 ],
1104 'sources/': [ 1106 'sources/': [
1105 ['exclude', 'testing/js'], 1107 ['exclude', 'testing/js'],
1106 ], 1108 ],
1107 }, 1109 },
1108 ], # targets 1110 ], # targets
1109 } 1111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698