| OLD | NEW |
| 1 #a Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 #a 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 'msvs_disabled_warnings': [ 4267, ], | 700 'msvs_disabled_warnings': [ 4267, ], |
| 701 }], | 701 }], |
| 702 ['use_x11!=1', { | 702 ['use_x11!=1', { |
| 703 'sources/': [ | 703 'sources/': [ |
| 704 ['exclude', 'accelerators/key_hold_detector.cc'], | 704 ['exclude', 'accelerators/key_hold_detector.cc'], |
| 705 ['exclude', 'accelerators/key_hold_detector.h'], | 705 ['exclude', 'accelerators/key_hold_detector.h'], |
| 706 ['exclude', 'accelerators/magnifier_key_scroller.cc'], | 706 ['exclude', 'accelerators/magnifier_key_scroller.cc'], |
| 707 ['exclude', 'accelerators/magnifier_key_scroller.h'], | 707 ['exclude', 'accelerators/magnifier_key_scroller.h'], |
| 708 ['exclude', 'accelerators/spoken_feedback_toggler.cc'], | 708 ['exclude', 'accelerators/spoken_feedback_toggler.cc'], |
| 709 ['exclude', 'accelerators/spoken_feedback_toggler.h'], | 709 ['exclude', 'accelerators/spoken_feedback_toggler.h'], |
| 710 ['exclude', 'touch/touch_transformer_controller.cc'], | |
| 711 ['exclude', 'touch/touch_transformer_controller.h'], | |
| 712 ], | 710 ], |
| 713 }, { # else: use_x11==1 | 711 }, { # else: use_x11==1 |
| 714 'dependencies': [ | 712 'dependencies': [ |
| 715 '../build/linux/system.gyp:xfixes', | 713 '../build/linux/system.gyp:xfixes', |
| 716 ], | 714 ], |
| 717 }], | 715 }], |
| 718 ['chromeos==1', { | 716 ['chromeos==1', { |
| 719 'dependencies': [ | 717 'dependencies': [ |
| 720 '../chromeos/chromeos.gyp:chromeos', | 718 '../chromeos/chromeos.gyp:chromeos', |
| 721 # Ash #includes power_supply_properties.pb.h directly. | 719 # Ash #includes power_supply_properties.pb.h directly. |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1056 }], | 1054 }], |
| 1057 ['OS=="win" and win_use_allocator_shim==1', { | 1055 ['OS=="win" and win_use_allocator_shim==1', { |
| 1058 'dependencies': [ | 1056 'dependencies': [ |
| 1059 '../base/allocator/allocator.gyp:allocator', | 1057 '../base/allocator/allocator.gyp:allocator', |
| 1060 ], | 1058 ], |
| 1061 }], | 1059 }], |
| 1062 ['use_x11!=1', { | 1060 ['use_x11!=1', { |
| 1063 'sources/': [ | 1061 'sources/': [ |
| 1064 ['exclude', 'accelerators/magnifier_key_scroller_unittest.cc'], | 1062 ['exclude', 'accelerators/magnifier_key_scroller_unittest.cc'], |
| 1065 ['exclude', 'accelerators/spoken_feedback_toggler_unittest.cc'], | 1063 ['exclude', 'accelerators/spoken_feedback_toggler_unittest.cc'], |
| 1066 ['exclude', 'touch/touch_transformer_controller_unittest.cc'], | |
| 1067 ], | 1064 ], |
| 1068 }], | 1065 }], |
| 1069 ['chromeos==1', { | 1066 ['chromeos==1', { |
| 1070 'dependencies': [ | 1067 'dependencies': [ |
| 1071 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', | 1068 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', |
| 1072 '../chromeos/chromeos.gyp:power_manager_proto', | 1069 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1073 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1070 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1074 '../ui/display/display.gyp:display', | 1071 '../ui/display/display.gyp:display', |
| 1075 '../ui/display/display.gyp:display_test_util', | 1072 '../ui/display/display.gyp:display_test_util', |
| 1076 '../ui/display/display.gyp:display_types', | 1073 '../ui/display/display.gyp:display_types', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 'conditions': [ | 1209 'conditions': [ |
| 1213 ['chromeos==1', { | 1210 ['chromeos==1', { |
| 1214 'dependencies': [ | 1211 'dependencies': [ |
| 1215 '../ui/display/display.gyp:display', | 1212 '../ui/display/display.gyp:display', |
| 1216 ], | 1213 ], |
| 1217 }], | 1214 }], |
| 1218 ], | 1215 ], |
| 1219 }, | 1216 }, |
| 1220 ], | 1217 ], |
| 1221 } | 1218 } |
| OLD | NEW |