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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1024 'ash_resources.gyp:ash_resources', | 1024 'ash_resources.gyp:ash_resources', |
1025 ], | 1025 ], |
1026 'sources': [ | 1026 'sources': [ |
1027 '<@(ash_test_support_sources)', | 1027 '<@(ash_test_support_sources)', |
1028 ], | 1028 ], |
1029 'conditions': [ | 1029 'conditions': [ |
1030 ['OS=="win"', { | 1030 ['OS=="win"', { |
1031 'dependencies': [ | 1031 'dependencies': [ |
1032 '../ipc/ipc.gyp:ipc', | 1032 '../ipc/ipc.gyp:ipc', |
1033 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 1033 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 1034 '../ui/platform_window/win/win_window.gyp:win_window', |
1034 '../win8/win8.gyp:metro_viewer', | 1035 '../win8/win8.gyp:metro_viewer', |
1035 '../win8/win8.gyp:test_support_win8', | 1036 '../win8/win8.gyp:test_support_win8', |
1036 '../win8/win8_tests.gyp:test_registrar', | 1037 '../win8/win8_tests.gyp:test_registrar', |
1037 ], | 1038 ], |
1038 'sources': [ | 1039 'sources': [ |
1039 'test/test_metro_viewer_process_host.cc', | 1040 'test/test_metro_viewer_process_host.cc', |
1040 'test/test_metro_viewer_process_host.h', | 1041 'test/test_metro_viewer_process_host.h', |
1041 ], | 1042 ], |
1042 }], | 1043 }], |
1043 ], | 1044 ], |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1245 'conditions': [ | 1246 'conditions': [ |
1246 ['chromeos==1', { | 1247 ['chromeos==1', { |
1247 'dependencies': [ | 1248 'dependencies': [ |
1248 '../ui/display/display.gyp:display', | 1249 '../ui/display/display.gyp:display', |
1249 ], | 1250 ], |
1250 }], | 1251 }], |
1251 ], | 1252 ], |
1252 }, | 1253 }, |
1253 ], | 1254 ], |
1254 } | 1255 } |
OLD | NEW |