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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'ash_sources': [ | 9 'ash_sources': [ |
10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 '../ui/native_theme/native_theme.gyp:native_theme', | 966 '../ui/native_theme/native_theme.gyp:native_theme', |
967 '../ui/platform_window/stub/stub_window.gyp:stub_window', | 967 '../ui/platform_window/stub/stub_window.gyp:stub_window', |
968 '../ui/resources/ui_resources.gyp:ui_resources', | 968 '../ui/resources/ui_resources.gyp:ui_resources', |
969 '../ui/strings/ui_strings.gyp:ui_strings', | 969 '../ui/strings/ui_strings.gyp:ui_strings', |
970 '../ui/views/views.gyp:views', | 970 '../ui/views/views.gyp:views', |
971 '../ui/wm/wm.gyp:wm', | 971 '../ui/wm/wm.gyp:wm', |
972 '../url/url.gyp:url_lib', | 972 '../url/url.gyp:url_lib', |
973 'ash_resources.gyp:ash_resources', | 973 'ash_resources.gyp:ash_resources', |
974 'ash_strings.gyp:ash_strings', | 974 'ash_strings.gyp:ash_strings', |
975 'wm/common/ash_wm_common.gyp:ash_wm_common', | 975 'wm/common/ash_wm_common.gyp:ash_wm_common', |
| 976 'wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources', |
976 ], | 977 ], |
977 'defines': [ | 978 'defines': [ |
978 'ASH_IMPLEMENTATION', | 979 'ASH_IMPLEMENTATION', |
979 ], | 980 ], |
980 'sources': [ | 981 'sources': [ |
981 '<@(ash_sources)', | 982 '<@(ash_sources)', |
982 ], | 983 ], |
983 'conditions': [ | 984 'conditions': [ |
984 ['OS=="win"', { | 985 ['OS=="win"', { |
985 'sources!': [ | 986 'sources!': [ |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1350 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1351 ], | 1352 ], |
1352 } | 1353 } |
1353 ], | 1354 ], |
1354 ], | 1355 ], |
1355 }, | 1356 }, |
1356 ], | 1357 ], |
1357 }], | 1358 }], |
1358 ], | 1359 ], |
1359 } | 1360 } |
OLD | NEW |