OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 '../chrome_frame/chrome_frame.gyp:*', | 1375 '../chrome_frame/chrome_frame.gyp:*', |
1376 '../content/content.gyp:*', | 1376 '../content/content.gyp:*', |
1377 '../ipc/ipc.gyp:*', | 1377 '../ipc/ipc.gyp:*', |
1378 '../media/media.gyp:*', | 1378 '../media/media.gyp:*', |
1379 '../net/net.gyp:*', | 1379 '../net/net.gyp:*', |
1380 '../ppapi/ppapi.gyp:*', | 1380 '../ppapi/ppapi.gyp:*', |
1381 '../ppapi/ppapi_internal.gyp:*', | 1381 '../ppapi/ppapi_internal.gyp:*', |
1382 '../printing/printing.gyp:*', | 1382 '../printing/printing.gyp:*', |
1383 '../sdch/sdch.gyp:*', | 1383 '../sdch/sdch.gyp:*', |
1384 '../skia/skia.gyp:*', | 1384 '../skia/skia.gyp:*', |
| 1385 '../sql/sql.gyp:*', |
1385 '../testing/gmock.gyp:*', | 1386 '../testing/gmock.gyp:*', |
1386 '../testing/gtest.gyp:*', | 1387 '../testing/gtest.gyp:*', |
1387 '../third_party/bsdiff/bsdiff.gyp:*', | 1388 '../third_party/bsdiff/bsdiff.gyp:*', |
1388 '../third_party/bspatch/bspatch.gyp:*', | 1389 '../third_party/bspatch/bspatch.gyp:*', |
1389 '../third_party/bzip2/bzip2.gyp:*', | 1390 '../third_party/bzip2/bzip2.gyp:*', |
1390 '../third_party/codesighs/codesighs.gyp:*', | 1391 '../third_party/codesighs/codesighs.gyp:*', |
1391 '../third_party/iccjpeg/iccjpeg.gyp:*', | 1392 '../third_party/iccjpeg/iccjpeg.gyp:*', |
1392 '../third_party/icu/icu.gyp:*', | 1393 '../third_party/icu/icu.gyp:*', |
1393 '../third_party/libpng/libpng.gyp:*', | 1394 '../third_party/libpng/libpng.gyp:*', |
1394 '../third_party/libwebp/libwebp.gyp:*', | 1395 '../third_party/libwebp/libwebp.gyp:*', |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1678 'destination': '<(PRODUCT_DIR)', | 1679 'destination': '<(PRODUCT_DIR)', |
1679 'files': [ | 1680 'files': [ |
1680 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1681 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1681 ], | 1682 ], |
1682 }, | 1683 }, |
1683 ], | 1684 ], |
1684 }], # targets | 1685 }], # targets |
1685 }], # os_posix == 1 and OS != "mac" | 1686 }], # os_posix == 1 and OS != "mac" |
1686 ], # 'conditions' | 1687 ], # 'conditions' |
1687 } | 1688 } |
OLD | NEW |