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

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

Issue 14238015: Move Source/WTF/wtf to Source/wtf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 'hard_dependency': 1, 1196 'hard_dependency': 1,
1197 'dependencies': [ 1197 'dependencies': [
1198 'webcore_prerequisites', 1198 'webcore_prerequisites',
1199 'webcore_bindings_sources', 1199 'webcore_bindings_sources',
1200 'inspector_overlay_page', 1200 'inspector_overlay_page',
1201 'inspector_protocol_sources', 1201 'inspector_protocol_sources',
1202 'injected_canvas_script_source', 1202 'injected_canvas_script_source',
1203 'injected_script_source', 1203 'injected_script_source',
1204 'debugger_script_source', 1204 'debugger_script_source',
1205 '../../yarr/yarr.gyp:yarr', 1205 '../../yarr/yarr.gyp:yarr',
1206 '../../WTF/WTF.gyp/WTF.gyp:wtf', 1206 '../../wtf/wtf.gyp:wtf',
1207 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 1207 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
1208 '<(DEPTH)/skia/skia.gyp:skia', 1208 '<(DEPTH)/skia/skia.gyp:skia',
1209 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 1209 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
1210 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 1210 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
1211 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 1211 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
1212 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 1212 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
1213 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 1213 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
1214 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 1214 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
1215 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 1215 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
1216 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 1216 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'target_name': 'webcore_prerequisites', 1325 'target_name': 'webcore_prerequisites',
1326 'type': 'none', 1326 'type': 'none',
1327 'dependencies': [ 1327 'dependencies': [
1328 'debugger_script_source', 1328 'debugger_script_source',
1329 'injected_canvas_script_source', 1329 'injected_canvas_script_source',
1330 'injected_script_source', 1330 'injected_script_source',
1331 'inspector_overlay_page', 1331 'inspector_overlay_page',
1332 'inspector_protocol_sources', 1332 'inspector_protocol_sources',
1333 'webcore_bindings_sources', 1333 'webcore_bindings_sources',
1334 '../../yarr/yarr.gyp:yarr', 1334 '../../yarr/yarr.gyp:yarr',
1335 '../../WTF/WTF.gyp/WTF.gyp:wtf', 1335 '../../wtf/wtf.gyp:wtf',
1336 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 1336 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
1337 '<(DEPTH)/skia/skia.gyp:skia', 1337 '<(DEPTH)/skia/skia.gyp:skia',
1338 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 1338 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
1339 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1339 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1340 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 1340 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
1341 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 1341 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
1342 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 1342 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
1343 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 1343 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
1344 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 1344 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
1345 '<(DEPTH)/third_party/ots/ots.gyp:ots', 1345 '<(DEPTH)/third_party/ots/ots.gyp:ots',
1346 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 1346 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
1347 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 1347 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
1348 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', 1348 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
1349 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 1349 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
1350 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 1350 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
1351 '<(libjpeg_gyp_path):libjpeg', 1351 '<(libjpeg_gyp_path):libjpeg',
1352 ], 1352 ],
1353 'export_dependent_settings': [ 1353 'export_dependent_settings': [
1354 '../../yarr/yarr.gyp:yarr', 1354 '../../yarr/yarr.gyp:yarr',
1355 '../../WTF/WTF.gyp/WTF.gyp:wtf', 1355 '../../wtf/wtf.gyp:wtf',
1356 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 1356 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
1357 '<(DEPTH)/skia/skia.gyp:skia', 1357 '<(DEPTH)/skia/skia.gyp:skia',
1358 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 1358 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
1359 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1359 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1360 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 1360 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
1361 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 1361 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
1362 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 1362 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
1363 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 1363 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
1364 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 1364 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
1365 '<(DEPTH)/third_party/ots/ots.gyp:ots', 1365 '<(DEPTH)/third_party/ots/ots.gyp:ots',
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 'type': 'none', 2061 'type': 'none',
2062 'dependencies': [ 2062 'dependencies': [
2063 'webcore_dom', 2063 'webcore_dom',
2064 'webcore_html', 2064 'webcore_html',
2065 'webcore_platform', 2065 'webcore_platform',
2066 'webcore_platform_geometry', 2066 'webcore_platform_geometry',
2067 'webcore_remaining', 2067 'webcore_remaining',
2068 'webcore_rendering', 2068 'webcore_rendering',
2069 # Exported. 2069 # Exported.
2070 'webcore_bindings', 2070 'webcore_bindings',
2071 '../../WTF/WTF.gyp/WTF.gyp:wtf', 2071 '../../wtf/wtf.gyp:wtf',
2072 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 2072 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
2073 '<(DEPTH)/skia/skia.gyp:skia', 2073 '<(DEPTH)/skia/skia.gyp:skia',
2074 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 2074 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
2075 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 2075 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
2076 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 2076 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
2077 ], 2077 ],
2078 'export_dependent_settings': [ 2078 'export_dependent_settings': [
2079 'webcore_bindings', 2079 'webcore_bindings',
2080 '../../WTF/WTF.gyp/WTF.gyp:wtf', 2080 '../../wtf/wtf.gyp:wtf',
2081 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 2081 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
2082 '<(DEPTH)/skia/skia.gyp:skia', 2082 '<(DEPTH)/skia/skia.gyp:skia',
2083 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 2083 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
2084 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 2084 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
2085 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 2085 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
2086 ], 2086 ],
2087 'direct_dependent_settings': { 2087 'direct_dependent_settings': {
2088 'include_dirs': [ 2088 'include_dirs': [
2089 '<@(webcore_include_dirs)', 2089 '<@(webcore_include_dirs)',
2090 ], 2090 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 2162 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
2163 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 2163 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
2164 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 2164 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
2165 ], 2165 ],
2166 'sources/': [ 2166 'sources/': [
2167 ['exclude', 'testing/js'], 2167 ['exclude', 'testing/js'],
2168 ], 2168 ],
2169 }, 2169 },
2170 ], # targets 2170 ], # targets
2171 } 2171 }
OLDNEW
« no previous file with comments | « Source/WTF/wtf/wtf.gypi ('k') | Source/WebCore/config.h » ('j') | Source/config.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698