media/webrtc/trunk/chromium_deps/DEPS

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 # When adding a new dependency, please update the top-level .gitignore file
     2 # to list the dependency's destination directory.
     4 vars = {
     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.
     7   "googlecode_url": "http://%s.googlecode.com/svn",
     8   "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
     9   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
    10   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
    11   "webkit_revision": "126742",
    12   "chromium_git": "http://git.chromium.org/git",
    13   "chromiumos_git": "http://git.chromium.org/chromiumos",
    14   "swig_revision": "69281",
    15   "nacl_revision": "9555",
    16   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
    17   # to update other nacl_*_revision's.
    18   "nacl_tools_revision": "9330",  # native_client/DEPS: tools_rev
    19   "gtm_revision": "534",
    21   "libjingle_revision": "175",
    22   "libphonenumber_revision": "456",
    23   "libvpx_revision": "152423",
    24   "lss_revision": "11",
    26   # These two FFmpeg variables must be updated together.  One is used for SVN
    27   # checkouts and the other for Git checkouts.
    28   "ffmpeg_revision": "150165",
    29   "ffmpeg_hash": "2079ffae30f8da6c6eed985cce00e04c31b40888",
    31   "sfntly_revision": "134",
    32   "skia_revision": "5275",
    33   # Three lines of non-changing comments so that
    34   # the commit queue can handle CLs rolling Skia
    35   # and V8 without interference from each other.
    36   "v8_revision": "12377",
    37   "webrtc_revision": "2653",
    38   "jsoncpp_revision": "248",
    39   "nss_revision": "145873",
    40 }
    42 deps = {
    43   "src/breakpad/src":
    44     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1015",
    46   "src/googleurl":
    47     (Var("googlecode_url") % "google-url") + "/trunk@175",
    49   "src/sandbox/linux/seccomp-legacy":
    50     (Var("googlecode_url") % "seccompsandbox") + "/trunk@187",
    52   "src/sdch/open-vcdiff":
    53     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
    55   "src/testing/gtest":
    56     (Var("googlecode_url") % "googletest") + "/trunk@621",
    58   "src/testing/gmock":
    59     (Var("googlecode_url") % "googlemock") + "/trunk@405",
    61   "src/third_party/angle":
    62     (Var("googlecode_url") % "angleproject") + "/trunk@1254",
    64   "src/third_party/trace-viewer":
    65     (Var("googlecode_url") % "trace-viewer") + "/trunk@118",
    67   # Note that this is *not* where we check out WebKit -- this just
    68   # puts some extra files into place for the real WebKit checkout to
    69   # happen.  See lines mentioning "webkit_revision" for the real
    70   # WebKit checkout.
    71   "src/third_party/WebKit":
    72     "/trunk/deps/third_party/WebKit@76115",
    74   "src/third_party/icu":
    75     "/trunk/deps/third_party/icu46@149334",
    77   "src/third_party/libexif/sources":
    78     "/trunk/deps/third_party/libexif/sources@146817",
    80   "src/third_party/hunspell":
    81    "/trunk/deps/third_party/hunspell@149334",
    83   "src/third_party/hunspell_dictionaries":
    84     "/trunk/deps/third_party/hunspell_dictionaries@149334",
    86   "src/third_party/safe_browsing/testing":
    87     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@111",
    89   "src/third_party/cacheinvalidation/files/src/google":
    90     (Var("googlecode_url") % "google-cache-invalidation-api") +
    91     "/trunk/src/google@220",
    93   "src/third_party/leveldatabase/src":
    94     (Var("googlecode_url") % "leveldb") + "/trunk@67",
    96   "src/third_party/snappy/src":
    97     (Var("googlecode_url") % "snappy") + "/trunk@63",
    99   "src/tools/grit":
   100     (Var("googlecode_url") % "grit-i18n") + "/trunk@67",
   102   "src/tools/gyp":
   103     (Var("googlecode_url") % "gyp") + "/trunk@1479",
   105   "src/v8":
   106     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
   108   "src/native_client":
   109     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
   111   "src/native_client_sdk/src/site_scons":
   112     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
   114   "src/third_party/pymox/src":
   115     (Var("googlecode_url") % "pymox") + "/trunk@70",
   117   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
   118     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
   119     Var("nacl_revision"),
   121   "src/third_party/sfntly/cpp/src":
   122     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
   123     Var("sfntly_revision"),
   125   "src/third_party/skia/src":
   126     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
   128   "src/third_party/skia/gyp":
   129     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
   131   "src/third_party/skia/include":
   132     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
   134   "src/third_party/WebKit/LayoutTests":
   135     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
   137   "src/third_party/WebKit/Source":
   138     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
   140   "src/third_party/WebKit/Tools/DumpRenderTree":
   141     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
   143   "src/third_party/WebKit/Tools/Scripts":
   144     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
   146   "src/third_party/WebKit/Tools/TestWebKitAPI":
   147     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
   149   "src/third_party/ots":
   150     (Var("googlecode_url") % "ots") + "/trunk@94",
   152   "src/tools/page_cycler/acid3":
   153     "/trunk/deps/page_cycler/acid3@150075",
   155   "src/chrome/test/data/perf/canvas_bench":
   156     "/trunk/deps/canvas_bench@122605",
   158   "src/chrome/test/data/perf/frame_rate/content":
   159     "/trunk/deps/frame_rate/content@93671",
   161   "src/third_party/bidichecker":
   162     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
   164   "src/third_party/v8-i18n":
   165     (Var("googlecode_url") % "v8-i18n") + "/trunk@117",
   167   # When roll to another webgl conformance tests revision, please goto
   168   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
   169   "src/third_party/webgl_conformance":
   170     "/trunk/deps/third_party/webgl/sdk/tests@148561",
   172   # We run these layout tests as UI tests. Since many of the buildbots that
   173   # run layout tests do NOT have access to the LayoutTest directory, we need
   174   # to map them here. In practice, these do not take up much space.
   175   "src/content/test/data/layout_tests/LayoutTests/fast/events":
   176     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
   177     Var("webkit_revision"),
   178   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
   179     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
   180     Var("webkit_revision"),
   181   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
   182     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
   183     Var("webkit_revision"),
   184   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
   185     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
   186     Var("webkit_revision"),
   187   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
   188     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
   189     Var("webkit_revision"),
   190   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
   191     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
   192     Var("webkit_revision"),
   193   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
   194     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
   195     Var("webkit_revision"),
   196   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
   197     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
   198     Var("webkit_revision"),
   199   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
   200     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
   201     Var("webkit_revision"),
   202   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
   203     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
   204     Var("webkit_revision"),
   205   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
   206     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
   207     Var("webkit_revision"),
   208   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
   209     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
   210     Var("webkit_revision"),
   211   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
   212     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
   213     Var("webkit_revision"),
   214   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
   215     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
   216     Var("webkit_revision"),
   217   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
   218     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
   219     Var("webkit_revision"),
   220   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
   221     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
   222     Var("webkit_revision"),
   223   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
   224     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
   225     Var("webkit_revision"),
   226   "src/content/test/data/layout_tests/LayoutTests/media":
   227     Var("webkit_trunk") + "/LayoutTests/media@" +
   228     Var("webkit_revision"),
   230   "src/third_party/swig/Lib":
   231     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
   233   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
   234   "src/third_party/webdriver/pylib":
   235     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
   237   "src/third_party/libvpx":
   238     "/trunk/deps/third_party/libvpx@" +
   239     Var("libvpx_revision"),
   241   "src/third_party/ffmpeg":
   242     "/trunk/deps/third_party/ffmpeg@" +
   243     Var("ffmpeg_revision"),
   245   "src/third_party/libjingle/source":
   246     (Var("googlecode_url") % "libjingle") + "/trunk@" +
   247     Var("libjingle_revision"),
   249   "src/third_party/libsrtp":
   250     "/trunk/deps/third_party/libsrtp@123853",
   252   "src/third_party/speex":
   253     "/trunk/deps/third_party/speex@149334",
   255   "src/third_party/yasm/source/patched-yasm":
   256     "/trunk/deps/third_party/yasm/patched-yasm@134927",
   258   "src/third_party/libjpeg_turbo":
   259     "/trunk/deps/third_party/libjpeg_turbo@149334",
   261   "src/third_party/flac":
   262     "/trunk/deps/third_party/flac@149334",
   264   "src/third_party/pyftpdlib/src":
   265     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
   267   "src/third_party/scons-2.0.1":
   268     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
   269         Var("nacl_tools_revision"),
   271   "src/third_party/webrtc":
   272     (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision"),
   274   "src/third_party/jsoncpp/source/include":
   275     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
   276         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
   278   "src/third_party/jsoncpp/source/src/lib_json":
   279     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
   280         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
   282   "src/third_party/libyuv":
   283     (Var("googlecode_url") % "libyuv") + "/trunk@319",
   285   "src/third_party/mozc/session":
   286     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
   288   "src/third_party/mozc/chrome/chromeos/renderer":
   289     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
   291   "src/third_party/smhasher/src":
   292     (Var("googlecode_url") % "smhasher") + "/trunk@146",
   294   "src/third_party/libphonenumber/src/phonenumbers":
   295      (Var("googlecode_url") % "libphonenumber") +
   296          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
   297   "src/third_party/libphonenumber/src/test":
   298      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
   299          Var("libphonenumber_revision"),
   300   "src/third_party/libphonenumber/src/resources":
   301      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
   302          Var("libphonenumber_revision"),
   304   "src/third_party/undoview":
   305     "/trunk/deps/third_party/undoview@119694",
   307   "src/tools/deps2git":
   308     "/trunk/tools/deps2git@148781",
   310   "src/third_party/webpagereplay":
   311     (Var("googlecode_url") % "web-page-replay") + "/trunk@489",
   313   "src/third_party/pywebsocket/src":
   314     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@658",
   315 }
   318 deps_os = {
   319   "win": {
   320     "src/chrome/tools/test/reference_build/chrome_win":
   321       "/trunk/deps/reference_builds/chrome_win@137747",
   323     "src/third_party/cygwin":
   324       "/trunk/deps/third_party/cygwin@133786",
   326     "src/third_party/python_26":
   327       "/trunk/tools/third_party/python_26@89111",
   329     "src/third_party/psyco_win32":
   330       "/trunk/deps/third_party/psyco_win32@79861",
   332     "src/third_party/bison":
   333       "/trunk/deps/third_party/bison@147303",
   335     "src/third_party/gperf":
   336       "/trunk/deps/third_party/gperf@147304",
   338     "src/third_party/perl":
   339       "/trunk/deps/third_party/perl@147900",
   341     "src/third_party/lighttpd":
   342       "/trunk/deps/third_party/lighttpd@33727",
   344     # Chrome Frame related deps
   345     "src/third_party/xulrunner-sdk":
   346       "/trunk/deps/third_party/xulrunner-sdk@119756",
   347     "src/chrome_frame/tools/test/reference_build/chrome_win":
   348       "/trunk/deps/reference_builds/chrome_win@89574",
   350     # Parses Windows PE/COFF executable format.
   351     "src/third_party/pefile":
   352       (Var("googlecode_url") % "pefile") + "/trunk@63",
   354     # NSS, for SSLClientSocketNSS.
   355     "src/third_party/nss":
   356       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
   358     "src/third_party/swig/win":
   359       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
   361     # GNU binutils assembler for x86-32.
   362     "src/third_party/gnu_binutils":
   363       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
   364        Var("nacl_tools_revision")),
   365     # GNU binutils assembler for x86-64.
   366     "src/third_party/mingw-w64/mingw/bin":
   367       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
   368        Var("nacl_tools_revision")),
   370     # Dependencies used by libjpeg-turbo
   371     "src/third_party/yasm/binaries":
   372       "/trunk/deps/third_party/yasm/binaries@74228",
   374     # Binary level profile guided optimizations. This points to the
   375     # latest release binaries for the toolchain.
   376     "src/third_party/syzygy/binaries":
   377       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@991",
   379     # Binaries for nacl sdk.
   380     "src/third_party/nacl_sdk_binaries":
   381       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
   382   },
   383   "ios": {
   384     "src/third_party/GTM":
   385       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
   386       Var("gtm_revision"),
   388     "src/third_party/nss":
   389       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
   391     # class-dump utility to generate header files for undocumented SDKs
   392     "src/testing/iossim/third_party/class-dump":
   393       "/trunk/deps/third_party/class-dump@147231",
   395     # Code that's not needed due to not building everything (especially WebKit).
   396     "src/build/util/support": None,
   397     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
   398     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
   399     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources": None,
   400     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
   401     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
   402     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
   403     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
   404     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
   405     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
   406     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
   407     "src/content/test/data/layout_tests/LayoutTests/media": None,
   408     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
   409     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
   410     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
   411     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
   412     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None,
   413     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None,
   414     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
   415     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
   416     "src/chrome/test/data/perf/canvas_bench": None,
   417     "src/chrome/test/data/perf/frame_rate/content": None,
   418     "src/native_client": None,
   419     "src/native_client/src/third_party/ppapi": None,
   420     "src/native_client_sdk/src/site_scons": None,
   421     "src/sandbox/linux/seccomp-legacy": None,
   422     "src/third_party/angle": None,
   423     "src/third_party/bidichecker": None,
   424     "src/third_party/webgl_conformance": None,
   425     "src/third_party/ffmpeg": None,
   426     "src/third_party/hunspell_dictionaries": None,
   427     "src/third_party/hunspell": None,
   428     "src/third_party/leveldatabase/src": None,
   429     "src/third_party/libexif/sources": None,
   430     "src/third_party/libjingle/source": None,
   431     "src/third_party/libjpeg_turbo": None,
   432     "src/third_party/libphonenumber/src/phonenumbers": None,
   433     "src/third_party/libphonenumber/src/test": None,
   434     "src/third_party/libphonenumber/src/resources": None,
   435     "src/third_party/jsoncpp/source/include": None,
   436     "src/third_party/jsoncpp/source/src/lib_json": None,
   437     "src/third_party/libsrtp": None,
   438     "src/third_party/libvpx": None,
   439     "src/third_party/libyuv": None,
   440     "src/third_party/mozc/session": None,
   441     "src/third_party/mozc/chrome/chromeos/renderer": None,
   442     "src/third_party/ots": None,
   443     "src/third_party/pylib": None,
   444     "src/third_party/pymox/src": None,
   445     "src/third_party/safe_browsing/testing": None,
   446     "src/third_party/scons-2.0.1": None,
   447     "src/third_party/sfntly/cpp/src": None,
   448     "src/third_party/skia/src": None,
   449     "src/third_party/smhasher/src": None,
   450     "src/third_party/snappy/src": None,
   451     "src/third_party/swig/Lib": None,
   452     "src/third_party/undoview": None,
   453     "src/third_party/v8-i18n": None,
   454     "src/third_party/webdriver/pylib": None,
   455     "src/third_party/webpagereplay": None,
   456     "src/third_party/webrtc": None,
   457     "src/third_party/WebKit": None,
   458     "src/third_party/WebKit/LayoutTests": None,
   459     "src/third_party/WebKit/Source": None,
   460     "src/third_party/WebKit/Tools/DumpRenderTree": None,
   461     "src/third_party/WebKit/Tools/Scripts": None,
   462     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
   463     "src/third_party/yasm/source/patched-yasm": None,
   464     "src/tools/page_cycler/acid3": None,
   465     "src/v8": None,
   466   },
   467   "mac": {
   468     "src/chrome/tools/test/reference_build/chrome_mac":
   469       "/trunk/deps/reference_builds/chrome_mac@137727",
   471     "src/third_party/GTM":
   472       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
   473       Var("gtm_revision"),
   474     "src/third_party/pdfsqueeze":
   475       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
   476     "src/third_party/lighttpd":
   477       "/trunk/deps/third_party/lighttpd@33737",
   479     "src/third_party/swig/mac":
   480       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
   482     # NSS, for SSLClientSocketNSS.
   483     "src/third_party/nss":
   484       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
   486     "src/chrome/installer/mac/third_party/xz/xz":
   487       "/trunk/deps/third_party/xz@87706",
   488   },
   489   "unix": {
   490     # Linux, really.
   491     "src/chrome/tools/test/reference_build/chrome_linux":
   492       "/trunk/deps/reference_builds/chrome_linux@137712",
   494     "src/third_party/xdg-utils":
   495       "/trunk/deps/third_party/xdg-utils@149334",
   497     "src/third_party/swig/linux":
   498       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
   500     "src/third_party/lss":
   501       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
   502        Var("lss_revision")),
   504     "src/third_party/openssl":
   505       "/trunk/deps/third_party/openssl@151890",
   507     "src/third_party/WebKit/Tools/gdb":
   508       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
   510     "src/third_party/gold":
   511       "/trunk/deps/third_party/gold@149858",
   513     "src/third_party/libmtp":
   514       "/trunk/deps/third_party/libmtp@149713",
   516     # For Chromium OS.
   517     "src/third_party/cros_system_api":
   518       Var("chromiumos_git") + "/platform/system_api.git" +
   519       "@aa39870b5d3e6d5305ba1ee200823460bf0a47e6",
   520   },
   521   "android": {
   522     "src/third_party/freetype":
   523       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
   524       "@41c2c4116acca09389cc5fe2ea393eaada546422",
   526     "src/third_party/aosp":
   527       "/trunk/deps/third_party/aosp@148330",
   529     "src/third_party/android_tools":
   530       Var("chromium_git") + "/android_tools.git" +
   531       "@470254c5379907d6a71f8885ee2d8c616fa0b191",
   532   },
   533 }
   536 include_rules = [
   537   # Everybody can use some things.
   538   "+base",
   539   "+build",
   540   "+googleurl",
   541   "+ipc",
   543   # For now, we allow ICU to be included by specifying "unicode/...", although
   544   # this should probably change.
   545   "+unicode",
   546   "+testing",
   547 ]
   550 # checkdeps.py shouldn't check include paths for files in these dirs:
   551 skip_child_includes = [
   552   "breakpad",
   553   "chrome_frame",
   554   "delegate_execute",
   555   "metro_driver",
   556   "native_client_sdk",
   557   "o3d",
   558   "pdf",
   559   "sdch",
   560   "skia",
   561   "testing",
   562   "third_party",
   563   "v8",
   564 ]
   567 hooks = [
   568   {
   569     # This downloads binaries for Native Client's newlib toolchain.
   570     # Done in lieu of building the toolchain from scratch as it can take
   571     # anywhere from 30 minutes to 4 hours depending on platform to build.
   572     "pattern": ".",
   573     "action": [
   574         "python", "src/build/download_nacl_toolchains.py",
   575          "--no-arm-trusted",
   576          "--optional-pnacl",
   577          "--save-downloads-dir",
   578              "src/native_client_sdk/src/build_tools/toolchain_archives",
   579          "--keep",
   580     ],
   581   },
   582   {
   583     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
   584     # zero seconds to run. If something changed, it downloads a prebuilt clang,
   585     # which takes ~20s, but clang speeds up builds by more than 20s.
   586     "pattern": ".",
   587     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
   588   },
   589   {
   590     # Update the cygwin mount on Windows.
   591     "pattern": ".",
   592     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
   593   },
   594   {
   595     # Update LASTCHANGE. This is also run by export_tarball.py in
   596     # src/tools/export_tarball - please keep them in sync.
   597     "pattern": ".",
   598     "action": ["python", "src/build/util/lastchange.py",
   599                "-o", "src/build/util/LASTCHANGE"],
   600   },
   601   {
   602     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
   603     "pattern": ".",
   604     "action": ["python", "src/build/gyp_chromium"],
   605   },
   606 ]

mercurial