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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 18486007: Fix the misalignment on CrOS of the tab background images (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'browser/ui/views/tabs/native_view_photobooth.h', 1924 'browser/ui/views/tabs/native_view_photobooth.h',
1925 'browser/ui/views/tabs/native_view_photobooth_win.cc', 1925 'browser/ui/views/tabs/native_view_photobooth_win.cc',
1926 'browser/ui/views/tabs/native_view_photobooth_win.h', 1926 'browser/ui/views/tabs/native_view_photobooth_win.h',
1927 'browser/ui/views/tabs/stacked_tab_strip_layout.cc', 1927 'browser/ui/views/tabs/stacked_tab_strip_layout.cc',
1928 'browser/ui/views/tabs/stacked_tab_strip_layout.h', 1928 'browser/ui/views/tabs/stacked_tab_strip_layout.h',
1929 'browser/ui/views/tabs/tab.cc', 1929 'browser/ui/views/tabs/tab.cc',
1930 'browser/ui/views/tabs/tab.h', 1930 'browser/ui/views/tabs/tab.h',
1931 'browser/ui/views/tabs/tab_controller.h', 1931 'browser/ui/views/tabs/tab_controller.h',
1932 'browser/ui/views/tabs/tab_drag_controller.cc', 1932 'browser/ui/views/tabs/tab_drag_controller.cc',
1933 'browser/ui/views/tabs/tab_drag_controller.h', 1933 'browser/ui/views/tabs/tab_drag_controller.h',
1934 'browser/ui/views/tabs/tab_paint_util.h',
1935 'browser/ui/views/tabs/tab_paint_util.cc',
1934 'browser/ui/views/tabs/tab_strip.cc', 1936 'browser/ui/views/tabs/tab_strip.cc',
1935 'browser/ui/views/tabs/tab_strip.h', 1937 'browser/ui/views/tabs/tab_strip.h',
1936 'browser/ui/views/tabs/tab_strip_controller.h', 1938 'browser/ui/views/tabs/tab_strip_controller.h',
1937 'browser/ui/views/task_manager_view.cc', 1939 'browser/ui/views/task_manager_view.cc',
1938 'browser/ui/views/theme_image_mapper.cc', 1940 'browser/ui/views/theme_image_mapper.cc',
1939 'browser/ui/views/theme_image_mapper.h', 1941 'browser/ui/views/theme_image_mapper.h',
1940 'browser/ui/views/theme_image_mapper_aura_win.cc', 1942 'browser/ui/views/theme_image_mapper_aura_win.cc',
1941 'browser/ui/views/toolbar_view.cc', 1943 'browser/ui/views/toolbar_view.cc',
1942 'browser/ui/views/toolbar_view.h', 1944 'browser/ui/views/toolbar_view.h',
1943 'browser/ui/views/top_level_widget_views.cc', 1945 'browser/ui/views/top_level_widget_views.cc',
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3110 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3112 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3111 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3113 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3112 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3114 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3113 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3115 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3114 ], 3116 ],
3115 }], 3117 }],
3116 ], 3118 ],
3117 }, 3119 },
3118 ], 3120 ],
3119 } 3121 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/theme_image_mapper_aura_win.cc ('k') | ui/gfx/image/image_skia_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698