| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'ime/candidate_window_view.h', | 163 'ime/candidate_window_view.h', |
| 164 'ime/infolist_window.cc', | 164 'ime/infolist_window.cc', |
| 165 'ime/infolist_window.h', | 165 'ime/infolist_window.h', |
| 166 'ime/mode_indicator_view.cc', | 166 'ime/mode_indicator_view.cc', |
| 167 'ime/mode_indicator_view.h', | 167 'ime/mode_indicator_view.h', |
| 168 'keyboard_uma_event_filter.cc', | 168 'keyboard_uma_event_filter.cc', |
| 169 'keyboard_uma_event_filter.h', | 169 'keyboard_uma_event_filter.h', |
| 170 'magnifier/magnification_controller.cc', | 170 'magnifier/magnification_controller.cc', |
| 171 'magnifier/magnification_controller.h', | 171 'magnifier/magnification_controller.h', |
| 172 'magnifier/magnifier_constants.h', | 172 'magnifier/magnifier_constants.h', |
| 173 'magnifier/magnifier_key_scroller.cc', |
| 174 'magnifier/magnifier_key_scroller.h', |
| 173 'magnifier/partial_magnification_controller.cc', | 175 'magnifier/partial_magnification_controller.cc', |
| 174 'magnifier/partial_magnification_controller.h', | 176 'magnifier/partial_magnification_controller.h', |
| 175 'metrics/user_metrics_recorder.cc', | 177 'metrics/user_metrics_recorder.cc', |
| 176 'metrics/user_metrics_recorder.h', | 178 'metrics/user_metrics_recorder.h', |
| 177 'multi_profile_uma.cc', | 179 'multi_profile_uma.cc', |
| 178 'multi_profile_uma.h', | 180 'multi_profile_uma.h', |
| 179 'popup_message.cc', | 181 'popup_message.cc', |
| 180 'popup_message.h', | 182 'popup_message.h', |
| 181 'root_window_controller.cc', | 183 'root_window_controller.cc', |
| 182 'root_window_controller.h', | 184 'root_window_controller.h', |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 ['exclude', 'system/monitor/tray_monitor.cc'], | 631 ['exclude', 'system/monitor/tray_monitor.cc'], |
| 630 ['exclude', 'system/monitor/tray_monitor.h'], | 632 ['exclude', 'system/monitor/tray_monitor.h'], |
| 631 ], | 633 ], |
| 632 }], | 634 }], |
| 633 ['use_x11!=1', { | 635 ['use_x11!=1', { |
| 634 'sources/': [ | 636 'sources/': [ |
| 635 ['exclude', 'display/display_change_observer_chromeos.cc'], | 637 ['exclude', 'display/display_change_observer_chromeos.cc'], |
| 636 ['exclude', 'display/display_change_observer_chromeos.h'], | 638 ['exclude', 'display/display_change_observer_chromeos.h'], |
| 637 ['exclude', 'display/display_error_observer_chromeos.cc'], | 639 ['exclude', 'display/display_error_observer_chromeos.cc'], |
| 638 ['exclude', 'display/display_error_observer_chromeos.h'], | 640 ['exclude', 'display/display_error_observer_chromeos.h'], |
| 641 ['exclude', 'magnifier/magnifier_key_scroller.cc'], |
| 642 ['exclude', 'magnifier/magnifier_key_scroller.h'], |
| 639 ], | 643 ], |
| 640 }], | 644 }], |
| 641 ['chromeos==1', { | 645 ['chromeos==1', { |
| 642 'dependencies': [ | 646 'dependencies': [ |
| 643 '../chromeos/chromeos.gyp:chromeos', | 647 '../chromeos/chromeos.gyp:chromeos', |
| 644 # Ash #includes power_supply_properties.pb.h directly. | 648 # Ash #includes power_supply_properties.pb.h directly. |
| 645 '../chromeos/chromeos.gyp:power_manager_proto', | 649 '../chromeos/chromeos.gyp:power_manager_proto', |
| 646 ], | 650 ], |
| 647 }, { # else: chromeos!=1 | 651 }, { # else: chromeos!=1 |
| 648 'sources/': [ | 652 'sources/': [ |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 'display/root_window_transformers_unittest.cc', | 838 'display/root_window_transformers_unittest.cc', |
| 835 'display/screen_position_controller_unittest.cc', | 839 'display/screen_position_controller_unittest.cc', |
| 836 'drag_drop/drag_drop_controller_unittest.cc', | 840 'drag_drop/drag_drop_controller_unittest.cc', |
| 837 'drag_drop/drag_drop_tracker_unittest.cc', | 841 'drag_drop/drag_drop_tracker_unittest.cc', |
| 838 'extended_desktop_unittest.cc', | 842 'extended_desktop_unittest.cc', |
| 839 'focus_cycler_unittest.cc', | 843 'focus_cycler_unittest.cc', |
| 840 'ime/candidate_window_view_unittest.cc', | 844 'ime/candidate_window_view_unittest.cc', |
| 841 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 845 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
| 842 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 846 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
| 843 'magnifier/magnification_controller_unittest.cc', | 847 'magnifier/magnification_controller_unittest.cc', |
| 848 'magnifier/magnifier_key_scroller_unittest.cc', |
| 844 'root_window_controller_unittest.cc', | 849 'root_window_controller_unittest.cc', |
| 845 'screen_util_unittest.cc', | 850 'screen_util_unittest.cc', |
| 846 'screensaver/screensaver_view_unittest.cc', | 851 'screensaver/screensaver_view_unittest.cc', |
| 847 'session_state_delegate_stub.cc', | 852 'session_state_delegate_stub.cc', |
| 848 'session_state_delegate_stub.h', | 853 'session_state_delegate_stub.h', |
| 849 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 854 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
| 850 'shelf/shelf_layout_manager_unittest.cc', | 855 'shelf/shelf_layout_manager_unittest.cc', |
| 851 'shelf/shelf_model_unittest.cc', | 856 'shelf/shelf_model_unittest.cc', |
| 852 'shelf/shelf_navigator_unittest.cc', | 857 'shelf/shelf_navigator_unittest.cc', |
| 853 'shelf/shelf_tooltip_manager_unittest.cc', | 858 'shelf/shelf_tooltip_manager_unittest.cc', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 }], | 969 }], |
| 965 ['OS=="win" and win_use_allocator_shim==1', { | 970 ['OS=="win" and win_use_allocator_shim==1', { |
| 966 'dependencies': [ | 971 'dependencies': [ |
| 967 '../base/allocator/allocator.gyp:allocator', | 972 '../base/allocator/allocator.gyp:allocator', |
| 968 ], | 973 ], |
| 969 }], | 974 }], |
| 970 ['use_x11!=1', { | 975 ['use_x11!=1', { |
| 971 'sources/': [ | 976 'sources/': [ |
| 972 ['exclude', 'display/display_change_observer_chromeos_unittest.cc'], | 977 ['exclude', 'display/display_change_observer_chromeos_unittest.cc'], |
| 973 ['exclude', 'display/display_error_observer_chromeos_unittest.cc'], | 978 ['exclude', 'display/display_error_observer_chromeos_unittest.cc'], |
| 979 ['exclude', 'magnifier/magnifier_key_scroller_unittest.cc'], |
| 974 ], | 980 ], |
| 975 }], | 981 }], |
| 976 ['chromeos==1', { | 982 ['chromeos==1', { |
| 977 'dependencies': [ | 983 'dependencies': [ |
| 978 '../chromeos/chromeos.gyp:power_manager_proto', | 984 '../chromeos/chromeos.gyp:power_manager_proto', |
| 979 ], | 985 ], |
| 980 'sources': [ | 986 'sources': [ |
| 981 'first_run/first_run_helper_unittest.cc', | 987 'first_run/first_run_helper_unittest.cc', |
| 982 ], | 988 ], |
| 983 }, { # else: chromeos!=1 | 989 }, { # else: chromeos!=1 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 }, | 1078 }, |
| 1073 }, | 1079 }, |
| 1074 'dependencies': [ | 1080 'dependencies': [ |
| 1075 '../sandbox/sandbox.gyp:sandbox', | 1081 '../sandbox/sandbox.gyp:sandbox', |
| 1076 ], | 1082 ], |
| 1077 }], | 1083 }], |
| 1078 ], | 1084 ], |
| 1079 }, | 1085 }, |
| 1080 ], | 1086 ], |
| 1081 } | 1087 } |
| OLD | NEW |