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

Side by Side Diff: ui/ui.gyp

Issue 10544103: Chromium change of sharing some WebKit API between Android/Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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 (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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'gfx/color_utils.cc', 325 'gfx/color_utils.cc',
326 'gfx/color_utils.h', 326 'gfx/color_utils.h',
327 'gfx/display.cc', 327 'gfx/display.cc',
328 'gfx/display.h', 328 'gfx/display.h',
329 'gfx/favicon_size.cc', 329 'gfx/favicon_size.cc',
330 'gfx/favicon_size.h', 330 'gfx/favicon_size.h',
331 'gfx/font.h', 331 'gfx/font.h',
332 'gfx/font.cc', 332 'gfx/font.cc',
333 'gfx/font_list.h', 333 'gfx/font_list.h',
334 'gfx/font_list.cc', 334 'gfx/font_list.cc',
335 'gfx/font_render_params_android.cc',
335 'gfx/font_render_params_linux.cc', 336 'gfx/font_render_params_linux.cc',
336 'gfx/font_render_params_linux.h', 337 'gfx/font_render_params_linux.h',
337 'gfx/font_smoothing_win.cc', 338 'gfx/font_smoothing_win.cc',
338 'gfx/font_smoothing_win.h', 339 'gfx/font_smoothing_win.h',
339 'gfx/gfx_paths.cc', 340 'gfx/gfx_paths.cc',
340 'gfx/gfx_paths.h', 341 'gfx/gfx_paths.h',
341 'gfx/image/image.cc', 342 'gfx/image/image.cc',
342 'gfx/image/image.h', 343 'gfx/image/image.h',
343 'gfx/image/image_skia.cc', 344 'gfx/image/image_skia.cc',
344 'gfx/image/image_skia.h', 345 'gfx/image/image_skia.h',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 734 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
734 'os.chmod(\'<(ui_copy_dest)\', 0700)' 735 'os.chmod(\'<(ui_copy_dest)\', 0700)'
735 ] 736 ]
736 } 737 }
737 ], 738 ],
738 }, 739 },
739 ], 740 ],
740 }], 741 }],
741 ], 742 ],
742 } 743 }
OLDNEW
« ui/gfx/font_render_params_linux.cc ('K') | « ui/gfx/font_render_params_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698