Chromium Code Reviews| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 603 'dependencies': [ | 603 'dependencies': [ |
| 604 '../build/linux/system.gyp:ibus', | 604 '../build/linux/system.gyp:ibus', |
| 605 ], | 605 ], |
| 606 }], | 606 }], |
| 607 ['OS=="win"', { | 607 ['OS=="win"', { |
| 608 'sources/': [ | 608 'sources/': [ |
| 609 # TODO(win_ash): implement DragDropController::StartDragAndDrop | 609 # TODO(win_ash): implement DragDropController::StartDragAndDrop |
| 610 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], | 610 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
| 611 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690 6 | 611 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690 6 |
| 612 ['exclude', 'focus_cycler_unittest.cc'], | 612 ['exclude', 'focus_cycler_unittest.cc'], |
| 613 # Workspace can't be resized on Win Ash. | |
|
Ben Goodger (Google)
2012/12/13 21:44:29
why not? this will break metro-ash?
| |
| 614 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], | |
| 615 ['exclude', 'wm/drag_window_resizer_unittest.cc'], | |
| 613 ], | 616 ], |
| 614 }], | 617 }], |
| 615 ['OS=="mac"', { | 618 ['OS=="mac"', { |
| 616 'sources/': [ | 619 'sources/': [ |
| 617 ['exclude', 'accelerators/accelerator_controller_unittest.cc'], | 620 ['exclude', 'accelerators/accelerator_controller_unittest.cc'], |
| 618 ['exclude', 'accelerators/accelerator_filter_unittest.cc'], | 621 ['exclude', 'accelerators/accelerator_filter_unittest.cc'], |
| 619 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] , | 622 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] , |
| 620 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], | 623 ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], |
| 621 ['exclude', 'tooltips/tooltip_controller_unittest.cc'], | 624 ['exclude', 'tooltips/tooltip_controller_unittest.cc'], |
| 622 ], | 625 ], |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 720 'shell/cocoa/app-Info.plist', | 723 'shell/cocoa/app-Info.plist', |
| 721 ], | 724 ], |
| 722 'xcode_settings': { | 725 'xcode_settings': { |
| 723 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 726 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 724 }, | 727 }, |
| 725 }], | 728 }], |
| 726 ], | 729 ], |
| 727 }, | 730 }, |
| 728 ], | 731 ], |
| 729 } | 732 } |
| OLD | NEW |