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