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

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: Changes as per sky@ Created 7 years, 5 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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 'browser/ui/views/tabs/native_view_photobooth.h', 1899 'browser/ui/views/tabs/native_view_photobooth.h',
1900 'browser/ui/views/tabs/native_view_photobooth_win.cc', 1900 'browser/ui/views/tabs/native_view_photobooth_win.cc',
1901 'browser/ui/views/tabs/native_view_photobooth_win.h', 1901 'browser/ui/views/tabs/native_view_photobooth_win.h',
1902 'browser/ui/views/tabs/stacked_tab_strip_layout.cc', 1902 'browser/ui/views/tabs/stacked_tab_strip_layout.cc',
1903 'browser/ui/views/tabs/stacked_tab_strip_layout.h', 1903 'browser/ui/views/tabs/stacked_tab_strip_layout.h',
1904 'browser/ui/views/tabs/tab.cc', 1904 'browser/ui/views/tabs/tab.cc',
1905 'browser/ui/views/tabs/tab.h', 1905 'browser/ui/views/tabs/tab.h',
1906 'browser/ui/views/tabs/tab_controller.h', 1906 'browser/ui/views/tabs/tab_controller.h',
1907 'browser/ui/views/tabs/tab_drag_controller.cc', 1907 'browser/ui/views/tabs/tab_drag_controller.cc',
1908 'browser/ui/views/tabs/tab_drag_controller.h', 1908 'browser/ui/views/tabs/tab_drag_controller.h',
1909 'browser/ui/views/tabs/tab_paint_util.h',
1910 'browser/ui/views/tabs/tab_paint_util.cc',
1909 'browser/ui/views/tabs/tab_strip.cc', 1911 'browser/ui/views/tabs/tab_strip.cc',
1910 'browser/ui/views/tabs/tab_strip.h', 1912 'browser/ui/views/tabs/tab_strip.h',
1911 'browser/ui/views/tabs/tab_strip_controller.h', 1913 'browser/ui/views/tabs/tab_strip_controller.h',
1912 'browser/ui/views/task_manager_view.cc', 1914 'browser/ui/views/task_manager_view.cc',
1913 'browser/ui/views/theme_image_mapper.cc', 1915 'browser/ui/views/theme_image_mapper.cc',
1914 'browser/ui/views/theme_image_mapper.h', 1916 'browser/ui/views/theme_image_mapper.h',
1915 'browser/ui/views/theme_image_mapper_aura_win.cc', 1917 'browser/ui/views/theme_image_mapper_aura_win.cc',
1916 'browser/ui/views/toolbar_view.cc', 1918 'browser/ui/views/toolbar_view.cc',
1917 'browser/ui/views/toolbar_view.h', 1919 'browser/ui/views/toolbar_view.h',
1918 'browser/ui/views/top_level_widget_views.cc', 1920 'browser/ui/views/top_level_widget_views.cc',
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
3039 ['enable_webrtc==0', { 3041 ['enable_webrtc==0', {
3040 'sources!': [ 3042 'sources!': [
3041 'browser/ui/webui/media/webrtc_logs_ui.cc', 3043 'browser/ui/webui/media/webrtc_logs_ui.cc',
3042 'browser/ui/webui/media/webrtc_logs_ui.h', 3044 'browser/ui/webui/media/webrtc_logs_ui.h',
3043 ], 3045 ],
3044 }], 3046 }],
3045 ], 3047 ],
3046 }, 3048 },
3047 ], 3049 ],
3048 } 3050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698