| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 4554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4565 }], # 'coverage!=0' | 4565 }], # 'coverage!=0' |
| 4566 # Special target to wrap a gtest_target_type==shared_library | 4566 # Special target to wrap a gtest_target_type==shared_library |
| 4567 # unit_tests into an android apk for execution. | 4567 # unit_tests into an android apk for execution. |
| 4568 ['OS == "android" and gtest_target_type == "shared_library"', { | 4568 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 4569 'targets': [ | 4569 'targets': [ |
| 4570 { | 4570 { |
| 4571 'target_name': 'unit_tests_apk', | 4571 'target_name': 'unit_tests_apk', |
| 4572 'type': 'none', | 4572 'type': 'none', |
| 4573 'dependencies': [ | 4573 'dependencies': [ |
| 4574 '../base/base.gyp:base_java', | 4574 '../base/base.gyp:base_java', |
| 4575 'chrome_java', |
| 4575 'unit_tests', | 4576 'unit_tests', |
| 4576 ], | 4577 ], |
| 4577 'variables': { | 4578 'variables': { |
| 4578 'test_suite_name': 'unit_tests', | 4579 'test_suite_name': 'unit_tests', |
| 4579 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test
s<(SHARED_LIB_SUFFIX)', | 4580 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test
s<(SHARED_LIB_SUFFIX)', |
| 4580 'input_jars_paths': [ | 4581 'input_jars_paths': [ |
| 4581 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4582 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| 4582 ], | 4583 ], |
| 4583 }, | 4584 }, |
| 4584 'includes': [ '../build/apk_test.gypi' ], | 4585 'includes': [ '../build/apk_test.gypi' ], |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4646 '--result', '<@(_outputs)', | 4647 '--result', '<@(_outputs)', |
| 4647 '--isolate', 'browser_tests.isolate', | 4648 '--isolate', 'browser_tests.isolate', |
| 4648 ], | 4649 ], |
| 4649 }, | 4650 }, |
| 4650 ], | 4651 ], |
| 4651 }, | 4652 }, |
| 4652 ], | 4653 ], |
| 4653 }], | 4654 }], |
| 4654 ], # 'conditions' | 4655 ], # 'conditions' |
| 4655 } | 4656 } |
| OLD | NEW |