Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2011 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. | |
| 4 | |
| 5 #include "chrome/browser/ui/webui/web_ui_browsertest.h" | |
| 6 #include "googleurl/src/gurl.h" | |
|
James Hawkins
2011/07/08 00:03:33
Unused: remove.
Sheridan Rawlins
2011/07/08 22:45:49
These are moot with full generation (no need for .
| |
| 7 #include "testing/gtest/include/gtest/gtest.h" | |
|
James Hawkins
2011/07/08 00:03:33
Unused: remove.
| |
| 8 | |
| 9 // crbug.com/88104 - v8_shell#host doesn't build when host=="arm". | |
| 10 #if !defined(ARCH_CPU_ARM_FAMILY) | |
| 11 | |
| 12 typedef WebUIBrowserTest SettingsWebUITest; | |
| 13 | |
| 14 #include "chrome/test/data/webui/options-inl.h" | |
| 15 | |
| 16 #endif // !defined(ARCH_CPU_ARM_FAMILY) | |
| OLD | NEW |