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

Side by Side Diff: ui/ui.gyp

Issue 7769001: Adds support for point conversions to ui::Layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/compositor/test_suite.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'gfx/skia_util.h', 286 'gfx/skia_util.h',
287 'gfx/skia_utils_gtk.cc', 287 'gfx/skia_utils_gtk.cc',
288 'gfx/skia_utils_gtk.h', 288 'gfx/skia_utils_gtk.h',
289 'gfx/transform.h', 289 'gfx/transform.h',
290 'gfx/transform.cc', 290 'gfx/transform.cc',
291 ], 291 ],
292 'conditions': [ 292 'conditions': [
293 ['use_aura==1', { 293 ['use_aura==1', {
294 'sources/': [ 294 'sources/': [
295 ['exclude', 'gfx/screen_win.cc'], 295 ['exclude', 'gfx/screen_win.cc'],
296 ['exclude', 'base/win/mouse_wheel_util.cc'],
297 ['exclude', 'base/win/mouse_wheel_util.h'],
296 ], 298 ],
297 }], 299 }],
298 ['toolkit_uses_gtk == 1', { 300 ['toolkit_uses_gtk == 1', {
299 'dependencies': [ 301 'dependencies': [
300 # font_gtk.cc uses fontconfig. 302 # font_gtk.cc uses fontconfig.
301 # TODO(evanm): I think this is wrong; it should just use GTK. 303 # TODO(evanm): I think this is wrong; it should just use GTK.
302 '../build/linux/system.gyp:fontconfig', 304 '../build/linux/system.gyp:fontconfig',
303 '../build/linux/system.gyp:gtk', 305 '../build/linux/system.gyp:gtk',
304 '../build/linux/system.gyp:x11', 306 '../build/linux/system.gyp:x11',
305 '../build/linux/system.gyp:xext', 307 '../build/linux/system.gyp:xext',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'configurations': { 538 'configurations': {
537 'Common_Base': { 539 'Common_Base': {
538 'msvs_target_platform': 'x64', 540 'msvs_target_platform': 'x64',
539 }, 541 },
540 }, 542 },
541 }, 543 },
542 ], 544 ],
543 }], 545 }],
544 ], 546 ],
545 } 547 }
OLDNEW
« no previous file with comments | « ui/gfx/compositor/test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698