Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file contains resources for the ui_unittests test bundle. | 5 # This file contains resources for the ui_base_unittests test bundle. |
| 6 # See chrome_dll_bundle.gypi for a description of the techniques here. | 6 # See chrome_dll_bundle.gypi for a description of the techniques here. |
| 7 { | 7 { |
| 8 'product_name': 'ui_unittests Framework', | 8 'product_name': 'ui_unittests Framework', |
|
tfarina
2014/11/23 16:52:39
Nico, Trent, is it fine to change this name in thi
tapted
2014/11/23 22:12:32
So long as the string literal in ui/base/test/run_
tfarina
2014/11/24 17:23:44
Thanks Trent. I will let that for a follow up CL t
| |
| 9 'variables': { | 9 'variables': { |
| 10 # There is no executable in the mock framework, and so nothing to strip. | 10 # There is no executable in the mock framework, and so nothing to strip. |
| 11 'mac_strip': 0, | 11 'mac_strip': 0, |
| 12 }, | 12 }, |
| 13 'mac_bundle': 1, | 13 'mac_bundle': 1, |
| 14 'xcode_settings': { | 14 'xcode_settings': { |
| 15 'CHROMIUM_BUNDLE_ID': 'com.google.ChromiumUITests', | 15 'CHROMIUM_BUNDLE_ID': 'com.google.ChromiumUITests', |
| 16 'DYLIB_COMPATIBILITY_VERSION': '1.0.0', | 16 'DYLIB_COMPATIBILITY_VERSION': '1.0.0', |
| 17 'DYLIB_CURRENT_VERSION': '1.0.0', | 17 'DYLIB_CURRENT_VERSION': '1.0.0', |
| 18 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../Versions/1.0.0.0', | 18 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../Versions/1.0.0.0', |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 46 'postbuild_name': 'Symlink chrome_100_percent for test', | 46 'postbuild_name': 'Symlink chrome_100_percent for test', |
| 47 'action': [ | 47 'action': [ |
| 48 'ln', | 48 'ln', |
| 49 '-fns', | 49 '-fns', |
| 50 'ui_test.pak', | 50 'ui_test.pak', |
| 51 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Versions/A/Resources/chrome_100_p ercent.pak' | 51 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Versions/A/Resources/chrome_100_p ercent.pak' |
| 52 ], | 52 ], |
| 53 }, | 53 }, |
| 54 ], | 54 ], |
| 55 } | 55 } |
| OLD | NEW |