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

Side by Side Diff: content/worker/DEPS

Issue 6691004: Move worker code from chrome\worker to content\worker. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « content/content_worker.gypi ('k') | content/worker/websharedworker_stub.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/app", # For UI test 2 "+chrome/app", # For UI test
3 "+chrome/browser/worker_host", # For UI test. 3 "+chrome/browser/worker_host", # For UI test.
4 "+chrome/renderer",
5 "+chrome/worker",
6 "+sandbox/src", 4 "+sandbox/src",
7 "+webkit/appcache", 5 "+webkit/appcache",
8 "+webkit/glue", 6 "+webkit/glue",
9 ] 7 ]
10 8
OLDNEW
« no previous file with comments | « content/content_worker.gypi ('k') | content/worker/websharedworker_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698