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 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 '../build/linux/system.gyp:gtk', | 499 '../build/linux/system.gyp:gtk', |
500 '../chrome/chrome.gyp:packed_resources', | 500 '../chrome/chrome.gyp:packed_resources', |
501 ], | 501 ], |
502 'conditions': [ | 502 'conditions': [ |
503 ['linux_use_tcmalloc==1', { | 503 ['linux_use_tcmalloc==1', { |
504 'dependencies': [ | 504 'dependencies': [ |
505 '../base/allocator/allocator.gyp:allocator', | 505 '../base/allocator/allocator.gyp:allocator', |
506 ], | 506 ], |
507 }], | 507 }], |
508 [ 'touchui==1', { | 508 [ 'touchui==1', { |
509 'sources!': [ 'focus/accelerator_handler_gtk_unittest.cc' ], | 509 'sources!': [ |
| 510 'focus/accelerator_handler_gtk_unittest.cc', |
| 511 'controls/table/table_view_unittest.cc', |
| 512 'controls/tabbed_pane/tabbed_pane_unittest.cc' |
| 513 ], |
510 }], | 514 }], |
511 ], | 515 ], |
512 }, | 516 }, |
513 ], | 517 ], |
514 ['touchui==0', { | 518 ['touchui==0', { |
515 'sources!': [ | 519 'sources!': [ |
516 'touchui/touch_selection_controller_impl_unittest.cc', | 520 'touchui/touch_selection_controller_impl_unittest.cc', |
517 ], | 521 ], |
518 }], | 522 }], |
519 ['OS=="win"', { | 523 ['OS=="win"', { |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'include_dirs': [ | 743 'include_dirs': [ |
740 '<(DEPTH)/third_party/wtl/include', | 744 '<(DEPTH)/third_party/wtl/include', |
741 ], | 745 ], |
742 }], | 746 }], |
743 ], | 747 ], |
744 }, | 748 }, |
745 | 749 |
746 | 750 |
747 ], | 751 ], |
748 } | 752 } |
OLD | NEW |