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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8340028: Salient parts of http://codereview.chromium.org/8392042/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/tools/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3678 matching lines...) Expand 10 before | Expand all | Expand 10 after
3689 { 3689 {
3690 'target_name': 'perf_tests', 3690 'target_name': 'perf_tests',
3691 'type': 'executable', 3691 'type': 'executable',
3692 'dependencies': [ 3692 'dependencies': [
3693 'browser', 3693 'browser',
3694 'common', 3694 'common',
3695 'renderer', 3695 'renderer',
3696 'chrome_resources', 3696 'chrome_resources',
3697 'chrome_strings', 3697 'chrome_strings',
3698 '../content/content.gyp:content_gpu', 3698 '../content/content.gyp:content_gpu',
3699 '../content/content.gyp:test_support_content',
3699 '../base/base.gyp:base', 3700 '../base/base.gyp:base',
3700 '../base/base.gyp:test_support_base', 3701 '../base/base.gyp:test_support_base',
3701 '../base/base.gyp:test_support_perf', 3702 '../base/base.gyp:test_support_perf',
3702 '../skia/skia.gyp:skia', 3703 '../skia/skia.gyp:skia',
3703 '../testing/gtest.gyp:gtest', 3704 '../testing/gtest.gyp:gtest',
3704 '../webkit/support/webkit_support.gyp:glue', 3705 '../webkit/support/webkit_support.gyp:glue',
3705 ], 3706 ],
3706 'sources': [ 3707 'sources': [
3707 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', 3708 'browser/net/sqlite_origin_bound_cert_store_unittest.cc',
3708 'browser/safe_browsing/filter_false_positive_perftest.cc', 3709 'browser/safe_browsing/filter_false_positive_perftest.cc',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
4108 # Use outputs of this action as inputs for the main target build. 4109 # Use outputs of this action as inputs for the main target build.
4109 # Seems as a misnomer but makes this happy on Linux (scons). 4110 # Seems as a misnomer but makes this happy on Linux (scons).
4110 'process_outputs_as_sources': 1, 4111 'process_outputs_as_sources': 1,
4111 }, 4112 },
4112 ], # 'actions' 4113 ], # 'actions'
4113 }, 4114 },
4114 ] 4115 ]
4115 }], # 'coverage!=0' 4116 }], # 'coverage!=0'
4116 ], # 'conditions' 4117 ], # 'conditions'
4117 } 4118 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698