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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 23509002: Factor out a perf test result printer method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win and mac builds Created 7 years, 3 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
« no previous file with comments | « chrome/test/perf/tab_switching_test.cc ('k') | testing/perf/perf_test.h » ('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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 '../chrome/chrome.gyp:debugger', 219 '../chrome/chrome.gyp:debugger',
220 '../chrome/chrome.gyp:renderer', 220 '../chrome/chrome.gyp:renderer',
221 '../chrome/chrome.gyp:test_support_common', 221 '../chrome/chrome.gyp:test_support_common',
222 '../chrome/chrome.gyp:utility', 222 '../chrome/chrome.gyp:utility',
223 '../chrome/installer/upgrade_test.gyp:alternate_version_generator_lib', 223 '../chrome/installer/upgrade_test.gyp:alternate_version_generator_lib',
224 '../content/content.gyp:content_gpu', 224 '../content/content.gyp:content_gpu',
225 '../net/net.gyp:net', 225 '../net/net.gyp:net',
226 '../net/net.gyp:net_test_support', 226 '../net/net.gyp:net_test_support',
227 '../testing/gmock.gyp:gmock', 227 '../testing/gmock.gyp:gmock',
228 '../testing/gtest.gyp:gtest', 228 '../testing/gtest.gyp:gtest',
229 '../testing/perf/perf_test.gyp:*',
grt (UTC plus 2) 2013/08/28 15:04:05 i think you need this on the chrome_frame_perftest
tonyg 2013/08/28 16:11:46 Good catch. Fixed.
229 '../third_party/iaccessible2/iaccessible2.gyp:IAccessible2Proxy', 230 '../third_party/iaccessible2/iaccessible2.gyp:IAccessible2Proxy',
230 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 231 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
231 '../third_party/libxslt/libxslt.gyp:libxslt', 232 '../third_party/libxslt/libxslt.gyp:libxslt',
232 '../url/url.gyp:url_lib', 233 '../url/url.gyp:url_lib',
233 'chrome_frame_ie', 234 'chrome_frame_ie',
234 'chrome_frame_strings', 235 'chrome_frame_strings',
235 'chrome_frame_utils', 236 'chrome_frame_utils',
236 'chrome_tab_idl', 237 'chrome_tab_idl',
237 'locales/locales.gyp:*', 238 'locales/locales.gyp:*',
238 'npchrome_frame', 239 'npchrome_frame',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 # Use outputs of this action as inputs for the main target build. 1093 # Use outputs of this action as inputs for the main target build.
1093 # Seems as a misnomer but makes this happy on Linux (scons). 1094 # Seems as a misnomer but makes this happy on Linux (scons).
1094 'process_outputs_as_sources': 1, 1095 'process_outputs_as_sources': 1,
1095 }, 1096 },
1096 ], 1097 ],
1097 }, 1098 },
1098 ], 1099 ],
1099 }, ], # 'coverage!=0' 1100 }, ], # 'coverage!=0'
1100 ], # 'conditions' 1101 ], # 'conditions'
1101 } 1102 }
OLDNEW
« no previous file with comments | « chrome/test/perf/tab_switching_test.cc ('k') | testing/perf/perf_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698