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

Side by Side Diff: tools/v8.xcodeproj/project.pbxproj

Issue 7814: Fix Xcode build (js2c.py changed) (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 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
« no previous file with comments | « tools/js2c.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 7BF891930E73098D000BAF8A /* All */ = { 10 7BF891930E73098D000BAF8A /* All */ = {
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 isa = PBXShellScriptBuildPhase; 945 isa = PBXShellScriptBuildPhase;
946 buildActionMask = 2147483647; 946 buildActionMask = 2147483647;
947 files = ( 947 files = (
948 ); 948 );
949 inputPaths = ( 949 inputPaths = (
950 ); 950 );
951 outputPaths = ( 951 outputPaths = (
952 ); 952 );
953 runOnlyForDeploymentPostprocessing = 0; 953 runOnlyForDeploymentPostprocessing = 0;
954 shellPath = /bin/sh; 954 shellPath = /bin/sh;
955 » » » shellScript = "set -ex\nJS_FILES=\"runtime.js\"\\\n\" v8 natives.js\"\\\n\" array.js\"\\\n\" string.js\"\\\n\" uri.js\"\\\n\" math.js\"\\ \n\" messages.js\"\\\n\" apinatives.js\"\\\n\" debug-delay.js\"\\\n\" mirror-del ay.js\"\\\n\" date-delay.js\"\\\n\" regexp-delay.js\"\\\n\" macros.py\"\n\nV8ROO T=\"${SRCROOT}/..\"\n\nSRC_DIR=\"${V8ROOT}/src\"\n\nNATIVE_JS_FILES=\"\"\n\nfor i in ${JS_FILES} ; do\n NATIVE_JS_FILES+=\"${SRC_DIR}/${i} \"\ndone\n\nV8_GENER ATED_SOURCES_DIR=\"${CONFIGURATION_TEMP_DIR}/generated\"\nmkdir -p \"${V8_GENERA TED_SOURCES_DIR}\"\n\nLIBRARIES_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries.cc\"\ nLIBRARIES_EMPTY_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc\"\n\npython \"${V8ROOT}/tools/js2c.py\" \\\n \"${LIBRARIES_CC}.new\" \\\n \"${LIBRARIES_E MPTY_CC}.new\" \\\n ${NATIVE_JS_FILES}\n\n# Only use the new files if they're d ifferent from the existing files (if any),\n# preserving the existing files' tim estamps when there are no changes. This\n# minimizes unnecessary build activity for a no-change build.\n\nif ! diff -q \"${LIBRARIES_CC}.new\" \"${LIBRARIES_CC }\" >& /dev/null ; then\n mv \"${LIBRARIES_CC}.new\" \"${LIBRARIES_CC}\"\nelse\ n rm \"${LIBRARIES_CC}.new\"\nfi\n\nif ! diff -q \"${LIBRARIES_EMPTY_CC}.new\" \"${LIBRARIES_EMPTY_CC}\" >& /dev/null ; then\n mv \"${LIBRARIES_EMPTY_CC}.new\ " \"${LIBRARIES_EMPTY_CC}\"\nelse\n rm \"${LIBRARIES_EMPTY_CC}.new\"\nfi\n"; 955 » » » shellScript = "set -ex\nJS_FILES=\"runtime.js\"\\\n\" v8 natives.js\"\\\n\" array.js\"\\\n\" string.js\"\\\n\" uri.js\"\\\n\" math.js\"\\ \n\" messages.js\"\\\n\" apinatives.js\"\\\n\" debug-delay.js\"\\\n\" mirror-del ay.js\"\\\n\" date-delay.js\"\\\n\" regexp-delay.js\"\\\n\" macros.py\"\n\nV8ROO T=\"${SRCROOT}/..\"\n\nSRC_DIR=\"${V8ROOT}/src\"\n\nNATIVE_JS_FILES=\"\"\n\nfor i in ${JS_FILES} ; do\n NATIVE_JS_FILES+=\"${SRC_DIR}/${i} \"\ndone\n\nV8_GENER ATED_SOURCES_DIR=\"${CONFIGURATION_TEMP_DIR}/generated\"\nmkdir -p \"${V8_GENERA TED_SOURCES_DIR}\"\n\nLIBRARIES_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries.cc\"\ nLIBRARIES_EMPTY_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc\"\n\npython \"${V8ROOT}/tools/js2c.py\" \\\n \"${LIBRARIES_CC}.new\" \\\n \"${LIBRARIES_E MPTY_CC}.new\" \\\n \"CORE\" \\\n ${NATIVE_JS_FILES}\n\n# Only use the new fil es if they're different from the existing files (if any),\n# preserving the exis ting files' timestamps when there are no changes. This\n# minimizes unnecessary build activity for a no-change build.\n\nif ! diff -q \"${LIBRARIES_CC}.new\" \ "${LIBRARIES_CC}\" >& /dev/null ; then\n mv \"${LIBRARIES_CC}.new\" \"${LIBRARI ES_CC}\"\nelse\n rm \"${LIBRARIES_CC}.new\"\nfi\n\nif ! diff -q \"${LIBRARIES_E MPTY_CC}.new\" \"${LIBRARIES_EMPTY_CC}\" >& /dev/null ; then\n mv \"${LIBRARIES _EMPTY_CC}.new\" \"${LIBRARIES_EMPTY_CC}\"\nelse\n rm \"${LIBRARIES_EMPTY_CC}.n ew\"\nfi\n";
956 }; 956 };
957 89F23C3D0E78D5B2006B2466 /* ShellScript */ = { 957 89F23C3D0E78D5B2006B2466 /* ShellScript */ = {
958 isa = PBXShellScriptBuildPhase; 958 isa = PBXShellScriptBuildPhase;
959 buildActionMask = 2147483647; 959 buildActionMask = 2147483647;
960 files = ( 960 files = (
961 ); 961 );
962 inputPaths = ( 962 inputPaths = (
963 ); 963 );
964 outputPaths = ( 964 outputPaths = (
965 ); 965 );
966 runOnlyForDeploymentPostprocessing = 0; 966 runOnlyForDeploymentPostprocessing = 0;
967 shellPath = /bin/sh; 967 shellPath = /bin/sh;
968 » » » shellScript = "set -ex\nJS_FILES=\"runtime.js\"\\\n\" v8 natives.js\"\\\n\" array.js\"\\\n\" string.js\"\\\n\" uri.js\"\\\n\" math.js\"\\ \n\" messages.js\"\\\n\" apinatives.js\"\\\n\" debug-delay.js\"\\\n\" mirror-del ay.js\"\\\n\" date-delay.js\"\\\n\" regexp-delay.js\"\\\n\" macros.py\"\n\nV8ROO T=\"${SRCROOT}/..\"\n\nSRC_DIR=\"${V8ROOT}/src\"\n\nNATIVE_JS_FILES=\"\"\n\nfor i in ${JS_FILES} ; do\n NATIVE_JS_FILES+=\"${SRC_DIR}/${i} \"\ndone\n\nV8_GENER ATED_SOURCES_DIR=\"${CONFIGURATION_TEMP_DIR}/generated\"\nmkdir -p \"${V8_GENERA TED_SOURCES_DIR}\"\n\nLIBRARIES_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries.cc\"\ nLIBRARIES_EMPTY_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc\"\n\npython \"${V8ROOT}/tools/js2c.py\" \\\n \"${LIBRARIES_CC}.new\" \\\n \"${LIBRARIES_E MPTY_CC}.new\" \\\n ${NATIVE_JS_FILES}\n\n# Only use the new files if they're d ifferent from the existing files (if any),\n# preserving the existing files' tim estamps when there are no changes. This\n# minimizes unnecessary build activity for a no-change build.\n\nif ! diff -q \"${LIBRARIES_CC}.new\" \"${LIBRARIES_CC }\" >& /dev/null ; then\n mv \"${LIBRARIES_CC}.new\" \"${LIBRARIES_CC}\"\nelse\ n rm \"${LIBRARIES_CC}.new\"\nfi\n\nif ! diff -q \"${LIBRARIES_EMPTY_CC}.new\" \"${LIBRARIES_EMPTY_CC}\" >& /dev/null ; then\n mv \"${LIBRARIES_EMPTY_CC}.new\ " \"${LIBRARIES_EMPTY_CC}\"\nelse\n rm \"${LIBRARIES_EMPTY_CC}.new\"\nfi\n"; 968 » » » shellScript = "set -ex\nJS_FILES=\"runtime.js\"\\\n\" v8 natives.js\"\\\n\" array.js\"\\\n\" string.js\"\\\n\" uri.js\"\\\n\" math.js\"\\ \n\" messages.js\"\\\n\" apinatives.js\"\\\n\" debug-delay.js\"\\\n\" mirror-del ay.js\"\\\n\" date-delay.js\"\\\n\" regexp-delay.js\"\\\n\" macros.py\"\n\nV8ROO T=\"${SRCROOT}/..\"\n\nSRC_DIR=\"${V8ROOT}/src\"\n\nNATIVE_JS_FILES=\"\"\n\nfor i in ${JS_FILES} ; do\n NATIVE_JS_FILES+=\"${SRC_DIR}/${i} \"\ndone\n\nV8_GENER ATED_SOURCES_DIR=\"${CONFIGURATION_TEMP_DIR}/generated\"\nmkdir -p \"${V8_GENERA TED_SOURCES_DIR}\"\n\nLIBRARIES_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries.cc\"\ nLIBRARIES_EMPTY_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc\"\n\npython \"${V8ROOT}/tools/js2c.py\" \\\n \"${LIBRARIES_CC}.new\" \\\n \"${LIBRARIES_E MPTY_CC}.new\" \\\n \"CORE\" \\\n ${NATIVE_JS_FILES}\n\n# Only use the new fil es if they're different from the existing files (if any),\n# preserving the exis ting files' timestamps when there are no changes. This\n# minimizes unnecessary build activity for a no-change build.\n\nif ! diff -q \"${LIBRARIES_CC}.new\" \ "${LIBRARIES_CC}\" >& /dev/null ; then\n mv \"${LIBRARIES_CC}.new\" \"${LIBRARI ES_CC}\"\nelse\n rm \"${LIBRARIES_CC}.new\"\nfi\n\nif ! diff -q \"${LIBRARIES_E MPTY_CC}.new\" \"${LIBRARIES_EMPTY_CC}\" >& /dev/null ; then\n mv \"${LIBRARIES _EMPTY_CC}.new\" \"${LIBRARIES_EMPTY_CC}\"\nelse\n rm \"${LIBRARIES_EMPTY_CC}.n ew\"\nfi\n";
969 }; 969 };
970 /* End PBXShellScriptBuildPhase section */ 970 /* End PBXShellScriptBuildPhase section */
971 971
972 /* Begin PBXSourcesBuildPhase section */ 972 /* Begin PBXSourcesBuildPhase section */
973 8970F2ED0E719FB2006AE7B5 /* Sources */ = { 973 8970F2ED0E719FB2006AE7B5 /* Sources */ = {
974 isa = PBXSourcesBuildPhase; 974 isa = PBXSourcesBuildPhase;
975 buildActionMask = 2147483647; 975 buildActionMask = 2147483647;
976 files = ( 976 files = (
977 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sour ces */, 977 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sour ces */,
978 89A88DED0E71A6000043BA31 /* allocation.cc in Sou rces */, 978 89A88DED0E71A6000043BA31 /* allocation.cc in Sou rces */,
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 89F23C930E78D5B6006B2466 /* Debug */, 1471 89F23C930E78D5B6006B2466 /* Debug */,
1472 89F23C940E78D5B6006B2466 /* Release */, 1472 89F23C940E78D5B6006B2466 /* Release */,
1473 ); 1473 );
1474 defaultConfigurationIsVisible = 0; 1474 defaultConfigurationIsVisible = 0;
1475 defaultConfigurationName = Release; 1475 defaultConfigurationName = Release;
1476 }; 1476 };
1477 /* End XCConfigurationList section */ 1477 /* End XCConfigurationList section */
1478 }; 1478 };
1479 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1479 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1480 } 1480 }
OLDNEW
« no previous file with comments | « tools/js2c.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698