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

Side by Side Diff: blimp/client/app/blimp_startup.cc

Issue 1636163002: Restructure contents of blimp/client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « blimp/client/app/blimp_startup.h ('k') | blimp/client/app/linux/blimp_client_session_linux.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "blimp/client/blimp_startup.h" 5 #include "blimp/client/app/blimp_startup.h"
6 6
7 #include "base/files/file_path.h" 7 #include "base/files/file_path.h"
8 #include "base/lazy_instance.h" 8 #include "base/lazy_instance.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop.h"
11 #include "base/path_service.h" 11 #include "base/path_service.h"
12 #include "third_party/skia/include/core/SkGraphics.h" 12 #include "third_party/skia/include/core/SkGraphics.h"
13 #include "ui/gl/gl_surface.h" 13 #include "ui/gl/gl_surface.h"
14 14
15 namespace { 15 namespace {
(...skipping 30 matching lines...) Expand all
46 46
47 if (!gfx::GLSurface::InitializeOneOff()) 47 if (!gfx::GLSurface::InitializeOneOff())
48 return false; 48 return false;
49 SkGraphics::Init(); 49 SkGraphics::Init();
50 g_main_message_loop.Get().reset(new base::MessageLoopForUI); 50 g_main_message_loop.Get().reset(new base::MessageLoopForUI);
51 return true; 51 return true;
52 } 52 }
53 53
54 } // namespace client 54 } // namespace client
55 } // namespace blimp 55 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/client/app/blimp_startup.h ('k') | blimp/client/app/linux/blimp_client_session_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698