| 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', | |
| 1035 '../win8/win8.gyp:metro_viewer', | 1034 '../win8/win8.gyp:metro_viewer', |
| 1036 '../win8/win8.gyp:test_support_win8', | 1035 '../win8/win8.gyp:test_support_win8', |
| 1037 '../win8/win8_tests.gyp:test_registrar', | 1036 '../win8/win8_tests.gyp:test_registrar', |
| 1038 ], | 1037 ], |
| 1039 'sources': [ | 1038 'sources': [ |
| 1040 'test/test_metro_viewer_process_host.cc', | 1039 'test/test_metro_viewer_process_host.cc', |
| 1041 'test/test_metro_viewer_process_host.h', | 1040 'test/test_metro_viewer_process_host.h', |
| 1042 ], | 1041 ], |
| 1043 }], | 1042 }], |
| 1044 ], | 1043 ], |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 'conditions': [ | 1245 'conditions': [ |
| 1247 ['chromeos==1', { | 1246 ['chromeos==1', { |
| 1248 'dependencies': [ | 1247 'dependencies': [ |
| 1249 '../ui/display/display.gyp:display', | 1248 '../ui/display/display.gyp:display', |
| 1250 ], | 1249 ], |
| 1251 }], | 1250 }], |
| 1252 ], | 1251 ], |
| 1253 }, | 1252 }, |
| 1254 ], | 1253 ], |
| 1255 } | 1254 } |
| OLD | NEW |