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

Side by Side Diff: DEPS

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | mojo/dart/embedder/BUILD.gn » ('j') | sky/engine/bindings/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of 'src'). 9 # .gclient file (the parent of 'src').
10 # 10 #
11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run
12 # gclient sync 12 # gclient sync
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically
15 # updated by a bot when you modify this one. 15 # updated by a bot when you modify this one.
16 # 16 #
17 # When adding a new dependency, please update the top-level .gitignore file 17 # When adding a new dependency, please update the top-level .gitignore file
18 # to list the dependency's destination directory. 18 # to list the dependency's destination directory.
19 19
20 vars = { 20 vars = {
21 'chromium_git': 'https://chromium.googlesource.com', 21 'chromium_git': 'https://chromium.googlesource.com',
22 'dart_svn': 'https://dart.googlecode.com', 22 'dart_svn': 'https://dart.googlecode.com',
23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
24 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752', 24 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752',
25 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', 25 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519',
26 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', 26 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc',
27 'buildtools_revision': '3b302fef93f7cc58d9b8168466905237484b2772', 27 'buildtools_revision': '3b302fef93f7cc58d9b8168466905237484b2772',
28 'dart_revision': '45304', 28 'dart_revision': '45542',
29 'dart_observatory_packages_revision': '43830', 29 'dart_observatory_packages_revision': '43830',
30 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', 30 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0',
31 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', 31 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec',
32 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', 32 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e',
33 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', 33 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63',
34 'nacl_revision': '19f11aa481261f38f2a1e9a04e41a7e12aa70e32', 34 'nacl_revision': '19f11aa481261f38f2a1e9a04e41a7e12aa70e32',
35 } 35 }
36 36
37 # Only these hosts are allowed for dependencies in this DEPS file. 37 # Only these hosts are allowed for dependencies in this DEPS file.
38 # If you need to add a new host, contact chrome infrastructure team. 38 # If you need to add a new host, contact chrome infrastructure team.
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 { 342 {
343 # This downloads linux and android Go binaries according to 343 # This downloads linux and android Go binaries according to
344 # tools/go/VERSION. 344 # tools/go/VERSION.
345 'name': 'gotools', 345 'name': 'gotools',
346 'pattern': '.', 346 'pattern': '.',
347 'action': [ 347 'action': [
348 'python', 'src/tools/go/download.py', 348 'python', 'src/tools/go/download.py',
349 ], 349 ],
350 }, 350 },
351 ] 351 ]
OLDNEW
« no previous file with comments | « no previous file | mojo/dart/embedder/BUILD.gn » ('j') | sky/engine/bindings/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698