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 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
10 'ash_sources': [ | 10 'ash_sources': [ |
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 'defines': [ | 909 'defines': [ |
910 'ASH_IMPLEMENTATION', | 910 'ASH_IMPLEMENTATION', |
911 ], | 911 ], |
912 'sources': [ | 912 'sources': [ |
913 '<@(ash_sources)', | 913 '<@(ash_sources)', |
914 ], | 914 ], |
915 'conditions': [ | 915 'conditions': [ |
916 ['OS=="win"', { | 916 ['OS=="win"', { |
917 'sources!': [ | 917 'sources!': [ |
918 # Note: sources list duplicated in GN build. | 918 # Note: sources list duplicated in GN build. |
919 "host/window_tree_host_factory.cc", | |
920 "sticky_keys/sticky_keys_controller.cc", | 919 "sticky_keys/sticky_keys_controller.cc", |
921 "sticky_keys/sticky_keys_controller.h", | 920 "sticky_keys/sticky_keys_controller.h", |
922 ], | 921 ], |
923 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 922 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
924 'msvs_disabled_warnings': [ 4267, ], | 923 'msvs_disabled_warnings': [ 4267, ], |
925 }], | 924 }], |
926 ['use_x11!=1', { | 925 ['use_x11!=1', { |
927 'sources!': [ | 926 'sources!': [ |
928 # Note: sources list duplicated in GN build. | 927 # Note: sources list duplicated in GN build. |
929 'accelerators/key_hold_detector.cc', | 928 'accelerators/key_hold_detector.cc', |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1244 'conditions': [ | 1243 'conditions': [ |
1245 ['chromeos==1', { | 1244 ['chromeos==1', { |
1246 'dependencies': [ | 1245 'dependencies': [ |
1247 '../ui/display/display.gyp:display', | 1246 '../ui/display/display.gyp:display', |
1248 ], | 1247 ], |
1249 }], | 1248 }], |
1250 ], | 1249 ], |
1251 }, | 1250 }, |
1252 ], | 1251 ], |
1253 } | 1252 } |
OLD | NEW |