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

Side by Side Diff: ui/ui.gyp

Issue 23486010: Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix find and replace error. Created 7 years, 3 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
« no previous file with comments | « ui/gfx/vector3d_f.h ('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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'gfx/font.h', 450 'gfx/font.h',
451 'gfx/font_fallback_win.cc', 451 'gfx/font_fallback_win.cc',
452 'gfx/font_fallback_win.h', 452 'gfx/font_fallback_win.h',
453 'gfx/font_list.cc', 453 'gfx/font_list.cc',
454 'gfx/font_list.h', 454 'gfx/font_list.h',
455 'gfx/font_render_params_android.cc', 455 'gfx/font_render_params_android.cc',
456 'gfx/font_render_params_linux.cc', 456 'gfx/font_render_params_linux.cc',
457 'gfx/font_render_params_linux.h', 457 'gfx/font_render_params_linux.h',
458 'gfx/font_smoothing_win.cc', 458 'gfx/font_smoothing_win.cc',
459 'gfx/font_smoothing_win.h', 459 'gfx/font_smoothing_win.h',
460 'gfx/gfx_export.h',
460 'gfx/gfx_paths.cc', 461 'gfx/gfx_paths.cc',
461 'gfx/gfx_paths.h', 462 'gfx/gfx_paths.h',
462 'gfx/gpu_memory_buffer.cc', 463 'gfx/gpu_memory_buffer.cc',
463 'gfx/gpu_memory_buffer.h', 464 'gfx/gpu_memory_buffer.h',
464 'gfx/image/canvas_image_source.cc', 465 'gfx/image/canvas_image_source.cc',
465 'gfx/image/canvas_image_source.h', 466 'gfx/image/canvas_image_source.h',
466 'gfx/image/image.cc', 467 'gfx/image/image.cc',
467 'gfx/image/image.h', 468 'gfx/image/image.h',
468 'gfx/image/image_family.cc', 469 'gfx/image/image_family.cc',
469 'gfx/image/image_family.h', 470 'gfx/image/image_family.h',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'xcode_settings': { 1075 'xcode_settings': {
1075 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1076 }, 1077 },
1077 }], 1078 }],
1078 ], 1079 ],
1079 }, 1080 },
1080 ], 1081 ],
1081 }], 1082 }],
1082 ], 1083 ],
1083 } 1084 }
OLDNEW
« no previous file with comments | « ui/gfx/vector3d_f.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698