OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1613 'type': 'none', | 1613 'type': 'none', |
1614 'dependencies': [ | 1614 'dependencies': [ |
1615 'installer/mini_installer.gyp:*', | 1615 'installer/mini_installer.gyp:*', |
1616 '../app/app.gyp:*', | 1616 '../app/app.gyp:*', |
1617 '../base/base.gyp:*', | 1617 '../base/base.gyp:*', |
1618 '../chrome_frame/chrome_frame.gyp:*', | 1618 '../chrome_frame/chrome_frame.gyp:*', |
1619 '../gfx/gfx.gyp:*', | 1619 '../gfx/gfx.gyp:*', |
1620 '../ipc/ipc.gyp:*', | 1620 '../ipc/ipc.gyp:*', |
1621 '../media/media.gyp:*', | 1621 '../media/media.gyp:*', |
1622 '../net/net.gyp:*', | 1622 '../net/net.gyp:*', |
| 1623 '../ppapi/ppapi.gyp:*', |
1623 '../printing/printing.gyp:*', | 1624 '../printing/printing.gyp:*', |
1624 '../sdch/sdch.gyp:*', | 1625 '../sdch/sdch.gyp:*', |
1625 '../skia/skia.gyp:*', | 1626 '../skia/skia.gyp:*', |
1626 '../testing/gmock.gyp:*', | 1627 '../testing/gmock.gyp:*', |
1627 '../testing/gtest.gyp:*', | 1628 '../testing/gtest.gyp:*', |
1628 '../third_party/bsdiff/bsdiff.gyp:*', | 1629 '../third_party/bsdiff/bsdiff.gyp:*', |
1629 '../third_party/bspatch/bspatch.gyp:*', | 1630 '../third_party/bspatch/bspatch.gyp:*', |
1630 '../third_party/bzip2/bzip2.gyp:*', | 1631 '../third_party/bzip2/bzip2.gyp:*', |
1631 '../third_party/codesighs/codesighs.gyp:*', | 1632 '../third_party/codesighs/codesighs.gyp:*', |
1632 '../third_party/icu/icu.gyp:*', | 1633 '../third_party/icu/icu.gyp:*', |
1633 '../third_party/libjpeg/libjpeg.gyp:*', | 1634 '../third_party/libjpeg/libjpeg.gyp:*', |
1634 '../third_party/libwebp/libwebp.gyp:*', | 1635 '../third_party/libwebp/libwebp.gyp:*', |
1635 '../third_party/libpng/libpng.gyp:*', | 1636 '../third_party/libpng/libpng.gyp:*', |
1636 '../third_party/libxslt/libxslt.gyp:*', | 1637 '../third_party/libxslt/libxslt.gyp:*', |
1637 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 1638 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
1638 '../third_party/modp_b64/modp_b64.gyp:*', | 1639 '../third_party/modp_b64/modp_b64.gyp:*', |
1639 '../third_party/npapi/npapi.gyp:*', | 1640 '../third_party/npapi/npapi.gyp:*', |
1640 '../third_party/ppapi/ppapi.gyp:*', | |
1641 '../third_party/sqlite/sqlite.gyp:*', | 1641 '../third_party/sqlite/sqlite.gyp:*', |
1642 '../third_party/zlib/zlib.gyp:*', | 1642 '../third_party/zlib/zlib.gyp:*', |
1643 '../webkit/support/webkit_support.gyp:*', | 1643 '../webkit/support/webkit_support.gyp:*', |
1644 '../webkit/webkit.gyp:*', | 1644 '../webkit/webkit.gyp:*', |
1645 | 1645 |
1646 '../build/temp_gyp/googleurl.gyp:*', | 1646 '../build/temp_gyp/googleurl.gyp:*', |
1647 | 1647 |
1648 '../breakpad/breakpad.gyp:*', | 1648 '../breakpad/breakpad.gyp:*', |
1649 '../courgette/courgette.gyp:*', | 1649 '../courgette/courgette.gyp:*', |
1650 '../gears/gears.gyp:*', | 1650 '../gears/gears.gyp:*', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2009 }], # targets | 2009 }], # targets |
2010 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 2010 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
2011 ], # 'conditions' | 2011 ], # 'conditions' |
2012 } | 2012 } |
2013 | 2013 |
2014 # Local Variables: | 2014 # Local Variables: |
2015 # tab-width:2 | 2015 # tab-width:2 |
2016 # indent-tabs-mode:nil | 2016 # indent-tabs-mode:nil |
2017 # End: | 2017 # End: |
2018 # vim: set expandtab tabstop=2 shiftwidth=2: | 2018 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |