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

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, 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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 'browser/ui/views/tabs/native_view_photobooth.h', 1910 'browser/ui/views/tabs/native_view_photobooth.h',
1911 'browser/ui/views/tabs/native_view_photobooth_win.cc', 1911 'browser/ui/views/tabs/native_view_photobooth_win.cc',
1912 'browser/ui/views/tabs/native_view_photobooth_win.h', 1912 'browser/ui/views/tabs/native_view_photobooth_win.h',
1913 'browser/ui/views/tabs/stacked_tab_strip_layout.cc', 1913 'browser/ui/views/tabs/stacked_tab_strip_layout.cc',
1914 'browser/ui/views/tabs/stacked_tab_strip_layout.h', 1914 'browser/ui/views/tabs/stacked_tab_strip_layout.h',
1915 'browser/ui/views/tabs/tab.cc', 1915 'browser/ui/views/tabs/tab.cc',
1916 'browser/ui/views/tabs/tab.h', 1916 'browser/ui/views/tabs/tab.h',
1917 'browser/ui/views/tabs/tab_controller.h', 1917 'browser/ui/views/tabs/tab_controller.h',
1918 'browser/ui/views/tabs/tab_drag_controller.cc', 1918 'browser/ui/views/tabs/tab_drag_controller.cc',
1919 'browser/ui/views/tabs/tab_drag_controller.h', 1919 'browser/ui/views/tabs/tab_drag_controller.h',
1920 'browser/ui/views/tabs/tab_paint_util.h',
1921 'browser/ui/views/tabs/tab_paint_util.cc',
1920 'browser/ui/views/tabs/tab_strip.cc', 1922 'browser/ui/views/tabs/tab_strip.cc',
1921 'browser/ui/views/tabs/tab_strip.h', 1923 'browser/ui/views/tabs/tab_strip.h',
1922 'browser/ui/views/tabs/tab_strip_controller.h', 1924 'browser/ui/views/tabs/tab_strip_controller.h',
1923 'browser/ui/views/task_manager_view.cc', 1925 'browser/ui/views/task_manager_view.cc',
1924 'browser/ui/views/theme_image_mapper.cc', 1926 'browser/ui/views/theme_image_mapper.cc',
1925 'browser/ui/views/theme_image_mapper.h', 1927 'browser/ui/views/theme_image_mapper.h',
1926 'browser/ui/views/theme_image_mapper_aura_win.cc', 1928 'browser/ui/views/theme_image_mapper_aura_win.cc',
1927 'browser/ui/views/toolbar_view.cc', 1929 'browser/ui/views/toolbar_view.cc',
1928 'browser/ui/views/toolbar_view.h', 1930 'browser/ui/views/toolbar_view.h',
1929 'browser/ui/views/top_level_widget_views.cc', 1931 'browser/ui/views/top_level_widget_views.cc',
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 ['enable_webrtc==0', { 3056 ['enable_webrtc==0', {
3055 'sources!': [ 3057 'sources!': [
3056 'browser/ui/webui/media/webrtc_logs_ui.cc', 3058 'browser/ui/webui/media/webrtc_logs_ui.cc',
3057 'browser/ui/webui/media/webrtc_logs_ui.h', 3059 'browser/ui/webui/media/webrtc_logs_ui.h',
3058 ], 3060 ],
3059 }], 3061 }],
3060 ], 3062 ],
3061 }, 3063 },
3062 ], 3064 ],
3063 } 3065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698