| 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 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 830 'test/test_suite.cc', | 830 'test/test_suite.cc', |
| 831 'test/test_suite.h', | 831 'test/test_suite.h', |
| 832 'test/test_suite_init.h', | 832 'test/test_suite_init.h', |
| 833 'test/test_suite_init.mm', | 833 'test/test_suite_init.mm', |
| 834 'test/test_system_tray_delegate.cc', | 834 'test/test_system_tray_delegate.cc', |
| 835 'test/test_system_tray_delegate.h', | 835 'test/test_system_tray_delegate.h', |
| 836 'test/test_user_wallpaper_delegate.cc', | 836 'test/test_user_wallpaper_delegate.cc', |
| 837 'test/test_user_wallpaper_delegate.h', | 837 'test/test_user_wallpaper_delegate.h', |
| 838 'test/ui_controls_factory_ash.cc', | 838 'test/ui_controls_factory_ash.cc', |
| 839 'test/ui_controls_factory_ash.h', | 839 'test/ui_controls_factory_ash.h', |
| 840 'test/volume_control_delegate_stub.cc', |
| 841 'test/volume_control_delegate_stub.h', |
| 840 ], | 842 ], |
| 841 'conditions': [ | 843 'conditions': [ |
| 842 ['OS=="win"', { | 844 ['OS=="win"', { |
| 843 'dependencies': [ | 845 'dependencies': [ |
| 844 '../ipc/ipc.gyp:ipc', | 846 '../ipc/ipc.gyp:ipc', |
| 845 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 847 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 846 '../win8/win8.gyp:metro_viewer', | 848 '../win8/win8.gyp:metro_viewer', |
| 847 '../win8/win8.gyp:test_support_win8', | 849 '../win8/win8.gyp:test_support_win8', |
| 848 '../win8/win8_tests.gyp:test_registrar', | 850 '../win8/win8_tests.gyp:test_registrar', |
| 849 ], | 851 ], |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1185 }], | 1187 }], |
| 1186 ['chromeos==1', { | 1188 ['chromeos==1', { |
| 1187 'dependencies': [ | 1189 'dependencies': [ |
| 1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1190 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1189 ], | 1191 ], |
| 1190 }], | 1192 }], |
| 1191 ], | 1193 ], |
| 1192 }, | 1194 }, |
| 1193 ], | 1195 ], |
| 1194 } | 1196 } |
| OLD | NEW |