| 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 4207 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  4218           'link_settings': { |  4218           'link_settings': { | 
|  4219             'libraries': [ |  4219             'libraries': [ | 
|  4220               '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |  4220               '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 
|  4221             ], |  4221             ], | 
|  4222           }, |  4222           }, | 
|  4223         },  # target renderer_sandbox_tests |  4223         },  # target renderer_sandbox_tests | 
|  4224         { |  4224         { | 
|  4225           # Tests for Mac app launcher. |  4225           # Tests for Mac app launcher. | 
|  4226           'target_name': 'app_mode_app_tests', |  4226           'target_name': 'app_mode_app_tests', | 
|  4227           'type': 'executable', |  4227           'type': 'executable', | 
|  4228           'product_name': 'App Mode Loader Tests', |  4228           'product_name': 'app_mode_app_tests', | 
|  4229           'dependencies': [ |  4229           'dependencies': [ | 
|  4230             '../base/base.gyp:test_support_base', |  4230             '../base/base.gyp:test_support_base', | 
|  4231             '../testing/gtest.gyp:gtest', |  4231             '../testing/gtest.gyp:gtest', | 
|  4232             'chrome.gyp:chrome',  # run time dependency |  4232             'chrome.gyp:chrome',  # run time dependency | 
|  4233             'common_constants', |  4233             'common_constants', | 
|  4234             'app_mode_app_support', |  4234             'app_mode_app_support', | 
|  4235           ], |  4235           ], | 
|  4236           'sources': [ |  4236           'sources': [ | 
|  4237             'common/mac/app_mode_chrome_locator_unittest.mm', |  4237             'common/mac/app_mode_chrome_locator_unittest.mm', | 
|  4238             'test/base/app_mode_app_tests.cc', |  4238             'test/base/app_mode_app_tests.cc', | 
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  4673               # Use outputs of this action as inputs for the main target build. |  4673               # Use outputs of this action as inputs for the main target build. | 
|  4674               # Seems as a misnomer but makes this happy on Linux (scons). |  4674               # Seems as a misnomer but makes this happy on Linux (scons). | 
|  4675               'process_outputs_as_sources': 1, |  4675               'process_outputs_as_sources': 1, | 
|  4676             }, |  4676             }, | 
|  4677           ],  # 'actions' |  4677           ],  # 'actions' | 
|  4678         }, |  4678         }, | 
|  4679       ] |  4679       ] | 
|  4680     }],  # 'coverage!=0' |  4680     }],  # 'coverage!=0' | 
|  4681   ],  # 'conditions' |  4681   ],  # 'conditions' | 
|  4682 } |  4682 } | 
| OLD | NEW |