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

Side by Side Diff: chrome/test/gpu/gpu_feature_browsertest.cc

Issue 16753002: Use a direct include of strings headers in chrome/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/chromedriver/window_commands.cc ('k') | chrome/test/gpu/gpu_pixel_browsertest.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 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/file_util.h" 6 #include "base/file_util.h"
7 #include "base/memory/scoped_ptr.h" 7 #include "base/memory/scoped_ptr.h"
8 #include "base/path_service.h" 8 #include "base/path_service.h"
9 #include "base/stringprintf.h" 9 #include "base/strings/stringprintf.h"
10 #include "base/test/trace_event_analyzer.h" 10 #include "base/test/trace_event_analyzer.h"
11 #include "base/version.h" 11 #include "base/version.h"
12 #include "chrome/browser/ui/browser.h" 12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/browser_window.h" 13 #include "chrome/browser/ui/browser_window.h"
14 #include "chrome/common/chrome_paths.h" 14 #include "chrome/common/chrome_paths.h"
15 #include "chrome/common/chrome_switches.h" 15 #include "chrome/common/chrome_switches.h"
16 #include "chrome/test/base/in_process_browser_test.h" 16 #include "chrome/test/base/in_process_browser_test.h"
17 #include "chrome/test/base/test_launcher_utils.h" 17 #include "chrome/test/base/test_launcher_utils.h"
18 #include "chrome/test/base/tracing.h" 18 #include "chrome/test/base/tracing.h"
19 #include "chrome/test/base/ui_test_utils.h" 19 #include "chrome/test/base/ui_test_utils.h"
20 #include "content/public/browser/gpu_data_manager.h" 20 #include "content/public/browser/gpu_data_manager.h"
21 #include "content/public/common/content_switches.h" 21 #include "content/public/common/content_switches.h"
22 #include "content/public/test/browser_test_utils.h" 22 #include "content/public/test/browser_test_utils.h"
23 #include "gpu/config/gpu_feature_type.h" 23 #include "gpu/config/gpu_feature_type.h"
24 #include "gpu/config/gpu_info.h" 24 #include "gpu/config/gpu_info.h"
25 #include "gpu/config/gpu_test_config.h" 25 #include "gpu/config/gpu_test_config.h"
26 #include "net/base/net_util.h" 26 #include "net/base/net_util.h"
27 #include "ui/compositor/compositor_setup.h"
27 #include "ui/gl/gl_switches.h" 28 #include "ui/gl/gl_switches.h"
28 #include "ui/compositor/compositor_setup.h"
29 #if defined(OS_MACOSX) 29 #if defined(OS_MACOSX)
30 #include "ui/surface/io_surface_support_mac.h" 30 #include "ui/surface/io_surface_support_mac.h"
31 #endif 31 #endif
32 32
33 #if defined(OS_WIN) 33 #if defined(OS_WIN)
34 #include "base/win/windows_version.h" 34 #include "base/win/windows_version.h"
35 #endif 35 #endif
36 36
37 using content::GpuDataManager; 37 using content::GpuDataManager;
38 using gpu::GpuFeatureType; 38 using gpu::GpuFeatureType;
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 base::StringPrintf( 551 base::StringPrintf(
552 "%d (resize offset %d): IOSurface width %d -> %d; Creates %d " 552 "%d (resize offset %d): IOSurface width %d -> %d; Creates %d "
553 "Expected %d", offset_i, offsets[offset_i], 553 "Expected %d", offset_i, offsets[offset_i],
554 old_width, new_width, num_creates, expected_creates); 554 old_width, new_width, num_creates, expected_creates);
555 } 555 }
556 } 556 }
557 } 557 }
558 #endif 558 #endif
559 559
560 } // namespace anonymous 560 } // namespace anonymous
OLDNEW
« no previous file with comments | « chrome/test/chromedriver/window_commands.cc ('k') | chrome/test/gpu/gpu_pixel_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698