| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| ===================================================================
|
| --- scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py (revision 295908)
|
| +++ scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py (working copy)
|
| @@ -571,7 +571,7 @@
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| + 'TARGET_BITS': 64,
|
| },
|
| 'GYP_DEFINES': { 'component': 'shared_library', 'use_lld': 1 },
|
| 'bot_type': 'builder',
|
| @@ -589,7 +589,7 @@
|
| 'gclient_config': 'chromium',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| + 'TARGET_BITS': 64,
|
| },
|
| 'test_generators': [
|
| steps.generate_gtest,
|
|
|