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

Side by Side Diff: DEPS

Issue 10837226: Use NDK r8b and 64-bit toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 4 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 | build/android/envsetup.sh » ('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://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "android": { 518 "android": {
519 "src/third_party/freetype": 519 "src/third_party/freetype":
520 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + 520 Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
521 "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7", 521 "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7",
522 522
523 "src/third_party/aosp": 523 "src/third_party/aosp":
524 "/trunk/deps/third_party/aosp@148330", 524 "/trunk/deps/third_party/aosp@148330",
525 525
526 "src/third_party/android_tools": 526 "src/third_party/android_tools":
527 Var("chromium_git") + "/android_tools.git" + 527 Var("chromium_git") + "/android_tools.git" +
528 "@e55ecc54323647741d921b03a03b848bc853d39c", 528 "@ebd740fc3d55dda34d9322c8c5f7749302734325",
529 }, 529 },
530 } 530 }
531 531
532 532
533 include_rules = [ 533 include_rules = [
534 # Everybody can use some things. 534 # Everybody can use some things.
535 "+base", 535 "+base",
536 "+build", 536 "+build",
537 "+googleurl", 537 "+googleurl",
538 "+ipc", 538 "+ipc",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "pattern": ".", 594 "pattern": ".",
595 "action": ["python", "src/build/util/lastchange.py", 595 "action": ["python", "src/build/util/lastchange.py",
596 "-o", "src/build/util/LASTCHANGE"], 596 "-o", "src/build/util/LASTCHANGE"],
597 }, 597 },
598 { 598 {
599 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 599 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
600 "pattern": ".", 600 "pattern": ".",
601 "action": ["python", "src/build/gyp_chromium"], 601 "action": ["python", "src/build/gyp_chromium"],
602 }, 602 },
603 ] 603 ]
OLDNEW
« no previous file with comments | « no previous file | build/android/envsetup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698