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

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

Issue 1844: Merge v8.xcodeproj@219 to Chromium (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 | « no previous file | 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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 isa = PBXShellScriptBuildPhase; 794 isa = PBXShellScriptBuildPhase;
795 buildActionMask = 2147483647; 795 buildActionMask = 2147483647;
796 files = ( 796 files = (
797 ); 797 );
798 inputPaths = ( 798 inputPaths = (
799 ); 799 );
800 outputPaths = ( 800 outputPaths = (
801 ); 801 );
802 runOnlyForDeploymentPostprocessing = 0; 802 runOnlyForDeploymentPostprocessing = 0;
803 shellPath = /bin/sh; 803 shellPath = /bin/sh;
804 » » » 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}/../v8\"\n\nSRC_DIR=\"${V8ROOT}/src\"\n\nNATIVE_JS_FILES=\"\"\n\nf or i in ${JS_FILES} ; do\n NATIVE_JS_FILES+=\"${SRC_DIR}/${i} \"\ndone\n\nV8_GE NERATED_SOURCES_DIR=\"${CONFIGURATION_TEMP_DIR}/generated\"\n\nif [ ! -d \"${V8_ GENERATED_SOURCES_DIR}\" ] ; then\n mkdir \"${V8_GENERATED_SOURCES_DIR}\"\nfi\n \npython \"${V8ROOT}/tools/js2c.py\" \"${V8_GENERATED_SOURCES_DIR}/libraries.cc\ " \\\n \"${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc\" ${NATIVE_JS_FILES}\n" ; 804 » » » 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}/../v8\"\n\nSRC_DIR=\"${V8ROOT}/src\"\n\nNATIVE_JS_FILES=\"\"\n\nf or i in ${JS_FILES} ; do\n NATIVE_JS_FILES+=\"${SRC_DIR}/${i} \"\ndone\n\nV8_GE NERATED_SOURCES_DIR=\"${CONFIGURATION_TEMP_DIR}/generated\"\nmkdir -p \"${V8_GEN ERATED_SOURCES_DIR}\"\n\nLIBRARIES_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries.cc \"\nLIBRARIES_EMPTY_CC=\"${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc\"\n\npyt hon \"${V8ROOT}/tools/js2c.py\" \\\n \"${LIBRARIES_CC}.new\" \\\n \"${LIBRARIE S_EMPTY_CC}.new\" \\\n ${NATIVE_JS_FILES}\n\n# Only use the new files if they'r e different from the existing files (if any),\n# preserving the existing files' timestamps when there are no changes. This\n# minimizes unnecessary build activ ity for a no-change build.\n\nif ! diff -q \"${LIBRARIES_CC}.new\" \"${LIBRARIES _CC}\" >& /dev/null ; then\n mv \"${LIBRARIES_CC}.new\" \"${LIBRARIES_CC}\"\nel se\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}.n ew\" \"${LIBRARIES_EMPTY_CC}\"\nelse\n rm \"${LIBRARIES_EMPTY_CC}.new\"\nfi\n";
805 }; 805 };
806 /* End PBXShellScriptBuildPhase section */ 806 /* End PBXShellScriptBuildPhase section */
807 807
808 /* Begin PBXSourcesBuildPhase section */ 808 /* Begin PBXSourcesBuildPhase section */
809 8970F2ED0E719FB2006AE7B5 /* Sources */ = { 809 8970F2ED0E719FB2006AE7B5 /* Sources */ = {
810 isa = PBXSourcesBuildPhase; 810 isa = PBXSourcesBuildPhase;
811 buildActionMask = 2147483647; 811 buildActionMask = 2147483647;
812 files = ( 812 files = (
813 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sour ces */, 813 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sour ces */,
814 89A88DED0E71A6000043BA31 /* allocation.cc in Sou rces */, 814 89A88DED0E71A6000043BA31 /* allocation.cc in Sou rces */,
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 897FF1C10E719CB600D62E90 /* Debug */, 1078 897FF1C10E719CB600D62E90 /* Debug */,
1079 897FF1C20E719CB600D62E90 /* Release */, 1079 897FF1C20E719CB600D62E90 /* Release */,
1080 ); 1080 );
1081 defaultConfigurationIsVisible = 0; 1081 defaultConfigurationIsVisible = 0;
1082 defaultConfigurationName = Release; 1082 defaultConfigurationName = Release;
1083 }; 1083 };
1084 /* End XCConfigurationList section */ 1084 /* End XCConfigurationList section */
1085 }; 1085 };
1086 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1086 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1087 } 1087 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698