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

Side by Side Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 | « chromecast/browser/BUILD.gn ('k') | chromecast/browser/cast_browser_process.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "chromecast/browser/cast_browser_main_parts.h" 5 #include "chromecast/browser/cast_browser_main_parts.h"
6 6
7 #include <string> 7 #include <string>
8 #if !defined(OS_ANDROID) 8 #if !defined(OS_ANDROID)
9 #include <signal.h> 9 #include <signal.h>
10 #include <sys/prctl.h> 10 #include <sys/prctl.h>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 #include "content/public/common/content_switches.h" 44 #include "content/public/common/content_switches.h"
45 #include "media/audio/audio_manager.h" 45 #include "media/audio/audio_manager.h"
46 #include "media/audio/audio_manager_factory.h" 46 #include "media/audio/audio_manager_factory.h"
47 #include "media/base/browser_cdm_factory.h" 47 #include "media/base/browser_cdm_factory.h"
48 #include "media/base/media.h" 48 #include "media/base/media.h"
49 #include "ui/compositor/compositor_switches.h" 49 #include "ui/compositor/compositor_switches.h"
50 50
51 #if defined(OS_ANDROID) 51 #if defined(OS_ANDROID)
52 #include "chromecast/app/android/crash_handler.h" 52 #include "chromecast/app/android/crash_handler.h"
53 #include "chromecast/browser/media/cast_media_client_android.h" 53 #include "chromecast/browser/media/cast_media_client_android.h"
54 #include "components/crash/browser/crash_dump_manager_android.h" 54 #include "components/crash/content/browser/crash_dump_manager_android.h"
55 #include "media/base/android/media_client_android.h" 55 #include "media/base/android/media_client_android.h"
56 #include "net/android/network_change_notifier_factory_android.h" 56 #include "net/android/network_change_notifier_factory_android.h"
57 #else 57 #else
58 #include "chromecast/net/network_change_notifier_factory_cast.h" 58 #include "chromecast/net/network_change_notifier_factory_cast.h"
59 #endif 59 #endif
60 60
61 #if defined(USE_AURA) 61 #if defined(USE_AURA)
62 #include "chromecast/graphics/cast_screen.h" 62 #include "chromecast/graphics/cast_screen.h"
63 #include "ui/aura/env.h" 63 #include "ui/aura/env.h"
64 #include "ui/gfx/screen.h" 64 #include "ui/gfx/screen.h"
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 #if defined(USE_AURA) 403 #if defined(USE_AURA)
404 aura::Env::DeleteInstance(); 404 aura::Env::DeleteInstance();
405 #endif 405 #endif
406 406
407 DeregisterKillOnAlarm(); 407 DeregisterKillOnAlarm();
408 #endif 408 #endif
409 } 409 }
410 410
411 } // namespace shell 411 } // namespace shell
412 } // namespace chromecast 412 } // namespace chromecast
OLDNEW
« no previous file with comments | « chromecast/browser/BUILD.gn ('k') | chromecast/browser/cast_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698