| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 8 # 'branding_dir' is set in the 'conditions' section at the bottom. | 8 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'installer/setup/setup_util_unittest.cc', | 333 'installer/setup/setup_util_unittest.cc', |
| 334 ], | 334 ], |
| 335 }, | 335 }, |
| 336 ], | 336 ], |
| 337 }], | 337 }], |
| 338 ['OS=="linux" and branding=="Chrome"', { | 338 ['OS=="linux" and branding=="Chrome"', { |
| 339 'variables': { | 339 'variables': { |
| 340 # Always google_chrome since this only applies to branding==Chrome. | 340 # Always google_chrome since this only applies to branding==Chrome. |
| 341 'branding_dir': 'app/theme/google_chrome', | 341 'branding_dir': 'app/theme/google_chrome', |
| 342 'version' : '<!(python <(version_py_path) -f <(DEPTH)/chrome/VERSION -t
"@MAJOR@.@MINOR@.@BUILD@.@PATCH@")', | 342 'version' : '<!(python <(version_py_path) -f <(DEPTH)/chrome/VERSION -t
"@MAJOR@.@MINOR@.@BUILD@.@PATCH@")', |
| 343 'revision' : '<!(python <(DEPTH)/build/util/lastchange.py | cut -d "=" -
f 2)', | 343 'revision' : '<!(python <(DEPTH)/build/util/lastchange.py --revision-onl
y)', |
| 344 'packaging_files_common': [ | 344 'packaging_files_common': [ |
| 345 'installer/linux/internal/common/apt.include', | 345 'installer/linux/internal/common/apt.include', |
| 346 'installer/linux/internal/common/default-app.template', | 346 'installer/linux/internal/common/default-app.template', |
| 347 'installer/linux/internal/common/default-app-block.template', | 347 'installer/linux/internal/common/default-app-block.template', |
| 348 'installer/linux/internal/common/desktop.template', | 348 'installer/linux/internal/common/desktop.template', |
| 349 'installer/linux/internal/common/google-chrome/google-chrome.info', | 349 'installer/linux/internal/common/google-chrome/google-chrome.info', |
| 350 'installer/linux/internal/common/installer.include', | 350 'installer/linux/internal/common/installer.include', |
| 351 'installer/linux/internal/common/postinst.include', | 351 'installer/linux/internal/common/postinst.include', |
| 352 'installer/linux/internal/common/prerm.include', | 352 'installer/linux/internal/common/prerm.include', |
| 353 'installer/linux/internal/common/repo.cron', | 353 'installer/linux/internal/common/repo.cron', |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 }, | 883 }, |
| 884 }], | 884 }], |
| 885 ], | 885 ], |
| 886 } | 886 } |
| 887 | 887 |
| 888 # Local Variables: | 888 # Local Variables: |
| 889 # tab-width:2 | 889 # tab-width:2 |
| 890 # indent-tabs-mode:nil | 890 # indent-tabs-mode:nil |
| 891 # End: | 891 # End: |
| 892 # vim: set expandtab tabstop=2 shiftwidth=2: | 892 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |