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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 'wm/workspace/snap_sizer.cc', | 334 'wm/workspace/snap_sizer.cc', |
335 'wm/workspace/snap_sizer.h', | 335 'wm/workspace/snap_sizer.h', |
336 'wm/workspace/workspace.cc', | 336 'wm/workspace/workspace.cc', |
337 'wm/workspace/workspace.h', | 337 'wm/workspace/workspace.h', |
338 'wm/workspace/workspace_event_filter.cc', | 338 'wm/workspace/workspace_event_filter.cc', |
339 'wm/workspace/workspace_event_filter.h', | 339 'wm/workspace/workspace_event_filter.h', |
340 'wm/workspace/workspace_layout_manager.cc', | 340 'wm/workspace/workspace_layout_manager.cc', |
341 'wm/workspace/workspace_layout_manager.h', | 341 'wm/workspace/workspace_layout_manager.h', |
342 'wm/workspace/workspace_manager.cc', | 342 'wm/workspace/workspace_manager.cc', |
343 'wm/workspace/workspace_manager.h', | 343 'wm/workspace/workspace_manager.h', |
| 344 'wm/workspace/workspace_types.h', |
344 'wm/workspace/workspace_window_resizer.cc', | 345 'wm/workspace/workspace_window_resizer.cc', |
345 'wm/workspace/workspace_window_resizer.h', | 346 'wm/workspace/workspace_window_resizer.h', |
346 ], | 347 ], |
347 'conditions': [ | 348 'conditions': [ |
348 ['OS=="mac"', { | 349 ['OS=="mac"', { |
349 'sources/': [ | 350 'sources/': [ |
350 ['exclude', 'accelerators/accelerator_controller.cc'], | 351 ['exclude', 'accelerators/accelerator_controller.cc'], |
351 ['exclude', 'accelerators/accelerator_controller.h'], | 352 ['exclude', 'accelerators/accelerator_controller.h'], |
352 ['exclude', 'accelerators/accelerator_dispatcher.cc'], | 353 ['exclude', 'accelerators/accelerator_dispatcher.cc'], |
353 ['exclude', 'accelerators/accelerator_dispatcher.h'], | 354 ['exclude', 'accelerators/accelerator_dispatcher.h'], |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 'shell/cocoa/app-Info.plist', | 612 'shell/cocoa/app-Info.plist', |
612 ], | 613 ], |
613 'xcode_settings': { | 614 'xcode_settings': { |
614 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 615 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
615 }, | 616 }, |
616 }], | 617 }], |
617 ], | 618 ], |
618 }, | 619 }, |
619 ], | 620 ], |
620 } | 621 } |
OLD | NEW |