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

Side by Side Diff: chrome/nacl/nacl_main.cc

Issue 6685027: Move some message files and hi_res_timer_manager to content, in preparation f... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/common/mime_registry_messages.h ('k') | chrome/plugin/plugin_main.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 "build/build_config.h" 5 #include "build/build_config.h"
6 6
7 #if defined(OS_WIN) 7 #if defined(OS_WIN)
8 #include <windows.h> 8 #include <windows.h>
9 #endif 9 #endif
10 10
11 #include "base/command_line.h" 11 #include "base/command_line.h"
12 #include "base/message_loop.h" 12 #include "base/message_loop.h"
13 #include "base/string_util.h" 13 #include "base/string_util.h"
14 #include "chrome/common/chrome_constants.h" 14 #include "chrome/common/chrome_constants.h"
15 #include "chrome/common/chrome_switches.h" 15 #include "chrome/common/chrome_switches.h"
16 #include "chrome/common/hi_res_timer_manager.h"
17 #include "chrome/common/logging_chrome.h" 16 #include "chrome/common/logging_chrome.h"
18 #include "chrome/common/result_codes.h" 17 #include "chrome/common/result_codes.h"
19 #include "chrome/common/sandbox_policy.h" 18 #include "chrome/common/sandbox_policy.h"
20 #include "chrome/nacl/nacl_main_platform_delegate.h" 19 #include "chrome/nacl/nacl_main_platform_delegate.h"
21 #include "chrome/nacl/nacl_thread.h" 20 #include "chrome/nacl/nacl_thread.h"
22 #include "content/common/child_process.h" 21 #include "content/common/child_process.h"
22 #include "content/common/hi_res_timer_manager.h"
23 #include "content/common/main_function_params.h" 23 #include "content/common/main_function_params.h"
24 #include "ui/base/system_monitor/system_monitor.h" 24 #include "ui/base/system_monitor/system_monitor.h"
25 25
26 #if defined(OS_WIN) 26 #if defined(OS_WIN)
27 #include "chrome/nacl/broker_thread.h" 27 #include "chrome/nacl/broker_thread.h"
28 #include "chrome/test/injection_test_dll.h" 28 #include "chrome/test/injection_test_dll.h"
29 #include "sandbox/src/sandbox.h" 29 #include "sandbox/src/sandbox.h"
30 #endif 30 #endif
31 31
32 #ifdef _WIN64 32 #ifdef _WIN64
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 // require waiting for a timeout. 129 // require waiting for a timeout.
130 VLOG(1) << "Sandbox test failed: Not launching NaCl process"; 130 VLOG(1) << "Sandbox test failed: Not launching NaCl process";
131 } 131 }
132 #else 132 #else
133 NOTIMPLEMENTED() << " not implemented startup, plugin startup dialog etc."; 133 NOTIMPLEMENTED() << " not implemented startup, plugin startup dialog etc.";
134 #endif 134 #endif
135 135
136 platform.PlatformUninitialize(); 136 platform.PlatformUninitialize();
137 return 0; 137 return 0;
138 } 138 }
OLDNEW
« no previous file with comments | « chrome/common/mime_registry_messages.h ('k') | chrome/plugin/plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698