| OLD | NEW | 
|    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': '15308f469a704c45d15567fa69cd94ce07ad0e1b', | 
|   28   'dart_revision': '45304', |   28   'dart_revision': '45304', | 
|   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': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29', | 
|   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. | 
|   39 allowed_hosts = [ |   39 allowed_hosts = [ | 
|   40   'boringssl.googlesource.com', |   40   'boringssl.googlesource.com', | 
|   41   'chromium.googlesource.com', |   41   'chromium.googlesource.com', | 
|   42   'dart.googlecode.com', |   42   'dart.googlecode.com', | 
|   43   'pdfium.googlesource.com', |   43   'pdfium.googlesource.com', | 
|   44 ] |   44 ] | 
|   45  |   45  | 
|   46 deps = { |   46 deps = { | 
|   47   'src/buildtools': |   47   'src/buildtools': | 
|   48    Var('chromium_git') + '/chromium/buildtools.git' + '@' +  Var('buildtools_rev
     ision'), |   48    Var('chromium_git') + '/chromium/buildtools.git' + '@' +  Var('buildtools_rev
     ision'), | 
|   49  |   49  | 
|   50   'src/testing/gtest': |   50   'src/testing/gtest': | 
|   51    Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
     e3b37292b84c821d9c8ad', # from svn revision 704 |   51    Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
     e3b37292b84c821d9c8ad', # from svn revision 704 | 
|   52  |   52  | 
|   53   'src/testing/gmock': |   53   'src/testing/gmock': | 
|   54    Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
     99976b936d1265cb6a271', # from svn revision 501 |   54    Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
     99976b936d1265cb6a271', # from svn revision 501 | 
|   55  |   55  | 
|   56   'src/third_party/angle': |   56   'src/third_party/angle': | 
|   57    Var('chromium_git') + '/angle/angle.git' + '@' +  Var('angle_revision'), |   57    Var('chromium_git') + '/angle/angle.git' + '@' +  Var('angle_revision'), | 
|   58  |   58  | 
|   59   'src/third_party/icu': |   59   'src/third_party/icu': | 
|   60    Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e630d
     a515b74d889ba2f8d08', |   60    Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e630d
     a515b74d889ba2f8d08', | 
|   61  |   61  | 
|   62   'src/tools/grit': |   62   'src/tools/grit': | 
|   63     Var('chromium_git') + '/external/grit-i18n.git' + '@' + '0287c187b11ed535902
     54e4d817e836a44a7a1a7', # from svn revision 186 |   63     Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
     7e845ba8543c22f9072af', # from svn revision 189 | 
|   64  |   64  | 
|   65   'src/v8': |   65   'src/v8': | 
|   66     Var('chromium_git') + '/v8/v8.git' + '@' +  Var('v8_revision'), |   66     Var('chromium_git') + '/v8/v8.git' + '@' +  Var('v8_revision'), | 
|   67  |   67  | 
|   68   'src/dart/runtime': |   68   'src/dart/runtime': | 
|   69     Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da
     rt_revision'), |   69     Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da
     rt_revision'), | 
|   70  |   70  | 
|   71   'src/dart/sdk/lib': |   71   'src/dart/sdk/lib': | 
|   72     Var('dart_svn') + '/svn/branches/bleeding_edge/dart/sdk/lib' + '@' + Var('da
     rt_revision'), |   72     Var('dart_svn') + '/svn/branches/bleeding_edge/dart/sdk/lib' + '@' + Var('da
     rt_revision'), | 
|   73  |   73  | 
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  127     'src/third_party/fontconfig/src': |  127     'src/third_party/fontconfig/src': | 
|  128      Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
     749f9823c51827a60aeb5c1', |  128      Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
     749f9823c51827a60aeb5c1', | 
|  129   }, |  129   }, | 
|  130   'android': { |  130   'android': { | 
|  131     'src/third_party/colorama/src': |  131     'src/third_party/colorama/src': | 
|  132      Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
     2789ecbd7e8db2e18e6b8', |  132      Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
     2789ecbd7e8db2e18e6b8', | 
|  133  |  133  | 
|  134     'src/third_party/jsr-305/src': |  134     'src/third_party/jsr-305/src': | 
|  135         Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
     0af6d5df2d3210e3bfc0919', |  135         Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
     0af6d5df2d3210e3bfc0919', | 
|  136  |  136  | 
 |  137     'src/third_party/junit/src': | 
 |  138       Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1
     346b750c3209019f2e1', | 
 |  139  | 
 |  140     'src/third_party/mockito/src': | 
 |  141       Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a
     84bd7c467f2443b475a22fcc6ba8e', | 
 |  142  | 
 |  143     'src/third_party/robolectric/lib': | 
 |  144       Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
     3c99a8b6967acdb42cbed0adb067c80efc810', | 
 |  145  | 
|  137     'src/third_party/android_tools': |  146     'src/third_party/android_tools': | 
|  138      Var('chromium_git') + '/android_tools.git' + '@' + 'a1ffd63322c438627d78ea5
     6eb73fb8779e06950', |  147      Var('chromium_git') + '/android_tools.git' + '@' + 'a1ffd63322c438627d78ea5
     6eb73fb8779e06950', | 
|  139  |  148  | 
|  140     'src/third_party/appurify-python/src': |  149     'src/third_party/appurify-python/src': | 
|  141      Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
      '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |  150      Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
      '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 
|  142  |  151  | 
|  143     'src/third_party/freetype': |  152     'src/third_party/freetype': | 
|  144        Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f
     d6919ac23f74b876c209aba5eaa2be662086391', |  153        Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f
     d6919ac23f74b876c209aba5eaa2be662086391', | 
|  145  |  154  | 
|  146     'src/third_party/requests/src': |  155     'src/third_party/requests/src': | 
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  342   { |  351   { | 
|  343     # This downloads linux and android Go binaries according to |  352     # This downloads linux and android Go binaries according to | 
|  344     # tools/go/VERSION. |  353     # tools/go/VERSION. | 
|  345     'name': 'gotools', |  354     'name': 'gotools', | 
|  346     'pattern': '.', |  355     'pattern': '.', | 
|  347     'action': [ |  356     'action': [ | 
|  348         'python', 'src/tools/go/download.py', |  357         'python', 'src/tools/go/download.py', | 
|  349     ], |  358     ], | 
|  350   }, |  359   }, | 
|  351 ] |  360 ] | 
| OLD | NEW |