| 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 | 10 |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'wm/workspace/maximized_workspace.h', | 339 'wm/workspace/maximized_workspace.h', |
| 340 'wm/workspace/multi_window_resize_controller.cc', | 340 'wm/workspace/multi_window_resize_controller.cc', |
| 341 'wm/workspace/multi_window_resize_controller.h', | 341 'wm/workspace/multi_window_resize_controller.h', |
| 342 'wm/workspace/phantom_window_controller.cc', | 342 'wm/workspace/phantom_window_controller.cc', |
| 343 'wm/workspace/phantom_window_controller.h', | 343 'wm/workspace/phantom_window_controller.h', |
| 344 'wm/workspace/snap_sizer.cc', | 344 'wm/workspace/snap_sizer.cc', |
| 345 'wm/workspace/snap_sizer.h', | 345 'wm/workspace/snap_sizer.h', |
| 346 'wm/workspace/snap_types.h', | 346 'wm/workspace/snap_types.h', |
| 347 'wm/workspace/workspace.cc', | 347 'wm/workspace/workspace.cc', |
| 348 'wm/workspace/workspace.h', | 348 'wm/workspace/workspace.h', |
| 349 'wm/workspace/workspace2.cc', |
| 350 'wm/workspace/workspace2.h', |
| 349 'wm/workspace/workspace_event_filter.cc', | 351 'wm/workspace/workspace_event_filter.cc', |
| 350 'wm/workspace/workspace_event_filter.h', | 352 'wm/workspace/workspace_event_filter.h', |
| 351 'wm/workspace/workspace_layout_manager.cc', | 353 'wm/workspace/workspace_layout_manager.cc', |
| 352 'wm/workspace/workspace_layout_manager.h', | 354 'wm/workspace/workspace_layout_manager.h', |
| 353 'wm/workspace/workspace_manager.cc', | 355 'wm/workspace/workspace_manager.cc', |
| 354 'wm/workspace/workspace_manager.h', | 356 'wm/workspace/workspace_manager.h', |
| 357 'wm/workspace/workspace_manager2.cc', |
| 358 'wm/workspace/workspace_manager2.h', |
| 355 'wm/workspace/workspace_types.h', | 359 'wm/workspace/workspace_types.h', |
| 356 'wm/workspace/workspace_window_resizer.cc', | 360 'wm/workspace/workspace_window_resizer.cc', |
| 357 'wm/workspace/workspace_window_resizer.h', | 361 'wm/workspace/workspace_window_resizer.h', |
| 358 ], | 362 ], |
| 359 'conditions': [ | 363 'conditions': [ |
| 360 ['OS=="mac"', { | 364 ['OS=="mac"', { |
| 361 'sources/': [ | 365 'sources/': [ |
| 362 ['exclude', 'accelerators/accelerator_controller.cc'], | 366 ['exclude', 'accelerators/accelerator_controller.cc'], |
| 363 ['exclude', 'accelerators/accelerator_controller.h'], | 367 ['exclude', 'accelerators/accelerator_controller.h'], |
| 364 ['exclude', 'accelerators/accelerator_dispatcher.cc'], | 368 ['exclude', 'accelerators/accelerator_dispatcher.cc'], |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 'wm/window_cycle_controller_unittest.cc', | 486 'wm/window_cycle_controller_unittest.cc', |
| 483 'wm/window_manager_unittest.cc', | 487 'wm/window_manager_unittest.cc', |
| 484 'wm/window_modality_controller_unittest.cc', | 488 'wm/window_modality_controller_unittest.cc', |
| 485 'wm/workspace_controller_test_helper.cc', | 489 'wm/workspace_controller_test_helper.cc', |
| 486 'wm/workspace_controller_test_helper.h', | 490 'wm/workspace_controller_test_helper.h', |
| 487 'wm/workspace/multi_window_resize_controller_unittest.cc', | 491 'wm/workspace/multi_window_resize_controller_unittest.cc', |
| 488 'wm/workspace/workspace_event_filter_test_helper.cc', | 492 'wm/workspace/workspace_event_filter_test_helper.cc', |
| 489 'wm/workspace/workspace_event_filter_test_helper.h', | 493 'wm/workspace/workspace_event_filter_test_helper.h', |
| 490 'wm/workspace/workspace_event_filter_unittest.cc', | 494 'wm/workspace/workspace_event_filter_unittest.cc', |
| 491 'wm/workspace/workspace_manager_unittest.cc', | 495 'wm/workspace/workspace_manager_unittest.cc', |
| 496 'wm/workspace/workspace_manager2_unittest.cc', |
| 492 'wm/workspace/workspace_window_resizer_unittest.cc', | 497 'wm/workspace/workspace_window_resizer_unittest.cc', |
| 493 ], | 498 ], |
| 494 'conditions': [ | 499 'conditions': [ |
| 495 ['use_ibus==1', { | 500 ['use_ibus==1', { |
| 496 'dependencies': [ | 501 'dependencies': [ |
| 497 '../build/linux/system.gyp:ibus', | 502 '../build/linux/system.gyp:ibus', |
| 498 ], | 503 ], |
| 499 }], | 504 }], |
| 500 ['OS=="win"', { | 505 ['OS=="win"', { |
| 501 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690
6 | 506 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690
6 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'shell/cocoa/app-Info.plist', | 609 'shell/cocoa/app-Info.plist', |
| 605 ], | 610 ], |
| 606 'xcode_settings': { | 611 'xcode_settings': { |
| 607 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 612 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 608 }, | 613 }, |
| 609 }], | 614 }], |
| 610 ], | 615 ], |
| 611 }, | 616 }, |
| 612 ], | 617 ], |
| 613 } | 618 } |
| OLD | NEW |