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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 562 'wm/window_cycle_controller_unittest.cc', | 562 'wm/window_cycle_controller_unittest.cc', |
| 563 'wm/window_manager_unittest.cc', | 563 'wm/window_manager_unittest.cc', |
| 564 'wm/window_modality_controller_unittest.cc', | 564 'wm/window_modality_controller_unittest.cc', |
| 565 'wm/workspace_controller_test_helper.cc', | 565 'wm/workspace_controller_test_helper.cc', |
| 566 'wm/workspace_controller_test_helper.h', | 566 'wm/workspace_controller_test_helper.h', |
| 567 'wm/workspace/magnetism_matcher_unittest.cc', | 567 'wm/workspace/magnetism_matcher_unittest.cc', |
| 568 'wm/workspace/multi_window_resize_controller_unittest.cc', | 568 'wm/workspace/multi_window_resize_controller_unittest.cc', |
| 569 'wm/workspace/workspace_event_handler_test_helper.cc', | 569 'wm/workspace/workspace_event_handler_test_helper.cc', |
| 570 'wm/workspace/workspace_event_handler_test_helper.h', | 570 'wm/workspace/workspace_event_handler_test_helper.h', |
| 571 'wm/workspace/workspace_event_handler_unittest.cc', | 571 'wm/workspace/workspace_event_handler_unittest.cc', |
| 572 'wm/workspace/workspace_layout_manager2.h', | |
|
sky
2012/10/16 22:57:46
Why are you adding this here? It's listed @ 409.
Mr4D (OOO till 08-26)
2012/10/17 00:05:17
Done.
| |
| 572 'wm/workspace/workspace_layout_manager2_unittest.cc', | 573 'wm/workspace/workspace_layout_manager2_unittest.cc', |
| 573 'wm/workspace/workspace_manager_unittest.cc', | 574 'wm/workspace/workspace_manager_unittest.cc', |
| 574 'wm/workspace/workspace_manager2_unittest.cc', | 575 'wm/workspace/workspace_manager2_unittest.cc', |
| 575 'wm/workspace/workspace_window_resizer_unittest.cc', | 576 'wm/workspace/workspace_window_resizer_unittest.cc', |
| 576 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc ', | 577 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc ', |
| 577 ], | 578 ], |
| 578 'conditions': [ | 579 'conditions': [ |
| 579 ['use_ibus==1', { | 580 ['use_ibus==1', { |
| 580 'dependencies': [ | 581 'dependencies': [ |
| 581 '../build/linux/system.gyp:ibus', | 582 '../build/linux/system.gyp:ibus', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 690 'shell/cocoa/app-Info.plist', | 691 'shell/cocoa/app-Info.plist', |
| 691 ], | 692 ], |
| 692 'xcode_settings': { | 693 'xcode_settings': { |
| 693 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 694 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 694 }, | 695 }, |
| 695 }], | 696 }], |
| 696 ], | 697 ], |
| 697 }, | 698 }, |
| 698 ], | 699 ], |
| 699 } | 700 } |
| OLD | NEW |