| 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 29 matching lines...) Expand all Loading... |
| 40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 41 '../url/url.gyp:url_lib', | 41 '../url/url.gyp:url_lib', |
| 42 'ash_strings.gyp:ash_strings', | 42 'ash_strings.gyp:ash_strings', |
| 43 'ash_resources', | 43 'ash_resources', |
| 44 ], | 44 ], |
| 45 'defines': [ | 45 'defines': [ |
| 46 'ASH_IMPLEMENTATION', | 46 'ASH_IMPLEMENTATION', |
| 47 ], | 47 ], |
| 48 'sources': [ | 48 'sources': [ |
| 49 # All .cc, .h under ash, except unittests | 49 # All .cc, .h under ash, except unittests |
| 50 'accelerators/accelerator_commands.cc', |
| 51 'accelerators/accelerator_commands.h', |
| 50 'accelerators/accelerator_controller.cc', | 52 'accelerators/accelerator_controller.cc', |
| 51 'accelerators/accelerator_controller.h', | 53 'accelerators/accelerator_controller.h', |
| 52 'accelerators/accelerator_dispatcher.cc', | 54 'accelerators/accelerator_dispatcher.cc', |
| 53 'accelerators/accelerator_dispatcher.h', | 55 'accelerators/accelerator_dispatcher.h', |
| 54 'accelerators/accelerator_filter.cc', | 56 'accelerators/accelerator_filter.cc', |
| 55 'accelerators/accelerator_filter.h', | 57 'accelerators/accelerator_filter.h', |
| 56 'accelerators/accelerator_table.cc', | 58 'accelerators/accelerator_table.cc', |
| 57 'accelerators/accelerator_table.h', | 59 'accelerators/accelerator_table.h', |
| 58 'accelerators/exit_warning_handler.cc', | 60 'accelerators/exit_warning_handler.cc', |
| 59 'accelerators/exit_warning_handler.h', | 61 'accelerators/exit_warning_handler.h', |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 'wm/workspace/workspace_event_handler.h', | 530 'wm/workspace/workspace_event_handler.h', |
| 529 'wm/workspace/workspace_layout_manager.cc', | 531 'wm/workspace/workspace_layout_manager.cc', |
| 530 'wm/workspace/workspace_layout_manager.h', | 532 'wm/workspace/workspace_layout_manager.h', |
| 531 'wm/workspace/workspace_types.h', | 533 'wm/workspace/workspace_types.h', |
| 532 'wm/workspace/workspace_window_resizer.cc', | 534 'wm/workspace/workspace_window_resizer.cc', |
| 533 'wm/workspace/workspace_window_resizer.h', | 535 'wm/workspace/workspace_window_resizer.h', |
| 534 ], | 536 ], |
| 535 'conditions': [ | 537 'conditions': [ |
| 536 ['OS=="mac"', { | 538 ['OS=="mac"', { |
| 537 'sources/': [ | 539 'sources/': [ |
| 540 ['exclude', 'accelerators/accelerator_commands.cc'], |
| 541 ['exclude', 'accelerators/accelerator_commands.h'], |
| 538 ['exclude', 'accelerators/accelerator_controller.cc'], | 542 ['exclude', 'accelerators/accelerator_controller.cc'], |
| 539 ['exclude', 'accelerators/accelerator_controller.h'], | 543 ['exclude', 'accelerators/accelerator_controller.h'], |
| 540 ['exclude', 'accelerators/accelerator_dispatcher.cc'], | 544 ['exclude', 'accelerators/accelerator_dispatcher.cc'], |
| 541 ['exclude', 'accelerators/accelerator_dispatcher.h'], | 545 ['exclude', 'accelerators/accelerator_dispatcher.h'], |
| 542 ['exclude', 'accelerators/accelerator_filter.cc'], | 546 ['exclude', 'accelerators/accelerator_filter.cc'], |
| 543 ['exclude', 'accelerators/accelerator_filter.h'], | 547 ['exclude', 'accelerators/accelerator_filter.h'], |
| 544 ['exclude', 'accelerators/exit_warning_handler.cc'], | 548 ['exclude', 'accelerators/exit_warning_handler.cc'], |
| 545 ['exclude', 'accelerators/exit_warning_handler.h'], | 549 ['exclude', 'accelerators/exit_warning_handler.h'], |
| 546 ['exclude', 'accelerators/nested_dispatcher_controller.cc'], | 550 ['exclude', 'accelerators/nested_dispatcher_controller.cc'], |
| 547 ['exclude', 'accelerators/nested_dispatcher_controller.h'], | 551 ['exclude', 'accelerators/nested_dispatcher_controller.h'], |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 'ash_strings.gyp:ash_strings', | 676 'ash_strings.gyp:ash_strings', |
| 673 'ash', | 677 'ash', |
| 674 'ash_resources', | 678 'ash_resources', |
| 675 'ash_test_support', | 679 'ash_test_support', |
| 676 ], | 680 ], |
| 677 'sources': [ | 681 'sources': [ |
| 678 '../ui/compositor/test/layer_animator_test_controller.cc', | 682 '../ui/compositor/test/layer_animator_test_controller.cc', |
| 679 '../ui/compositor/test/layer_animator_test_controller.h', | 683 '../ui/compositor/test/layer_animator_test_controller.h', |
| 680 '../ui/views/test/test_views_delegate.cc', | 684 '../ui/views/test/test_views_delegate.cc', |
| 681 '../ui/views/test/test_views_delegate.h', | 685 '../ui/views/test/test_views_delegate.h', |
| 686 'accelerators/accelerator_commands_unittest.cc', |
| 682 'accelerators/accelerator_controller_unittest.cc', | 687 'accelerators/accelerator_controller_unittest.cc', |
| 683 'accelerators/accelerator_filter_unittest.cc', | 688 'accelerators/accelerator_filter_unittest.cc', |
| 684 'accelerators/accelerator_table_unittest.cc', | 689 'accelerators/accelerator_table_unittest.cc', |
| 685 'accelerators/nested_dispatcher_controller_unittest.cc', | 690 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 686 'desktop_background/desktop_background_controller_unittest.cc', | 691 'desktop_background/desktop_background_controller_unittest.cc', |
| 687 'desktop_background/wallpaper_resizer_unittest.cc', | 692 'desktop_background/wallpaper_resizer_unittest.cc', |
| 688 'dip_unittest.cc', | 693 'dip_unittest.cc', |
| 689 'display/display_controller_unittest.cc', | 694 'display/display_controller_unittest.cc', |
| 690 'display/display_change_observer_chromeos_unittest.cc', | 695 'display/display_change_observer_chromeos_unittest.cc', |
| 691 'display/display_error_observer_chromeos_unittest.cc', | 696 'display/display_error_observer_chromeos_unittest.cc', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 'shell/cocoa/app-Info.plist', | 936 'shell/cocoa/app-Info.plist', |
| 932 ], | 937 ], |
| 933 'xcode_settings': { | 938 'xcode_settings': { |
| 934 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 939 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 935 }, | 940 }, |
| 936 }], | 941 }], |
| 937 ], | 942 ], |
| 938 }, | 943 }, |
| 939 ], | 944 ], |
| 940 } | 945 } |
| OLD | NEW |