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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8769017: GTK: Move CairoCachedSurface from being owned by GtkThemeService to gfx::Image. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2940 matching lines...) Expand 10 before | Expand all | Expand 10 after
2951 'browser/ui/gtk/browser_titlebar.cc', 2951 'browser/ui/gtk/browser_titlebar.cc',
2952 'browser/ui/gtk/browser_titlebar.h', 2952 'browser/ui/gtk/browser_titlebar.h',
2953 'browser/ui/gtk/browser_toolbar_gtk.cc', 2953 'browser/ui/gtk/browser_toolbar_gtk.cc',
2954 'browser/ui/gtk/browser_toolbar_gtk.h', 2954 'browser/ui/gtk/browser_toolbar_gtk.h',
2955 'browser/ui/gtk/browser_window_gtk.cc', 2955 'browser/ui/gtk/browser_window_gtk.cc',
2956 'browser/ui/gtk/browser_window_gtk.h', 2956 'browser/ui/gtk/browser_window_gtk.h',
2957 'browser/ui/gtk/bubble/bubble_accelerators_gtk.cc', 2957 'browser/ui/gtk/bubble/bubble_accelerators_gtk.cc',
2958 'browser/ui/gtk/bubble/bubble_accelerators_gtk.h', 2958 'browser/ui/gtk/bubble/bubble_accelerators_gtk.h',
2959 'browser/ui/gtk/bubble/bubble_gtk.cc', 2959 'browser/ui/gtk/bubble/bubble_gtk.cc',
2960 'browser/ui/gtk/bubble/bubble_gtk.h', 2960 'browser/ui/gtk/bubble/bubble_gtk.h',
2961 'browser/ui/gtk/cairo_cached_surface.cc',
2962 'browser/ui/gtk/cairo_cached_surface.h',
2963 'browser/ui/gtk/certificate_viewer.cc', 2961 'browser/ui/gtk/certificate_viewer.cc',
2964 'browser/ui/gtk/chrome_gtk_frame.cc', 2962 'browser/ui/gtk/chrome_gtk_frame.cc',
2965 'browser/ui/gtk/chrome_gtk_frame.h', 2963 'browser/ui/gtk/chrome_gtk_frame.h',
2966 'browser/ui/gtk/collected_cookies_gtk.cc', 2964 'browser/ui/gtk/collected_cookies_gtk.cc',
2967 'browser/ui/gtk/collected_cookies_gtk.h', 2965 'browser/ui/gtk/collected_cookies_gtk.h',
2968 'browser/ui/gtk/constrained_html_delegate_gtk.cc', 2966 'browser/ui/gtk/constrained_html_delegate_gtk.cc',
2969 'browser/ui/gtk/constrained_window_gtk.cc', 2967 'browser/ui/gtk/constrained_window_gtk.cc',
2970 'browser/ui/gtk/constrained_window_gtk.h', 2968 'browser/ui/gtk/constrained_window_gtk.h',
2971 'browser/ui/gtk/content_setting_bubble_gtk.cc', 2969 'browser/ui/gtk/content_setting_bubble_gtk.cc',
2972 'browser/ui/gtk/content_setting_bubble_gtk.h', 2970 'browser/ui/gtk/content_setting_bubble_gtk.h',
(...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after
5248 'type': 'static_library', 5246 'type': 'static_library',
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5247 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5250 'variables': { 5248 'variables': {
5251 'proto_in_dir': 'browser/history', 5249 'proto_in_dir': 'browser/history',
5252 'proto_out_dir': 'chrome/browser/history', 5250 'proto_out_dir': 'chrome/browser/history',
5253 }, 5251 },
5254 'includes': [ '../build/protoc.gypi' ] 5252 'includes': [ '../build/protoc.gypi' ]
5255 }, 5253 },
5256 ], 5254 ],
5257 } 5255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698