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

Side by Side Diff: third_party/WebKit/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Issue 46097: WebKit merge 41660:41709 (WebKit side).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 42; 6 objectVersion = 42;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 65FB3F6609D11E9100F49DEB /* Derived Sources */ = { 10 65FB3F6609D11E9100F49DEB /* Derived Sources */ = {
(...skipping 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after
1938 ); 1938 );
1939 inputPaths = ( 1939 inputPaths = (
1940 "$(SRCROOT)/runtime/Tracing.d", 1940 "$(SRCROOT)/runtime/Tracing.d",
1941 ); 1941 );
1942 name = "Generate DTrace header"; 1942 name = "Generate DTrace header";
1943 outputPaths = ( 1943 outputPaths = (
1944 "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScript Core/TracingDtrace.h", 1944 "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScript Core/TracingDtrace.h",
1945 ); 1945 );
1946 runOnlyForDeploymentPostprocessing = 0; 1946 runOnlyForDeploymentPostprocessing = 0;
1947 shellPath = /bin/sh; 1947 shellPath = /bin/sh;
1948 » » » shellScript = "TRACING_D=\"$SRCROOT/runtime/Tracing.d\"; \nTRACING_H=\"$BUILT_PRODUCTS_DIR/DerivedSources/JavaScriptCore/TracingDtrace.h\ ";\n\nif [[ \"$HAVE_DTRACE\" = \"1\" ]];\nthen\n\tdtrace -h -o \"$TRACING_H\" -s \"$TRACING_D\";\nfi;\n"; 1948 » » » shellScript = "TRACING_D=\"$SRCROOT/runtime/Tracing.d\"; \nTRACING_H=\"$BUILT_PRODUCTS_DIR/DerivedSources/JavaScriptCore/TracingDtrace.h\ ";\n\nif [[ \"$HAVE_DTRACE\" = \"1\" && \"$TRACING_D\" -nt \"$TRACING_H\" ]];\nt hen\n\tdtrace -h -o \"$TRACING_H\" -s \"$TRACING_D\";\nfi;\n";
1949 }; 1949 };
1950 5D5D8ABF0E0D0B0300F9C692 /* Fix Framework Reference */ = { 1950 5D5D8ABF0E0D0B0300F9C692 /* Fix Framework Reference */ = {
1951 isa = PBXShellScriptBuildPhase; 1951 isa = PBXShellScriptBuildPhase;
1952 buildActionMask = 2147483647; 1952 buildActionMask = 2147483647;
1953 files = ( 1953 files = (
1954 ); 1954 );
1955 inputPaths = ( 1955 inputPaths = (
1956 "$(BUILT_PRODUCTS_DIR)/JavaScriptCore.framework/ Resources/jsc", 1956 "$(BUILT_PRODUCTS_DIR)/JavaScriptCore.framework/ Resources/jsc",
1957 ); 1957 );
1958 name = "Fix Framework Reference"; 1958 name = "Fix Framework Reference";
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 defaultConfigurationName = Production; 2456 defaultConfigurationName = Production;
2457 }; 2457 };
2458 /* End XCConfigurationList section */ 2458 /* End XCConfigurationList section */
2459 }; 2459 };
2460 rootObject = 0867D690FE84028FC02AAC07 /* Project object */; 2460 rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
2461 } 2461 }
2462 2462
2463 2463
2464 2464
2465 2465
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698