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

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: Address review comments 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
« no previous file with comments | « ui/gfx/android/java_bitmap.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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'base/x/events_x.cc', 321 'base/x/events_x.cc',
322 'base/x/root_window_property_watcher_x.cc', 322 'base/x/root_window_property_watcher_x.cc',
323 'base/x/root_window_property_watcher_x.h', 323 'base/x/root_window_property_watcher_x.h',
324 'base/x/valuators.cc', 324 'base/x/valuators.cc',
325 'base/x/valuators.h', 325 'base/x/valuators.h',
326 'base/x/work_area_watcher_x.cc', 326 'base/x/work_area_watcher_x.cc',
327 'base/x/work_area_watcher_x.h', 327 'base/x/work_area_watcher_x.h',
328 'base/x/x11_util.cc', 328 'base/x/x11_util.cc',
329 'base/x/x11_util.h', 329 'base/x/x11_util.h',
330 'base/x/x11_util_internal.h', 330 'base/x/x11_util_internal.h',
331 'gfx/android/gfx_jni_registrar.cc',
332 'gfx/android/gfx_jni_registrar.h',
333 'gfx/android/java_bitmap.cc',
334 'gfx/android/java_bitmap.h',
331 'gfx/blit.cc', 335 'gfx/blit.cc',
332 'gfx/blit.h', 336 'gfx/blit.h',
333 'gfx/canvas.cc', 337 'gfx/canvas.cc',
334 'gfx/canvas.h', 338 'gfx/canvas.h',
335 'gfx/canvas_android.cc', 339 'gfx/canvas_android.cc',
336 'gfx/canvas_linux.cc', 340 'gfx/canvas_linux.cc',
337 'gfx/canvas_mac.mm', 341 'gfx/canvas_mac.mm',
338 'gfx/canvas_paint.h', 342 'gfx/canvas_paint.h',
339 'gfx/canvas_paint_win.cc', 343 'gfx/canvas_paint_win.cc',
340 'gfx/canvas_skia.cc', 344 'gfx/canvas_skia.cc',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 ], 767 ],
764 'conditions': [ 768 'conditions': [
765 ['inside_chromium_build == 1 and OS != "ios"', { 769 ['inside_chromium_build == 1 and OS != "ios"', {
766 # TODO(ios): The ui tests do not compile yet on iOS. 770 # TODO(ios): The ui tests do not compile yet on iOS.
767 'includes': [ 771 'includes': [
768 'ui_unittests.gypi', 772 'ui_unittests.gypi',
769 ]}, 773 ]},
770 ], 774 ],
771 ], 775 ],
772 } 776 }
OLDNEW
« no previous file with comments | « ui/gfx/android/java_bitmap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698