Skip to content

Commit

Permalink
JasonLeyba: Moving the iPhone driver's JS source under the //javascri…
Browse files Browse the repository at this point in the history
…pt tree.

r11642
  • Loading branch information
jleyba committed Mar 9, 2011
1 parent 3396672 commit a8b1004
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion iphone/build.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

js_fragment_header(name = "atoms",
deps = [
"//javascript/iphone-driver:execute_async_script",
"//javascript/webdriver-atoms:clear",
"//javascript/webdriver-atoms:click",
"//javascript/webdriver-atoms:execute_script",
Expand All @@ -16,7 +17,6 @@ js_fragment_header(name = "atoms",
"//javascript/webdriver-atoms:submit",
"//javascript/webdriver-atoms:toggle",
"//javascript/webdriver-atoms:type",
"//iphone/src/js:execute_async_script",
],
out = "iphone/src/objc/atoms.h",
utf8 = "true")
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion rake-tasks/crazy_fun/mappings/javascript.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def handle(fun, dir, args)
"-f \"--compilation_level=ADVANCED_OPTIMIZATIONS\" " <<
"-p third_party/closure/goog/ " <<
"-p javascript " <<
"-p iphone/src/js " <<
"-i #{temp} "

mkdir_p File.dirname(output)
Expand Down

0 comments on commit a8b1004

Please sign in to comment.