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
3 // found in the LICENSE file.
5 #include "ash/test/test_suite_init.h"
7 #import <Cocoa/Cocoa.h>
9 #include "base/files/file_path.h"
10 #include "base/mac/bundle_locations.h"
11 #include "base/path_service.h"
16 void OverrideFrameworkBundle() {
17 // Look in the AuraShell.app directory for resources.
19 PathService::Get(base::DIR_EXE, &path);
20 path = path.Append(FILE_PATH_LITERAL("AuraShell.app"));
21 base::mac::SetOverrideFrameworkBundlePath(path);