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

Side by Side Diff: ui/ui.gyp

Issue 10823094: Add bitmap utils for Chrome on Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Include fixes from downstream Created 8 years, 4 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
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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'base/x/events_x.cc', 320 'base/x/events_x.cc',
321 'base/x/root_window_property_watcher_x.cc', 321 'base/x/root_window_property_watcher_x.cc',
322 'base/x/root_window_property_watcher_x.h', 322 'base/x/root_window_property_watcher_x.h',
323 'base/x/valuators.cc', 323 'base/x/valuators.cc',
324 'base/x/valuators.h', 324 'base/x/valuators.h',
325 'base/x/work_area_watcher_x.cc', 325 'base/x/work_area_watcher_x.cc',
326 'base/x/work_area_watcher_x.h', 326 'base/x/work_area_watcher_x.h',
327 'base/x/x11_util.cc', 327 'base/x/x11_util.cc',
328 'base/x/x11_util.h', 328 'base/x/x11_util.h',
329 'base/x/x11_util_internal.h', 329 'base/x/x11_util_internal.h',
330 'gfx/android/bitmap_android.cc',
331 'gfx/android/bitmap_android.h',
332 'gfx/android/gfx_jni_registrar.cc',
333 'gfx/android/gfx_jni_registrar.h',
330 'gfx/blit.cc', 334 'gfx/blit.cc',
331 'gfx/blit.h', 335 'gfx/blit.h',
332 'gfx/canvas.cc', 336 'gfx/canvas.cc',
333 'gfx/canvas.h', 337 'gfx/canvas.h',
334 'gfx/canvas_android.cc', 338 'gfx/canvas_android.cc',
335 'gfx/canvas_linux.cc', 339 'gfx/canvas_linux.cc',
336 'gfx/canvas_mac.mm', 340 'gfx/canvas_mac.mm',
337 'gfx/canvas_paint.h', 341 'gfx/canvas_paint.h',
338 'gfx/canvas_paint_win.cc', 342 'gfx/canvas_paint_win.cc',
339 'gfx/canvas_skia.cc', 343 'gfx/canvas_skia.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 795 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
792 'os.chmod(\'<(ui_copy_dest)\', 0700)' 796 'os.chmod(\'<(ui_copy_dest)\', 0700)'
793 ] 797 ]
794 } 798 }
795 ], 799 ],
796 }, 800 },
797 ], 801 ],
798 }], 802 }],
799 ], 803 ],
800 } 804 }
OLDNEW
« ui/gfx/android/gfx_jni_registrar.h ('K') | « ui/gfx/android/gfx_jni_registrar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698