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

Side by Side Diff: ui/ui.gyp

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: Rebase for commit 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
« no previous file with comments | « ui/gfx/image/image_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'dependencies': [ 412 'dependencies': [
413 '../build/linux/system.gyp:gtk', 413 '../build/linux/system.gyp:gtk',
414 ], 414 ],
415 'sources': [ 415 'sources': [
416 'gfx/gtk_native_view_id_manager.cc', 416 'gfx/gtk_native_view_id_manager.cc',
417 'gfx/gtk_native_view_id_manager.h', 417 'gfx/gtk_native_view_id_manager.h',
418 'gfx/gtk_preserve_window.cc', 418 'gfx/gtk_preserve_window.cc',
419 'gfx/gtk_preserve_window.h', 419 'gfx/gtk_preserve_window.h',
420 'gfx/gtk_util.cc', 420 'gfx/gtk_util.cc',
421 'gfx/gtk_util.h', 421 'gfx/gtk_util.h',
422 'gfx/image/cairo_cached_surface.cc',
423 'gfx/image/cairo_cached_surface.h',
422 ], 424 ],
423 }, { # toolkit_uses_gtk != 1 425 }, { # toolkit_uses_gtk != 1
424 'sources!': [ 426 'sources!': [
425 'gfx/native_theme_gtk.cc', 427 'gfx/native_theme_gtk.cc',
426 'gfx/native_theme_gtk.h', 428 'gfx/native_theme_gtk.h',
427 ] 429 ]
428 }], 430 }],
429 ['use_wayland == 1', { 431 ['use_wayland == 1', {
430 'sources/': [ 432 'sources/': [
431 ['exclude', '_(gtk|x)\\.cc$'], 433 ['exclude', '_(gtk|x)\\.cc$'],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 647 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
646 'os.chmod(\'<(ui_copy_dest)\', 0700)' 648 'os.chmod(\'<(ui_copy_dest)\', 0700)'
647 ] 649 ]
648 } 650 }
649 ], 651 ],
650 }, 652 },
651 ], 653 ],
652 }], 654 }],
653 ], 655 ],
654 } 656 }
OLDNEW
« no previous file with comments | « ui/gfx/image/image_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698