| 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'dependencies': [ | 746 'dependencies': [ |
| 747 '../skia/skia.gyp:skia', | 747 '../skia/skia.gyp:skia', |
| 748 '../testing/gtest.gyp:gtest', | 748 '../testing/gtest.gyp:gtest', |
| 749 '../ui/accessibility/accessibility.gyp:ax_gen', | 749 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 750 '../ui/app_list/app_list.gyp:app_list_test_support', | 750 '../ui/app_list/app_list.gyp:app_list_test_support', |
| 751 '../ui/views/views.gyp:views_test_support', | 751 '../ui/views/views.gyp:views_test_support', |
| 752 'ash', | 752 'ash', |
| 753 'ash_resources', | 753 'ash_resources', |
| 754 ], | 754 ], |
| 755 'sources': [ | 755 'sources': [ |
| 756 'desktop_background/desktop_background_controller_test_api.cc', |
| 757 'desktop_background/desktop_background_controller_test_api.h', |
| 756 'shell/keyboard_controller_proxy_stub.cc', | 758 'shell/keyboard_controller_proxy_stub.cc', |
| 757 'shell/keyboard_controller_proxy_stub.h', | 759 'shell/keyboard_controller_proxy_stub.h', |
| 758 'shell/toplevel_window.cc', | 760 'shell/toplevel_window.cc', |
| 759 'shell/toplevel_window.h', | 761 'shell/toplevel_window.h', |
| 760 'test/app_list_controller_test_api.cc', | 762 'test/app_list_controller_test_api.cc', |
| 761 'test/app_list_controller_test_api.h', | 763 'test/app_list_controller_test_api.h', |
| 762 'test/ash_test_base.cc', | 764 'test/ash_test_base.cc', |
| 763 'test/ash_test_base.h', | 765 'test/ash_test_base.h', |
| 764 'test/ash_test_helper.cc', | 766 'test/ash_test_helper.cc', |
| 765 'test/ash_test_helper.h', | 767 'test/ash_test_helper.h', |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1139 }], | 1141 }], |
| 1140 ['chromeos==1', { | 1142 ['chromeos==1', { |
| 1141 'dependencies': [ | 1143 'dependencies': [ |
| 1142 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1143 ], | 1145 ], |
| 1144 }], | 1146 }], |
| 1145 ], | 1147 ], |
| 1146 }, | 1148 }, |
| 1147 ], | 1149 ], |
| 1148 } | 1150 } |
| OLD | NEW |