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

Side by Side Diff: chrome/chrome.gyp

Issue 6537015: Start moving core pieces of Chrome multi-process code to src\content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/tabs/base_tab.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 # use the generated build\all.sln file to build the world. 1617 # use the generated build\all.sln file to build the world.
1618 'target_name': 'pull_in_all', 1618 'target_name': 'pull_in_all',
1619 'type': 'none', 1619 'type': 'none',
1620 'dependencies': [ 1620 'dependencies': [
1621 'installer/mini_installer.gyp:*', 1621 'installer/mini_installer.gyp:*',
1622 'installer/installer_tools.gyp:*', 1622 'installer/installer_tools.gyp:*',
1623 'installer/upgrade_test.gyp:*', 1623 'installer/upgrade_test.gyp:*',
1624 '../app/app.gyp:*', 1624 '../app/app.gyp:*',
1625 '../base/base.gyp:*', 1625 '../base/base.gyp:*',
1626 '../chrome_frame/chrome_frame.gyp:*', 1626 '../chrome_frame/chrome_frame.gyp:*',
1627 '../ui/gfx/gfx.gyp:*', 1627 '../content/content.gyp:*',
1628 '../ipc/ipc.gyp:*', 1628 '../ipc/ipc.gyp:*',
1629 '../media/media.gyp:*', 1629 '../media/media.gyp:*',
1630 '../net/net.gyp:*', 1630 '../net/net.gyp:*',
1631 '../ppapi/ppapi.gyp:*', 1631 '../ppapi/ppapi.gyp:*',
1632 '../printing/printing.gyp:*', 1632 '../printing/printing.gyp:*',
1633 '../sdch/sdch.gyp:*', 1633 '../sdch/sdch.gyp:*',
1634 '../skia/skia.gyp:*', 1634 '../skia/skia.gyp:*',
1635 '../testing/gmock.gyp:*', 1635 '../testing/gmock.gyp:*',
1636 '../testing/gtest.gyp:*', 1636 '../testing/gtest.gyp:*',
1637 '../third_party/bsdiff/bsdiff.gyp:*', 1637 '../third_party/bsdiff/bsdiff.gyp:*',
1638 '../third_party/bspatch/bspatch.gyp:*', 1638 '../third_party/bspatch/bspatch.gyp:*',
1639 '../third_party/bzip2/bzip2.gyp:*', 1639 '../third_party/bzip2/bzip2.gyp:*',
1640 '../third_party/codesighs/codesighs.gyp:*', 1640 '../third_party/codesighs/codesighs.gyp:*',
1641 '../third_party/iccjpeg/iccjpeg.gyp:*', 1641 '../third_party/iccjpeg/iccjpeg.gyp:*',
1642 '../third_party/icu/icu.gyp:*', 1642 '../third_party/icu/icu.gyp:*',
1643 '../third_party/libpng/libpng.gyp:*', 1643 '../third_party/libpng/libpng.gyp:*',
1644 '../third_party/libwebp/libwebp.gyp:*', 1644 '../third_party/libwebp/libwebp.gyp:*',
1645 '../third_party/libxslt/libxslt.gyp:*', 1645 '../third_party/libxslt/libxslt.gyp:*',
1646 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 1646 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
1647 '../third_party/modp_b64/modp_b64.gyp:*', 1647 '../third_party/modp_b64/modp_b64.gyp:*',
1648 '../third_party/npapi/npapi.gyp:*', 1648 '../third_party/npapi/npapi.gyp:*',
1649 '../third_party/qcms/qcms.gyp:*', 1649 '../third_party/qcms/qcms.gyp:*',
1650 '../third_party/sqlite/sqlite.gyp:*', 1650 '../third_party/sqlite/sqlite.gyp:*',
1651 '../third_party/zlib/zlib.gyp:*', 1651 '../third_party/zlib/zlib.gyp:*',
1652 '../ui/gfx/gfx.gyp:*',
1652 '../webkit/support/webkit_support.gyp:*', 1653 '../webkit/support/webkit_support.gyp:*',
1653 '../webkit/webkit.gyp:*', 1654 '../webkit/webkit.gyp:*',
1654 1655
1655 '../build/temp_gyp/googleurl.gyp:*', 1656 '../build/temp_gyp/googleurl.gyp:*',
1656 1657
1657 '../breakpad/breakpad.gyp:*', 1658 '../breakpad/breakpad.gyp:*',
1658 '../courgette/courgette.gyp:*', 1659 '../courgette/courgette.gyp:*',
1659 '../gears/gears.gyp:*', 1660 '../gears/gears.gyp:*',
1660 '../rlz/rlz.gyp:*', 1661 '../rlz/rlz.gyp:*',
1661 '../sandbox/sandbox.gyp:*', 1662 '../sandbox/sandbox.gyp:*',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 }], # targets 1925 }], # targets
1925 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1926 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1926 ], # 'conditions' 1927 ], # 'conditions'
1927 } 1928 }
1928 1929
1929 # Local Variables: 1930 # Local Variables:
1930 # tab-width:2 1931 # tab-width:2
1931 # indent-tabs-mode:nil 1932 # indent-tabs-mode:nil
1932 # End: 1933 # End:
1933 # vim: set expandtab tabstop=2 shiftwidth=2: 1934 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/base_tab.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698