Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Introduction | |
| 2 | |
| 3 Plan is to extract the views subdir from chrome and make it toplevel so that oth er projects can use it. | |
| 4 | |
| 5 # Details | |
| 6 | |
| 7 **Outstanding deps:**<br> | |
|
Bons
2015/08/20 20:16:51
remove since this is a work in progress doc
| |
| 8 chrome/app/chrome_dll_resource.h<br> | |
| 9 chrome/tools/build/win/precompiled.h<br> | |
| 10 grit/generated_resources.h<br> | |
| 11 grit/theme_resources.h<br> | |
| 12 | |
| 13 <b>Removed or accepted deps:</b><br> | |
| 14 <del>base/</del><br> | |
| 15 <del>build/build_config.h</del><br> | |
| 16 <del>chrome/common/clipboard_service.h</del><br> | |
| 17 <del>chrome/common/drag_drop_types.h</del><br> | |
| 18 <del>chrome/common/gfx/chrome_canvas.h</del><br> | |
| 19 <del>chrome/common/gfx/chrome_font.h</del><br> | |
| 20 <del>chrome/common/gfx/favicon_size.h</del><br> | |
| 21 <del>chrome/common/gfx/icon_util.h</del><br> | |
| 22 <del>chrome/common/gfx/insets.h</del><br> | |
| 23 <del>chrome/common/gfx/path.h</del><br> | |
| 24 <del>chrome/common/l10n_util.h</del><br> | |
| 25 <del>chrome/common/l10n_util_win.h</del><br> | |
| 26 <del>chrome/common/logging_chrome.h</del><br> | |
| 27 <del>chrome/common/message_box_flags.h</del><br> | |
| 28 <del>chrome/common/notification_registrar.h</del><br> | |
| 29 <del>chrome/common/notification_service.h</del><br> | |
| 30 <del>chrome/common/notification_observer.h</del><br> | |
| 31 <del>chrome/common/os_exchange_data.h</del><br> | |
| 32 <del>chrome/common/pref_service.h</del><br> | |
| 33 <del>chrome/common/resource_bundle.h</del><br> | |
| 34 <del>chrome/common/scoped_vector.h</del><br> | |
| 35 <del>chrome/common/stl_util-inl.h</del><br> | |
| 36 <del>chrome/common/throb_animation.h</del><br> | |
| 37 <del>chrome/common/win_util.h</del><br> | |
| 38 <del>googleurl/src/gurl.h</del><br> | |
| 39 <del>skia/</del><br> | |
| 40 <del>third_party/WebKit/WebKit/chromium/public/WebInputEvent.h</del><br> | |
| 41 <del>webkit/glue/window_open_disposition.h</del><br> | |
| OLD | NEW |