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

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

Powered by Google App Engine
This is Rietveld 408576698