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

Side by Side Diff: ui/ui.gyp

Issue 20017005: gpu: Refactor GpuMemoryBuffer framework for multi-process support. (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
« ui/gfx/gpu_memory_buffer.h ('K') | « ui/gl/gl_image_x11.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'gfx/font_fallback_win.h', 444 'gfx/font_fallback_win.h',
445 'gfx/font_list.cc', 445 'gfx/font_list.cc',
446 'gfx/font_list.h', 446 'gfx/font_list.h',
447 'gfx/font_render_params_android.cc', 447 'gfx/font_render_params_android.cc',
448 'gfx/font_render_params_linux.cc', 448 'gfx/font_render_params_linux.cc',
449 'gfx/font_render_params_linux.h', 449 'gfx/font_render_params_linux.h',
450 'gfx/font_smoothing_win.cc', 450 'gfx/font_smoothing_win.cc',
451 'gfx/font_smoothing_win.h', 451 'gfx/font_smoothing_win.h',
452 'gfx/gfx_paths.cc', 452 'gfx/gfx_paths.cc',
453 'gfx/gfx_paths.h', 453 'gfx/gfx_paths.h',
454 'gfx/gpu_memory_buffer.h',
454 'gfx/image/canvas_image_source.cc', 455 'gfx/image/canvas_image_source.cc',
455 'gfx/image/canvas_image_source.h', 456 'gfx/image/canvas_image_source.h',
456 'gfx/image/image.cc', 457 'gfx/image/image.cc',
457 'gfx/image/image.h', 458 'gfx/image/image.h',
458 'gfx/image/image_family.cc', 459 'gfx/image/image_family.cc',
459 'gfx/image/image_family.h', 460 'gfx/image/image_family.h',
460 'gfx/image/image_ios.mm', 461 'gfx/image/image_ios.mm',
461 'gfx/image/image_mac.mm', 462 'gfx/image/image_mac.mm',
462 'gfx/image/image_png_rep.cc', 463 'gfx/image/image_png_rep.cc',
463 'gfx/image/image_png_rep.h', 464 'gfx/image/image_png_rep.h',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 'xcode_settings': { 1032 'xcode_settings': {
1032 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1033 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1033 }, 1034 },
1034 }], 1035 }],
1035 ], 1036 ],
1036 }, 1037 },
1037 ], 1038 ],
1038 }], 1039 }],
1039 ], 1040 ],
1040 } 1041 }
OLDNEW
« ui/gfx/gpu_memory_buffer.h ('K') | « ui/gl/gl_image_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698