Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9416012: Mac: Generate App Mode Loader bundle + cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp dependencies Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 4203 matching lines...) Expand 10 before | Expand all | Expand 10 after
4214 'link_settings': { 4214 'link_settings': {
4215 'libraries': [ 4215 'libraries': [
4216 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 4216 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
4217 ], 4217 ],
4218 }, 4218 },
4219 }, # target renderer_sandbox_tests 4219 }, # target renderer_sandbox_tests
4220 { 4220 {
4221 # Tests for Mac app launcher. 4221 # Tests for Mac app launcher.
4222 'target_name': 'app_mode_app_tests', 4222 'target_name': 'app_mode_app_tests',
4223 'type': 'executable', 4223 'type': 'executable',
4224 'product_name': 'App Mode Loader Tests', 4224 'product_name': 'app_mode_app_tests',
4225 'dependencies': [ 4225 'dependencies': [
4226 '../base/base.gyp:test_support_base', 4226 '../base/base.gyp:test_support_base',
4227 '../testing/gtest.gyp:gtest', 4227 '../testing/gtest.gyp:gtest',
4228 'chrome.gyp:chrome', # run time dependency 4228 'chrome.gyp:chrome', # run time dependency
4229 'common_constants', 4229 'common_constants',
4230 'app_mode_app_support', 4230 'app_mode_app_support',
4231 ], 4231 ],
4232 'sources': [ 4232 'sources': [
4233 'common/mac/app_mode_chrome_locator_unittest.mm', 4233 'common/mac/app_mode_chrome_locator_unittest.mm',
4234 'test/base/app_mode_app_tests.cc', 4234 'test/base/app_mode_app_tests.cc',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
4669 # Use outputs of this action as inputs for the main target build. 4669 # Use outputs of this action as inputs for the main target build.
4670 # Seems as a misnomer but makes this happy on Linux (scons). 4670 # Seems as a misnomer but makes this happy on Linux (scons).
4671 'process_outputs_as_sources': 1, 4671 'process_outputs_as_sources': 1,
4672 }, 4672 },
4673 ], # 'actions' 4673 ], # 'actions'
4674 }, 4674 },
4675 ] 4675 ]
4676 }], # 'coverage!=0' 4676 }], # 'coverage!=0'
4677 ], # 'conditions' 4677 ], # 'conditions'
4678 } 4678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698