| 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 4224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4235 'link_settings': { | 4235 'link_settings': { |
| 4236 'libraries': [ | 4236 'libraries': [ |
| 4237 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 4237 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 4238 ], | 4238 ], |
| 4239 }, | 4239 }, |
| 4240 }, # target renderer_sandbox_tests | 4240 }, # target renderer_sandbox_tests |
| 4241 { | 4241 { |
| 4242 # Tests for Mac app launcher. | 4242 # Tests for Mac app launcher. |
| 4243 'target_name': 'app_mode_app_tests', | 4243 'target_name': 'app_mode_app_tests', |
| 4244 'type': 'executable', | 4244 'type': 'executable', |
| 4245 'product_name': 'App Mode Loader Tests', | 4245 'product_name': 'app_mode_app_tests', |
| 4246 'dependencies': [ | 4246 'dependencies': [ |
| 4247 '../base/base.gyp:test_support_base', | 4247 '../base/base.gyp:test_support_base', |
| 4248 '../testing/gtest.gyp:gtest', | 4248 '../testing/gtest.gyp:gtest', |
| 4249 'chrome.gyp:chrome', # run time dependency | 4249 'chrome.gyp:chrome', # run time dependency |
| 4250 'common_constants', | 4250 'common_constants', |
| 4251 'app_mode_app_support', | 4251 'app_mode_app_support', |
| 4252 ], | 4252 ], |
| 4253 'sources': [ | 4253 'sources': [ |
| 4254 'common/mac/app_mode_chrome_locator_unittest.mm', | 4254 'common/mac/app_mode_chrome_locator_unittest.mm', |
| 4255 'test/base/app_mode_app_tests.cc', | 4255 'test/base/app_mode_app_tests.cc', |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4690 # Use outputs of this action as inputs for the main target build. | 4690 # Use outputs of this action as inputs for the main target build. |
| 4691 # Seems as a misnomer but makes this happy on Linux (scons). | 4691 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4692 'process_outputs_as_sources': 1, | 4692 'process_outputs_as_sources': 1, |
| 4693 }, | 4693 }, |
| 4694 ], # 'actions' | 4694 ], # 'actions' |
| 4695 }, | 4695 }, |
| 4696 ] | 4696 ] |
| 4697 }], # 'coverage!=0' | 4697 }], # 'coverage!=0' |
| 4698 ], # 'conditions' | 4698 ], # 'conditions' |
| 4699 } | 4699 } |
| OLD | NEW |