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

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: Fix mac compile 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') | chrome_frame/test/perf/chrome_frame_perftest.cc » ('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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 '../chrome/chrome.gyp:browser', 331 '../chrome/chrome.gyp:browser',
332 '../chrome/chrome.gyp:common', 332 '../chrome/chrome.gyp:common',
333 '../chrome/chrome.gyp:debugger', 333 '../chrome/chrome.gyp:debugger',
334 '../chrome/chrome.gyp:image_pre_reader', 334 '../chrome/chrome.gyp:image_pre_reader',
335 '../chrome/chrome.gyp:test_support_common', 335 '../chrome/chrome.gyp:test_support_common',
336 '../chrome/chrome.gyp:test_support_ui', 336 '../chrome/chrome.gyp:test_support_ui',
337 '../chrome/chrome.gyp:utility', 337 '../chrome/chrome.gyp:utility',
338 '../content/content.gyp:content_gpu', 338 '../content/content.gyp:content_gpu',
339 '../testing/gmock.gyp:gmock', 339 '../testing/gmock.gyp:gmock',
340 '../testing/gtest.gyp:gtest', 340 '../testing/gtest.gyp:gtest',
341 '../testing/perf/perf_test.gyp:*',
341 '../third_party/libxml/libxml.gyp:libxml', 342 '../third_party/libxml/libxml.gyp:libxml',
342 '../third_party/libxslt/libxslt.gyp:libxslt', 343 '../third_party/libxslt/libxslt.gyp:libxslt',
343 '../url/url.gyp:url_lib', 344 '../url/url.gyp:url_lib',
344 'chrome_frame_ie', 345 'chrome_frame_ie',
345 'chrome_frame_strings', 346 'chrome_frame_strings',
346 'chrome_frame_utils', 347 'chrome_frame_utils',
347 'chrome_tab_idl', 348 'chrome_tab_idl',
348 'locales/locales.gyp:*', 349 'locales/locales.gyp:*',
349 'npchrome_frame', 350 'npchrome_frame',
350 ], 351 ],
(...skipping 741 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') | chrome_frame/test/perf/chrome_frame_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698