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

Side by Side Diff: gpu/gles2_conform_support/native/main.cc

Issue 19607005: Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/,… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 #include "base/at_exit.h" 5 #include "base/at_exit.h"
6 #include "base/message_loop.h"
7 #include "base/command_line.h" 6 #include "base/command_line.h"
7 #include "base/message_loop/message_loop.h"
8 #if defined(OS_MACOSX) 8 #if defined(OS_MACOSX)
9 #include "base/mac/scoped_nsautorelease_pool.h" 9 #include "base/mac/scoped_nsautorelease_pool.h"
10 #endif 10 #endif
11 #include "ui/gl/gl_surface.h" 11 #include "ui/gl/gl_surface.h"
12 12
13 #if defined(TOOLKIT_GTK) 13 #if defined(TOOLKIT_GTK)
14 #include "ui/gfx/gtk_util.h" 14 #include "ui/gfx/gtk_util.h"
15 #endif 15 #endif
16 16
17 extern "C" { 17 extern "C" {
(...skipping 14 matching lines...) Expand all
32 #endif 32 #endif
33 #if defined(TOOLKIT_GTK) 33 #if defined(TOOLKIT_GTK)
34 gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess()); 34 gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
35 #endif 35 #endif
36 36
37 GTFMain(argc, argv); 37 GTFMain(argc, argv);
38 38
39 return 0; 39 return 0;
40 } 40 }
41 41
OLDNEW
« no previous file with comments | « gpu/config/gpu_info_collector_x11.cc ('k') | gpu/tools/compositor_model_bench/compositor_model_bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698