| 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 '../ui/accessibility/accessibility.gyp:accessibility', | 870 '../ui/accessibility/accessibility.gyp:accessibility', |
| 871 '../ui/app_list/app_list.gyp:app_list', | 871 '../ui/app_list/app_list.gyp:app_list', |
| 872 '../ui/aura/aura.gyp:aura', | 872 '../ui/aura/aura.gyp:aura', |
| 873 '../ui/aura/aura.gyp:aura_test_support', | 873 '../ui/aura/aura.gyp:aura_test_support', |
| 874 '../ui/base/ui_base.gyp:ui_base', | 874 '../ui/base/ui_base.gyp:ui_base', |
| 875 '../ui/base/ui_base.gyp:ui_base_test_support', | 875 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 876 '../ui/compositor/compositor.gyp:compositor', | 876 '../ui/compositor/compositor.gyp:compositor', |
| 877 '../ui/compositor/compositor.gyp:compositor_test_support', | 877 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 878 '../ui/events/events.gyp:events', | 878 '../ui/events/events.gyp:events', |
| 879 '../ui/events/events.gyp:events_test_support', | 879 '../ui/events/events.gyp:events_test_support', |
| 880 '../ui/events/events.gyp:gesture_detection', |
| 880 '../ui/gfx/gfx.gyp:gfx', | 881 '../ui/gfx/gfx.gyp:gfx', |
| 881 '../ui/gfx/gfx.gyp:gfx_geometry', | 882 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 882 '../ui/keyboard/keyboard.gyp:keyboard', | 883 '../ui/keyboard/keyboard.gyp:keyboard', |
| 883 '../ui/message_center/message_center.gyp:message_center', | 884 '../ui/message_center/message_center.gyp:message_center', |
| 884 '../ui/message_center/message_center.gyp:message_center_test_support', | 885 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 885 '../ui/resources/ui_resources.gyp:ui_resources', | 886 '../ui/resources/ui_resources.gyp:ui_resources', |
| 886 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', | 887 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', |
| 887 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', | 888 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', |
| 888 '../ui/views/views.gyp:views', | 889 '../ui/views/views.gyp:views', |
| 889 '../ui/views/views.gyp:views_test_support', | 890 '../ui/views/views.gyp:views_test_support', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 }], | 1187 }], |
| 1187 ['chromeos==1', { | 1188 ['chromeos==1', { |
| 1188 'dependencies': [ | 1189 'dependencies': [ |
| 1189 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1190 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1190 ], | 1191 ], |
| 1191 }], | 1192 }], |
| 1192 ], | 1193 ], |
| 1193 }, | 1194 }, |
| 1194 ], | 1195 ], |
| 1195 } | 1196 } |
| OLD | NEW |