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

Side by Side Diff: blimp/engine/browser_tests/blimp_browser_test.cc

Issue 2376573002: Cleanup blimp/client/core code organization. (Closed)
Patch Set: merged origin/master Created 4 years, 2 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/engine/BUILD.gn ('k') | blimp/engine/browser_tests/navigation_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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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/engine/browser_tests/blimp_browser_test.h" 5 #include "blimp/engine/browser_tests/blimp_browser_test.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/base_switches.h" 9 #include "base/base_switches.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/memory/ptr_util.h" 12 #include "base/memory/ptr_util.h"
13 #include "base/message_loop/message_loop.h" 13 #include "base/message_loop/message_loop.h"
14 #include "base/path_service.h" 14 #include "base/path_service.h"
15 #include "base/run_loop.h" 15 #include "base/run_loop.h"
16 #include "blimp/client/core/blimp_client_switches.h"
17 #include "blimp/client/core/session/assignment_source.h" 16 #include "blimp/client/core/session/assignment_source.h"
17 #include "blimp/client/core/switches/blimp_client_switches.h"
18 #include "blimp/common/switches.h" 18 #include "blimp/common/switches.h"
19 #include "blimp/engine/app/blimp_browser_main_parts.h" 19 #include "blimp/engine/app/blimp_browser_main_parts.h"
20 #include "blimp/engine/app/blimp_content_browser_client.h" 20 #include "blimp/engine/app/blimp_content_browser_client.h"
21 #include "blimp/engine/app/blimp_engine_config.h" 21 #include "blimp/engine/app/blimp_engine_config.h"
22 #include "blimp/engine/app/switches.h" 22 #include "blimp/engine/app/switches.h"
23 #include "blimp/engine/app/test_content_main_delegate.h" 23 #include "blimp/engine/app/test_content_main_delegate.h"
24 #include "blimp/engine/session/blimp_engine_session.h" 24 #include "blimp/engine/session/blimp_engine_session.h"
25 #include "content/public/browser/browser_thread.h" 25 #include "content/public/browser/browser_thread.h"
26 #include "content/public/browser/render_process_host.h" 26 #include "content/public/browser/render_process_host.h"
27 #include "content/public/common/url_constants.h" 27 #include "content/public/common/url_constants.h"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 i.GetCurrentValue()->FastShutdownIfPossible(); 125 i.GetCurrentValue()->FastShutdownIfPossible();
126 } 126 }
127 } 127 }
128 128
129 void BlimpBrowserTest::OnGetEnginePortCompletion(uint16_t port) { 129 void BlimpBrowserTest::OnGetEnginePortCompletion(uint16_t port) {
130 engine_port_ = port; 130 engine_port_ = port;
131 SignalCompletion(); 131 SignalCompletion();
132 } 132 }
133 133
134 } // namespace blimp 134 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/browser_tests/navigation_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698