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

Issue 1132006: Move app/gfx/canvas and app/gfx/font to gfx/. (Closed)

Created:
10 years, 9 months ago by Ben Goodger (Google)
Modified:
9 years, 6 months ago
CC:
chromium-reviews, jam+cc_chromium.org, brettw+cc_chromium.org, ncarter (slow), idana, ben+cc_chromium.org, John Grabowski, Erik does not do reviews, Paul Godavari, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, tim (not reviewing)
Visibility:
Public.

Description

Move app/gfx/canvas and app/gfx/font to gfx/. TBR=darin BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42312

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -2512 lines) Patch
M app/app.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M app/app_base.gypi View 1 chunk +0 lines, -10 lines 0 comments Download
D app/gfx/canvas.h View 1 chunk +0 lines, -238 lines 0 comments Download
D app/gfx/canvas.cc View 1 chunk +0 lines, -277 lines 0 comments Download
D app/gfx/canvas_linux.cc View 1 chunk +0 lines, -281 lines 0 comments Download
D app/gfx/canvas_mac.mm View 1 chunk +0 lines, -78 lines 0 comments Download
D app/gfx/canvas_paint.h View 1 chunk +0 lines, -20 lines 0 comments Download
D app/gfx/canvas_win.cc View 1 chunk +0 lines, -286 lines 0 comments Download
D app/gfx/font.h View 1 chunk +0 lines, -283 lines 0 comments Download
D app/gfx/font_gtk.cc View 1 chunk +0 lines, -129 lines 0 comments Download
D app/gfx/font_mac.mm View 1 chunk +0 lines, -93 lines 0 comments Download
D app/gfx/font_skia.cc View 1 chunk +0 lines, -277 lines 0 comments Download
D app/gfx/font_unittest.cc View 1 chunk +0 lines, -80 lines 0 comments Download
M app/gfx/font_util.cc View 1 chunk +1 line, -1 line 0 comments Download
D app/gfx/font_win.cc View 1 chunk +0 lines, -224 lines 0 comments Download
M app/l10n_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M app/resource_bundle.cc View 1 chunk +1 line, -1 line 0 comments Download
M app/resource_bundle_dummy.cc View 1 chunk +1 line, -1 line 0 comments Download
M app/resource_bundle_linux.cc View 2 chunks +1 line, -1 line 0 comments Download
M app/resource_bundle_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M app/resource_bundle_win.cc View 2 chunks +1 line, -1 line 0 comments Download
M app/text_elider.h View 1 chunk +1 line, -1 line 0 comments Download
M app/text_elider.cc View 2 chunks +1 line, -1 line 0 comments Download
M app/text_elider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M app/win_util.h View 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_view_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/compact_location_bar_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/compact_navigation_bar.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/frame/browser_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/frame/normal_browser_frame_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/account_creation_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/rounded_rect_painter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/rounded_rect_painter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/user_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/notifications/notification_panel.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/options/language_config_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/panels/panel_scroller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/panels/panel_scroller_container.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/panels/panel_scroller_header.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/status/clock_menu_button.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/status/power_menu_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/status/status_area_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/status/status_area_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/text_input/candidate_window.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_cell.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/bookmark_bar_toolbar_view.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/download_item_cell.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/extensions/browser_action_button.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/styled_text_field_cell.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/bookmark_bar_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/browser_actions_toolbar_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/download_item_gtk.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/notifications/balloon_view_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/options/fonts_page_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/tabs/dragged_tab_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/tabs/dragged_tab_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/tabs/tab_renderer_gtk.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/gtk/tabs/tab_renderer_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/gtk/tabs/tab_strip_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ntp_background_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_setup_flow.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/about_chrome_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/autofill_profiles_view_win.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/bookmark_bar_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/bookmark_bubble_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/bookmark_manager_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/bookmark_table_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/browser_actions_container.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/bubble_border.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/constrained_window_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/views/cookie_info_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/cookie_prompt_view.cc View 2 chunks +1 line, -1 line 0 comments Download
chrome/browser/views/create_application_shortcut_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/detachable_toolbar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/download_item_view.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/download_item_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/download_shelf_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/extensions/browser_action_overflow_menu_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/extensions/extension_shelf.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/find_bar_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/frame/app_panel_browser_frame_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/frame/browser_frame_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
chrome/browser/views/frame/browser_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/frame/glass_browser_frame_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/frame/opaque_browser_frame_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/views/fullscreen_exit_bubble.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/hung_renderer_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/info_bubble.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/infobars/extension_infobar.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/infobars/infobars.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/infobars/translate_infobars.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/location_bar_view.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/location_bar_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/notifications/balloon_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/options/advanced_contents_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/options/content_filter_page_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/options/content_page_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/options/cookie_filter_page_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/options/cookies_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/options/fonts_page_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/views/options/languages_page_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/views/options/options_group_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/sad_tab_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/sad_tab_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/shell_dialogs_win.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/status_bubble_views.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_win.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/tab_icon_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/dragged_tab_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/dragged_tab_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/native_view_photobooth_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/native_view_photobooth_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/side_tab.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/side_tab.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/side_tab_strip.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/tab.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/views/tabs/tab_renderer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/views/tabs/tab_strip.cc View 2 chunks +1 line, -1 line 0 comments Download
chrome/browser/views/theme_background.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/theme_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/theme_install_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/toolbar_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_action.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/plugin/webplugin_proxy.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 2 chunks +1 line, -1 line 0 comments Download
A + gfx/canvas.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + gfx/canvas.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + gfx/canvas_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + gfx/canvas_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
A + gfx/canvas_paint.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + gfx/canvas_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + gfx/font.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + gfx/font_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
A + gfx/font_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
A + gfx/font_skia.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + gfx/font_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + gfx/font_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M gfx/gfx.gyp View 4 chunks +16 lines, -0 lines 0 comments Download
M printing/printed_document.cc View 2 chunks +1 line, -1 line 0 comments Download
M printing/printed_document_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/background.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/border.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/checkbox.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/image_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/menu_button.h View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/menu_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/native_button.h View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/text_button.h View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/text_button.cc View 1 chunk +1 line, -1 line 0 comments Download
views/controls/combobox/native_combobox_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/image_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/label.h View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/label.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M views/controls/label_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/link.cc View 1 chunk +1 line, -1 line 0 comments Download
views/controls/menu/menu_config.h View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/menu/menu_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
views/controls/menu/menu_item_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/menu/menu_item_view_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/menu/menu_item_view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/menu/menu_scroll_view_container.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/menu/menu_separator_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/menu/menu_separator_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/menu/menu_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M views/controls/menu/native_menu_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M views/controls/menu/native_menu_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M views/controls/menu/submenu_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/native/native_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/native/native_view_host_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/progress_bar.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M views/controls/scrollbar/bitmap_scroll_bar.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/single_split_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/tabbed_pane/native_tabbed_pane_gtk.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M views/controls/tabbed_pane/native_tabbed_pane_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M views/controls/table/group_table_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/table/native_table_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/table/table_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M views/controls/textfield/textfield.h View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/throbber.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/tree/tree_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M views/drag_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M views/drag_utils_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/drag_utils_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/painter.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/root_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/root_view_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/root_view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/tooltip_manager_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/tooltip_manager_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/widget/widget_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/window/custom_frame_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M views/window/dialog_client_view.h View 1 chunk +1 line, -1 line 0 comments Download
M views/window/dialog_client_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M views/window/window.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/window/window_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Ben Goodger (Google)
10 years, 9 months ago (2010-03-23 03:57:06 UTC) #1
darin (slow to review)
10 years, 9 months ago (2010-03-23 20:33:26 UTC) #2
LGTM

On Mon, Mar 22, 2010 at 8:57 PM, <ben@chromium.org> wrote:

> Reviewers: darin,
>
> Description:
> Move app/gfx/canvas and app/gfx/font to gfx/.
>
> TBR=darin
> BUG=none
> TEST=none
>
>
> Please review this at http://codereview.chromium.org/1132006
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     app/app.gyp
>  M     app/app_base.gypi
>  D     app/gfx/canvas.h
>  D     app/gfx/canvas.cc
>  D     app/gfx/canvas_linux.cc
>  D     app/gfx/canvas_mac.mm
>  D     app/gfx/canvas_paint.h
>  D     app/gfx/canvas_win.cc
>  D     app/gfx/font.h
>  D     app/gfx/font_gtk.cc
>  D     app/gfx/font_mac.mm
>  D     app/gfx/font_skia.cc
>  D     app/gfx/font_unittest.cc
>  M     app/gfx/font_util.cc
>  D     app/gfx/font_win.cc
>  M     app/l10n_util.cc
>  M     app/resource_bundle.cc
>  M     app/resource_bundle_dummy.cc
>  M     app/resource_bundle_linux.cc
>  M     app/resource_bundle_posix.cc
>  M     app/resource_bundle_win.cc
>  M     app/text_elider.h
>  M     app/text_elider.cc
>  M     app/text_elider_unittest.cc
>  M     app/win_util.h
>  chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
>  M     chrome/browser/autocomplete/autocomplete_edit_view_win.h
>  M     chrome/browser/autocomplete/autocomplete_edit_view_win.cc
>  M     chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc
>  M     chrome/browser/autocomplete/autocomplete_popup_view_mac.h
>  M     chrome/browser/chromeos/compact_location_bar_view.cc
>  M     chrome/browser/chromeos/compact_navigation_bar.cc
>  M     chrome/browser/chromeos/frame/browser_view.cc
>  M     chrome/browser/chromeos/frame/normal_browser_frame_view.cc
>  M     chrome/browser/chromeos/login/account_creation_view.cc
>  M     chrome/browser/chromeos/login/rounded_rect_painter.h
>  M     chrome/browser/chromeos/login/rounded_rect_painter.cc
>  M     chrome/browser/chromeos/login/user_controller.cc
>  M     chrome/browser/chromeos/login/wizard_screen.h
>  M     chrome/browser/chromeos/notifications/notification_panel.cc
>  M     chrome/browser/chromeos/options/language_config_view.cc
>  M     chrome/browser/chromeos/panels/panel_scroller.cc
>  M     chrome/browser/chromeos/panels/panel_scroller_container.cc
>  M     chrome/browser/chromeos/panels/panel_scroller_header.cc
>  M     chrome/browser/chromeos/status/clock_menu_button.cc
>  M     chrome/browser/chromeos/status/network_menu_button.cc
>  M     chrome/browser/chromeos/status/power_menu_button.cc
>  M     chrome/browser/chromeos/status/status_area_button.cc
>  M     chrome/browser/chromeos/status/status_area_view.cc
>  M     chrome/browser/chromeos/text_input/candidate_window.cc
>  M     chrome/browser/cocoa/autocomplete_text_field_cell.mm
>  M     chrome/browser/cocoa/bookmark_bar_toolbar_view.mm
>  M     chrome/browser/cocoa/download_item_cell.mm
>  M     chrome/browser/cocoa/extensions/browser_action_button.mm
>  M     chrome/browser/cocoa/styled_text_field_cell.mm
>  M     chrome/browser/download/download_util.cc
>  M     chrome/browser/gtk/bookmark_bar_gtk.cc
>  M     chrome/browser/gtk/browser_actions_toolbar_gtk.cc
>  M     chrome/browser/gtk/download_item_gtk.cc
>  M     chrome/browser/gtk/location_bar_view_gtk.cc
>  M     chrome/browser/gtk/notifications/balloon_view_gtk.cc
>  M     chrome/browser/gtk/options/fonts_page_gtk.cc
>  M     chrome/browser/gtk/tabs/dragged_tab_gtk.h
>  M     chrome/browser/gtk/tabs/dragged_tab_gtk.cc
>  M     chrome/browser/gtk/tabs/tab_renderer_gtk.h
>  M     chrome/browser/gtk/tabs/tab_renderer_gtk.cc
>  M     chrome/browser/gtk/tabs/tab_strip_gtk.cc
>  M     chrome/browser/ntp_background_util.cc
>  M     chrome/browser/renderer_host/render_widget_host_unittest.cc
>  M     chrome/browser/renderer_host/render_widget_host_view_win.cc
>  M     chrome/browser/sync/sync_setup_flow.cc
>  M     chrome/browser/views/about_chrome_view.cc
>  M     chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h
>  M
> chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc
>  M     chrome/browser/views/autofill_profiles_view_win.cc
>  M     chrome/browser/views/bookmark_bar_view.cc
>  M     chrome/browser/views/bookmark_bubble_view.cc
>  M     chrome/browser/views/bookmark_manager_view.cc
>  M     chrome/browser/views/bookmark_table_view.cc
>  M     chrome/browser/views/browser_actions_container.cc
>  M     chrome/browser/views/bubble_border.cc
>  M     chrome/browser/views/constrained_window_win.cc
>  M     chrome/browser/views/cookie_info_view.cc
>  M     chrome/browser/views/cookie_prompt_view.cc
>  chrome/browser/views/create_application_shortcut_view.cc
>  M     chrome/browser/views/detachable_toolbar_view.cc
>  M     chrome/browser/views/download_item_view.h
>  M     chrome/browser/views/download_item_view.cc
>  M     chrome/browser/views/download_shelf_view.cc
>  M
> chrome/browser/views/extensions/browser_action_overflow_menu_controller.cc
>  M     chrome/browser/views/extensions/extension_shelf.h
>  M     chrome/browser/views/find_bar_view.cc
>  M     chrome/browser/views/frame/app_panel_browser_frame_view.cc
>  M     chrome/browser/views/frame/browser_frame_gtk.cc
>  chrome/browser/views/frame/browser_view.cc
>  M     chrome/browser/views/frame/glass_browser_frame_view.cc
>  M     chrome/browser/views/frame/opaque_browser_frame_view.cc
>  M     chrome/browser/views/fullscreen_exit_bubble.cc
>  M     chrome/browser/views/hung_renderer_view.cc
>  M     chrome/browser/views/info_bubble.cc
>  M     chrome/browser/views/infobars/extension_infobar.cc
>  M     chrome/browser/views/infobars/infobars.cc
>  M     chrome/browser/views/infobars/translate_infobars.cc
>  M     chrome/browser/views/location_bar_view.h
>  M     chrome/browser/views/location_bar_view.cc
>  M     chrome/browser/views/notifications/balloon_view.cc
>  M     chrome/browser/views/options/advanced_contents_view.cc
>  M     chrome/browser/views/options/content_filter_page_view.cc
>  M     chrome/browser/views/options/content_page_view.cc
>  M     chrome/browser/views/options/cookie_filter_page_view.cc
>  M     chrome/browser/views/options/cookies_view.cc
>  M     chrome/browser/views/options/fonts_page_view.cc
>  M     chrome/browser/views/options/languages_page_view.cc
>  M     chrome/browser/views/options/options_group_view.cc
>  M     chrome/browser/views/sad_tab_view.h
>  M     chrome/browser/views/sad_tab_view.cc
>  M     chrome/browser/views/shell_dialogs_win.cc
>  M     chrome/browser/views/status_bubble_views.cc
>  M     chrome/browser/views/tab_contents/tab_contents_view_gtk.cc
>  M     chrome/browser/views/tab_contents/tab_contents_view_win.cc
>  M     chrome/browser/views/tab_icon_view.cc
>  M     chrome/browser/views/tabs/dragged_tab_controller.cc
>  M     chrome/browser/views/tabs/dragged_tab_view.cc
>  M     chrome/browser/views/tabs/native_view_photobooth_gtk.cc
>  M     chrome/browser/views/tabs/native_view_photobooth_win.cc
>  M     chrome/browser/views/tabs/side_tab.h
>  M     chrome/browser/views/tabs/side_tab.cc
>  M     chrome/browser/views/tabs/side_tab_strip.cc
>  M     chrome/browser/views/tabs/tab.cc
>  M     chrome/browser/views/tabs/tab_renderer.cc
>  M     chrome/browser/views/tabs/tab_strip.cc
>  chrome/browser/views/theme_background.cc
>  M     chrome/browser/views/theme_helpers.cc
>  M     chrome/browser/views/theme_install_bubble_view.h
>  M     chrome/browser/views/toolbar_view.cc
>  M     chrome/common/extensions/extension_action.cc
>  M     chrome/plugin/webplugin_proxy.cc
>  M     chrome/renderer/webplugin_delegate_proxy.cc
>  A  +  gfx/canvas.h
>  A  +  gfx/canvas.cc
>  A  +  gfx/canvas_linux.cc
>  A  +  gfx/canvas_mac.mm
>  A  +  gfx/canvas_paint.h
>  A  +  gfx/canvas_win.cc
>  A  +  gfx/font.h
>  A  +  gfx/font_gtk.cc
>  A  +  gfx/font_mac.mm
>  A  +  gfx/font_skia.cc
>  A  +  gfx/font_unittest.cc
>  A  +  gfx/font_win.cc
>  M     gfx/gfx.gyp
>  M     printing/printed_document.cc
>  M     printing/printed_document_win.cc
>  M     views/background.cc
>  M     views/border.cc
>  M     views/controls/button/checkbox.cc
>  M     views/controls/button/image_button.cc
>  M     views/controls/button/menu_button.h
>  M     views/controls/button/menu_button.cc
>  M     views/controls/button/native_button.h
>  M     views/controls/button/text_button.h
>  M     views/controls/button/text_button.cc
>  views/controls/combobox/native_combobox_win.cc
>  M     views/controls/image_view.cc
>  M     views/controls/label.h
>  M     views/controls/label.cc
>  M     views/controls/label_unittest.cc
>  M     views/controls/link.cc
>  views/controls/menu/menu_config.h
>  M     views/controls/menu/menu_controller.cc
>  views/controls/menu/menu_item_view.cc
>  M     views/controls/menu/menu_item_view_gtk.cc
>  M     views/controls/menu/menu_item_view_win.cc
>  M     views/controls/menu/menu_scroll_view_container.cc
>  M     views/controls/menu/menu_separator_gtk.cc
>  M     views/controls/menu/menu_separator_win.cc
>  M     views/controls/menu/menu_win.cc
>  M     views/controls/menu/native_menu_gtk.cc
>  M     views/controls/menu/native_menu_win.cc
>  M     views/controls/menu/submenu_view.cc
>  M     views/controls/native/native_view_host.cc
>  M     views/controls/native/native_view_host_win.cc
>  M     views/controls/progress_bar.cc
>  M     views/controls/scrollbar/bitmap_scroll_bar.cc
>  M     views/controls/single_split_view.cc
>  M     views/controls/tabbed_pane/native_tabbed_pane_gtk.cc
>  M     views/controls/tabbed_pane/native_tabbed_pane_win.cc
>  M     views/controls/table/group_table_view.cc
>  M     views/controls/table/native_table_win.cc
>  M     views/controls/table/table_view.cc
>  M     views/controls/textfield/textfield.h
>  M     views/controls/throbber.cc
>  M     views/controls/tree/tree_view.cc
>  M     views/drag_utils.cc
>  M     views/drag_utils_gtk.cc
>  M     views/drag_utils_win.cc
>  M     views/painter.cc
>  M     views/view.cc
>  M     views/view_unittest.cc
>  M     views/view_win.cc
>  M     views/widget/root_view.cc
>  M     views/widget/root_view_gtk.cc
>  M     views/widget/root_view_win.cc
>  M     views/widget/tooltip_manager_gtk.cc
>  M     views/widget/tooltip_manager_win.cc
>  M     views/widget/widget_win.cc
>  M     views/window/custom_frame_view.cc
>  M     views/window/dialog_client_view.h
>  M     views/window/dialog_client_view.cc
>  M     views/window/window.cc
>  M     views/window/window_win.cc
>
>
>

Powered by Google App Engine
This is Rietveld 408576698