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

Side by Side Diff: DEPS

Issue 11362063: Editing the custom spelling dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix interactive_ui_tests Created 8 years, 1 month 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
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "src/third_party/WebKit": 75 "src/third_party/WebKit":
76 "/trunk/deps/third_party/WebKit@76115", 76 "/trunk/deps/third_party/WebKit@76115",
77 77
78 "src/third_party/icu": 78 "src/third_party/icu":
79 "/trunk/deps/third_party/icu46@161442", 79 "/trunk/deps/third_party/icu46@161442",
80 80
81 "src/third_party/libexif/sources": 81 "src/third_party/libexif/sources":
82 "/trunk/deps/third_party/libexif/sources@146817", 82 "/trunk/deps/third_party/libexif/sources@146817",
83 83
84 "src/third_party/hunspell": 84 "src/third_party/hunspell":
85 "/trunk/deps/third_party/hunspell@149334", 85 "/trunk/deps/third_party/hunspell@168059",
86 86
87 "src/third_party/hunspell_dictionaries": 87 "src/third_party/hunspell_dictionaries":
88 "/trunk/deps/third_party/hunspell_dictionaries@164817", 88 "/trunk/deps/third_party/hunspell_dictionaries@164817",
89 89
90 "src/third_party/safe_browsing/testing": 90 "src/third_party/safe_browsing/testing":
91 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", 91 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
92 92
93 "src/third_party/cacheinvalidation/src": 93 "src/third_party/cacheinvalidation/src":
94 (Var("googlecode_url") % "google-cache-invalidation-api") + 94 (Var("googlecode_url") % "google-cache-invalidation-api") +
95 "/trunk/src@245", 95 "/trunk/src@245",
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 631 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
632 "pattern": ".", 632 "pattern": ".",
633 "action": ["python", "src/build/gyp_chromium"], 633 "action": ["python", "src/build/gyp_chromium"],
634 }, 634 },
635 { 635 {
636 # Check for landmines (reasons to clobber the build). 636 # Check for landmines (reasons to clobber the build).
637 "pattern": ".", 637 "pattern": ".",
638 "action": ["python", "src/build/landmines.py"], 638 "action": ["python", "src/build/landmines.py"],
639 }, 639 },
640 ] 640 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/resources/options/language_dictionary_overlay.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698