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

Side by Side Diff: chrome/chrome.gyp

Issue 6490024: New installation validator machinery to check the machine state.... (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | chrome/chrome_installer.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 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 },], # OS=="linux" 1611 },], # OS=="linux"
1612 ['OS=="win"', 1612 ['OS=="win"',
1613 { 'targets': [ 1613 { 'targets': [
1614 { 1614 {
1615 # TODO(sgk): remove this when we change the buildbots to 1615 # TODO(sgk): remove this when we change the buildbots to
1616 # use the generated build\all.sln file to build the world. 1616 # use the generated build\all.sln file to build the world.
1617 'target_name': 'pull_in_all', 1617 'target_name': 'pull_in_all',
1618 'type': 'none', 1618 'type': 'none',
1619 'dependencies': [ 1619 'dependencies': [
1620 'installer/mini_installer.gyp:*', 1620 'installer/mini_installer.gyp:*',
1621 'installer/installer_tools.gyp:*',
1621 'installer/upgrade_test.gyp:*', 1622 'installer/upgrade_test.gyp:*',
1622 '../app/app.gyp:*', 1623 '../app/app.gyp:*',
1623 '../base/base.gyp:*', 1624 '../base/base.gyp:*',
1624 '../chrome_frame/chrome_frame.gyp:*', 1625 '../chrome_frame/chrome_frame.gyp:*',
1625 '../ui/gfx/gfx.gyp:*', 1626 '../ui/gfx/gfx.gyp:*',
1626 '../ipc/ipc.gyp:*', 1627 '../ipc/ipc.gyp:*',
1627 '../media/media.gyp:*', 1628 '../media/media.gyp:*',
1628 '../net/net.gyp:*', 1629 '../net/net.gyp:*',
1629 '../ppapi/ppapi.gyp:*', 1630 '../ppapi/ppapi.gyp:*',
1630 '../printing/printing.gyp:*', 1631 '../printing/printing.gyp:*',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 }], # targets 1923 }], # targets
1923 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1924 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1924 ], # 'conditions' 1925 ], # 'conditions'
1925 } 1926 }
1926 1927
1927 # Local Variables: 1928 # Local Variables:
1928 # tab-width:2 1929 # tab-width:2
1929 # indent-tabs-mode:nil 1930 # indent-tabs-mode:nil
1930 # End: 1931 # End:
1931 # vim: set expandtab tabstop=2 shiftwidth=2: 1932 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698