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

Side by Side Diff: DEPS

Issue 14860010: Android: Roll android_tools to b12d410c0ee23385da78e6c9f353d28fd992e0bd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Not adding fno-builtin-sin for clang builds Created 7 years, 7 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 | third_party/mesa/mesa.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://src.chromium.org/blink/trunk", 9 "webkit_trunk": "http://src.chromium.org/blink/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "@848d591953f69426080f8a5f29130897bd6fc73d", 537 "@848d591953f69426080f8a5f29130897bd6fc73d",
538 538
539 # Dependency of chromite.git. 539 # Dependency of chromite.git.
540 "src/third_party/pyelftools": 540 "src/third_party/pyelftools":
541 Var("chromiumos_git") + "/third_party/pyelftools.git" + 541 Var("chromiumos_git") + "/third_party/pyelftools.git" +
542 "@bdc1d380acd88d4bfaf47265008091483b0d614e", 542 "@bdc1d380acd88d4bfaf47265008091483b0d614e",
543 }, 543 },
544 "android": { 544 "android": {
545 "src/third_party/android_tools": 545 "src/third_party/android_tools":
546 Var("chromium_git") + "/android_tools.git" + 546 Var("chromium_git") + "/android_tools.git" +
547 "@6c57b3397787c23888f9ded9f6a0c0c3f3fdc3a5", 547 "@b12d410c0ee23385da78e6c9f353d28fd992e0bd",
548 548
549 "src/third_party/aosp": 549 "src/third_party/aosp":
550 "/trunk/deps/third_party/aosp@148330", 550 "/trunk/deps/third_party/aosp@148330",
551 551
552 "src/third_party/apache-mime4j": 552 "src/third_party/apache-mime4j":
553 "/trunk/deps/third_party/apache-mime4j@170888", 553 "/trunk/deps/third_party/apache-mime4j@170888",
554 554
555 "src/third_party/findbugs": 555 "src/third_party/findbugs":
556 "/trunk/deps/third_party/findbugs@163586", 556 "/trunk/deps/third_party/findbugs@163586",
557 557
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 666 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
667 "pattern": ".", 667 "pattern": ".",
668 "action": ["python", "src/build/gyp_chromium"], 668 "action": ["python", "src/build/gyp_chromium"],
669 }, 669 },
670 { 670 {
671 # Check for landmines (reasons to clobber the build). 671 # Check for landmines (reasons to clobber the build).
672 "pattern": ".", 672 "pattern": ".",
673 "action": ["python", "src/build/landmines.py"], 673 "action": ["python", "src/build/landmines.py"],
674 }, 674 },
675 ] 675 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/mesa/mesa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698