OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |