| 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 4185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4196 }, | 4196 }, |
| 4197 }, # target renderer_sandbox_tests | 4197 }, # target renderer_sandbox_tests |
| 4198 { | 4198 { |
| 4199 # Tests for Mac app launcher. | 4199 # Tests for Mac app launcher. |
| 4200 'target_name': 'app_mode_app_tests', | 4200 'target_name': 'app_mode_app_tests', |
| 4201 'type': 'executable', | 4201 'type': 'executable', |
| 4202 'product_name': 'App Mode Loader Tests', | 4202 'product_name': 'App Mode Loader Tests', |
| 4203 'dependencies': [ | 4203 'dependencies': [ |
| 4204 '../base/base.gyp:test_support_base', | 4204 '../base/base.gyp:test_support_base', |
| 4205 '../testing/gtest.gyp:gtest', | 4205 '../testing/gtest.gyp:gtest', |
| 4206 'chrome.gyp:chrome', # run time dependency |
| 4207 'common_constants', |
| 4206 'app_mode_app_support', | 4208 'app_mode_app_support', |
| 4207 ], | 4209 ], |
| 4208 'sources': [ | 4210 'sources': [ |
| 4211 'common/mac/app_mode_chrome_locator_unittest.mm', |
| 4209 'test/base/app_mode_app_tests.cc', | 4212 'test/base/app_mode_app_tests.cc', |
| 4210 ], | 4213 ], |
| 4211 'include_dirs': [ | 4214 'include_dirs': [ |
| 4212 '..', | 4215 '..', |
| 4213 ], | 4216 ], |
| 4214 'link_settings': { | 4217 'link_settings': { |
| 4215 'libraries': [ | 4218 'libraries': [ |
| 4216 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 4219 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 4217 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 4220 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 4218 ], | 4221 ], |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4644 # Use outputs of this action as inputs for the main target build. | 4647 # Use outputs of this action as inputs for the main target build. |
| 4645 # Seems as a misnomer but makes this happy on Linux (scons). | 4648 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4646 'process_outputs_as_sources': 1, | 4649 'process_outputs_as_sources': 1, |
| 4647 }, | 4650 }, |
| 4648 ], # 'actions' | 4651 ], # 'actions' |
| 4649 }, | 4652 }, |
| 4650 ] | 4653 ] |
| 4651 }], # 'coverage!=0' | 4654 }], # 'coverage!=0' |
| 4652 ], # 'conditions' | 4655 ], # 'conditions' |
| 4653 } | 4656 } |
| OLD | NEW |