| OLD | NEW |
| 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 'wm/workspace/workspace_window_resizer_unittest.cc', | 593 'wm/workspace/workspace_window_resizer_unittest.cc', |
| 594 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc
', | 594 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc
', |
| 595 ], | 595 ], |
| 596 'conditions': [ | 596 'conditions': [ |
| 597 ['use_ibus==1', { | 597 ['use_ibus==1', { |
| 598 'dependencies': [ | 598 'dependencies': [ |
| 599 '../build/linux/system.gyp:ibus', | 599 '../build/linux/system.gyp:ibus', |
| 600 ], | 600 ], |
| 601 }], | 601 }], |
| 602 ['OS=="win"', { | 602 ['OS=="win"', { |
| 603 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690
6 | |
| 604 'sources/': [ | 603 'sources/': [ |
| 604 # TODO(win_ash): implement DragDropController::StartDragAndDrop |
| 605 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
| 606 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 |
| 605 ['exclude', 'focus_cycler_unittest.cc'], | 607 ['exclude', 'focus_cycler_unittest.cc'], |
| 606 ], | 608 ], |
| 607 }], | 609 }], |
| 608 ['OS=="mac"', { | 610 ['OS=="mac"', { |
| 609 'sources/': [ | 611 'sources/': [ |
| 610 ['exclude', 'accelerators/accelerator_controller_unittest.cc'], | 612 ['exclude', 'accelerators/accelerator_controller_unittest.cc'], |
| 611 ['exclude', 'accelerators/accelerator_filter_unittest.cc'], | 613 ['exclude', 'accelerators/accelerator_filter_unittest.cc'], |
| 612 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, | 614 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, |
| 613 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], | 615 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
| 614 ['exclude', 'tooltips/tooltip_controller_unittest.cc'], | 616 ['exclude', 'tooltips/tooltip_controller_unittest.cc'], |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 'shell/cocoa/app-Info.plist', | 714 'shell/cocoa/app-Info.plist', |
| 713 ], | 715 ], |
| 714 'xcode_settings': { | 716 'xcode_settings': { |
| 715 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 717 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 716 }, | 718 }, |
| 717 }], | 719 }], |
| 718 ], | 720 ], |
| 719 }, | 721 }, |
| 720 ], | 722 ], |
| 721 } | 723 } |
| OLD | NEW |