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

Side by Side Diff: chrome/chrome.gyp

Issue 5236002: Add infrastructure enabling tests of installer upgrade scenarios.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
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 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 },], # OS=="linux" 1618 },], # OS=="linux"
1619 ['OS=="win"', 1619 ['OS=="win"',
1620 { 'targets': [ 1620 { 'targets': [
1621 { 1621 {
1622 # TODO(sgk): remove this when we change the buildbots to 1622 # TODO(sgk): remove this when we change the buildbots to
1623 # use the generated build\all.sln file to build the world. 1623 # use the generated build\all.sln file to build the world.
1624 'target_name': 'pull_in_all', 1624 'target_name': 'pull_in_all',
1625 'type': 'none', 1625 'type': 'none',
1626 'dependencies': [ 1626 'dependencies': [
1627 'installer/mini_installer.gyp:*', 1627 'installer/mini_installer.gyp:*',
1628 'installer/upgrade_test.gyp:*',
1628 '../app/app.gyp:*', 1629 '../app/app.gyp:*',
1629 '../base/base.gyp:*', 1630 '../base/base.gyp:*',
1630 '../ceee/ceee.gyp:*', 1631 '../ceee/ceee.gyp:*',
1631 '../chrome_frame/chrome_frame.gyp:*', 1632 '../chrome_frame/chrome_frame.gyp:*',
1632 '../gfx/gfx.gyp:*', 1633 '../gfx/gfx.gyp:*',
1633 '../ipc/ipc.gyp:*', 1634 '../ipc/ipc.gyp:*',
1634 '../media/media.gyp:*', 1635 '../media/media.gyp:*',
1635 '../net/net.gyp:*', 1636 '../net/net.gyp:*',
1636 '../ppapi/ppapi.gyp:*', 1637 '../ppapi/ppapi.gyp:*',
1637 '../printing/printing.gyp:*', 1638 '../printing/printing.gyp:*',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 }], # targets 1926 }], # targets
1926 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1927 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1927 ], # 'conditions' 1928 ], # 'conditions'
1928 } 1929 }
1929 1930
1930 # Local Variables: 1931 # Local Variables:
1931 # tab-width:2 1932 # tab-width:2
1932 # indent-tabs-mode:nil 1933 # indent-tabs-mode:nil
1933 # End: 1934 # End:
1934 # vim: set expandtab tabstop=2 shiftwidth=2: 1935 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698