OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'version_py': '../../chrome/tools/build/version.py', | 3 'version_py': '../../chrome/tools/build/version.py', |
4 'version_path': '../../chrome/VERSION', | 4 'version_path': '../../chrome/VERSION', |
5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
6 # 'branding_dir' is set in the 'conditions' section at the bottom. | 6 # 'branding_dir' is set in the 'conditions' section at the bottom. |
7 }, | 7 }, |
8 'conditions': [ | 8 'conditions': [ |
9 ['OS=="win"', { | 9 ['OS=="win"', { |
10 'targets': [ | 10 'targets': [ |
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 'revision' : '<!(python ../../build/util/lastchange.py | cut -d "="
-f 2)', | 480 'revision' : '<!(python ../../build/util/lastchange.py | cut -d "="
-f 2)', |
481 'input_files': [ | 481 'input_files': [ |
482 # TODO(mmoss) Any convenient way to get all the relevant build | 482 # TODO(mmoss) Any convenient way to get all the relevant build |
483 # files? (e.g. all locales, resources, etc.) | 483 # files? (e.g. all locales, resources, etc.) |
484 '<(PRODUCT_DIR)/chrome', | 484 '<(PRODUCT_DIR)/chrome', |
485 '<(PRODUCT_DIR)/chrome.pak', | 485 '<(PRODUCT_DIR)/chrome.pak', |
486 '<(PRODUCT_DIR)/chrome_sandbox', | 486 '<(PRODUCT_DIR)/chrome_sandbox', |
487 '<(PRODUCT_DIR)/libffmpegsumo.so', | 487 '<(PRODUCT_DIR)/libffmpegsumo.so', |
488 '<(PRODUCT_DIR)/xdg-settings', | 488 '<(PRODUCT_DIR)/xdg-settings', |
489 '<(PRODUCT_DIR)/locales/en-US.pak', | 489 '<(PRODUCT_DIR)/locales/en-US.pak', |
490 '<(PRODUCT_DIR)/themes/default.pak', | |
491 ], | 490 ], |
492 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], | 491 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], |
493 'deb_build': '<(PRODUCT_DIR)/installer/debian/build.sh', | 492 'deb_build': '<(PRODUCT_DIR)/installer/debian/build.sh', |
494 'rpm_build': '<(PRODUCT_DIR)/installer/rpm/build.sh', | 493 'rpm_build': '<(PRODUCT_DIR)/installer/rpm/build.sh', |
495 'deb_cmd': ['<@(flock_bash)', '<(deb_build)', '-o' '<(PRODUCT_DIR)', | 494 'deb_cmd': ['<@(flock_bash)', '<(deb_build)', '-o' '<(PRODUCT_DIR)', |
496 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], | 495 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], |
497 'rpm_cmd': ['<@(flock_bash)', '<(rpm_build)', '-o' '<(PRODUCT_DIR)', | 496 'rpm_cmd': ['<@(flock_bash)', '<(rpm_build)', '-o' '<(PRODUCT_DIR)', |
498 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], | 497 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], |
499 'conditions': [ | 498 'conditions': [ |
500 ['target_arch=="ia32"', { | 499 ['target_arch=="ia32"', { |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 }, | 626 }, |
628 }], | 627 }], |
629 ], | 628 ], |
630 } | 629 } |
631 | 630 |
632 # Local Variables: | 631 # Local Variables: |
633 # tab-width:2 | 632 # tab-width:2 |
634 # indent-tabs-mode:nil | 633 # indent-tabs-mode:nil |
635 # End: | 634 # End: |
636 # vim: set expandtab tabstop=2 shiftwidth=2: | 635 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |