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