Home | History | Annotate | Download | only in Scripts

Lines Matching refs:eq

100         if ($configuration eq "Debug" or $variant eq "debug" or $debugRoot) {
101 if ($target eq "JavaScriptCore") {
102 next if $shortName eq "AllInOneFile.o";
103 next if $shortName eq "Opcode.o";
104 next if $shortName eq "Structure.o";
105 next if $shortName eq "nodes.o";
107 if ($target eq "WebCore") {
108 next if $shortName eq "BidiRun.o";
109 next if $shortName eq "CachedPage.o";
110 next if $shortName eq "CachedResource.o";
111 next if $shortName eq "FEGaussianBlur.o";
112 next if $shortName eq "Frame.o";
113 next if $shortName eq "JSCustomSQLTransactionCallback.o";
114 next if $shortName eq "JSLazyEventListener.o";
115 next if $shortName eq "Node.o";
116 next if $shortName eq "Page.o";
117 next if $shortName eq "Range.o";
118 next if $shortName eq "RenderObject.o";
119 next if $shortName eq "SVGElementInstance.o";
120 next if $shortName eq "SubresourceLoader.o";
121 next if $shortName eq "XMLHttpRequest.o";
123 if ($target eq "WebKit") {
124 next if $shortName eq "HostedNetscapePluginStream.o";
125 next if $shortName eq "NetscapePluginInstanceProxy.o";
127 if ($target eq "WebKit2") {
128 next if $shortName eq "WebContext.o";
129 next if $shortName eq "WebFrame.o";
130 next if $shortName eq "WebPage.o";
131 next if $shortName eq "WebPageProxy.o";