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

Side by Side Diff: ui/ui.gyp

Issue 8585015: Implement ui_controls for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no mask for xsendevent Created 9 years 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/base/x/events_x.cc ('k') | ui/ui_unittests.gypi » ('j') | 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 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 ] 563 ]
564 }], 564 }],
565 ['toolkit_views==0', { 565 ['toolkit_views==0', {
566 'sources!': [ 566 'sources!': [
567 'gfx/render_text.cc', 567 'gfx/render_text.cc',
568 'gfx/render_text.h', 568 'gfx/render_text.h',
569 'gfx/render_text_linux.cc', 569 'gfx/render_text_linux.cc',
570 'gfx/render_text_linux.h', 570 'gfx/render_text_linux.h',
571 'gfx/render_text_win.cc', 571 'gfx/render_text_win.cc',
572 'gfx/render_text_win.h', 572 'gfx/render_text_win.h',
573 'base/x/events_x.cc',
573 ], 574 ],
574 }], 575 }],
575 ['OS=="android"', { 576 ['OS=="android"', {
576 'sources!': [ 577 'sources!': [
577 'base/touch/touch_factory.cc', 578 'base/touch/touch_factory.cc',
578 'base/touch/touch_factory.h', 579 'base/touch/touch_factory.h',
579 'gfx/pango_util.h', 580 'gfx/pango_util.h',
580 'gfx/pango_util.cc', 581 'gfx/pango_util.cc',
581 'gfx/platform_font_pango.cc', 582 'gfx/platform_font_pango.cc',
582 'gfx/platform_font_pango.h', 583 'gfx/platform_font_pango.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 643 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
643 'os.chmod(\'<(ui_copy_dest)\', 0700)' 644 'os.chmod(\'<(ui_copy_dest)\', 0700)'
644 ] 645 ]
645 } 646 }
646 ], 647 ],
647 }, 648 },
648 ], 649 ],
649 }], 650 }],
650 ], 651 ],
651 } 652 }
OLDNEW
« no previous file with comments | « ui/base/x/events_x.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698