| 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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 '../content/content_shell_and_tests.gyp:test_support_content', | 808 '../content/content_shell_and_tests.gyp:test_support_content', |
| 809 '../skia/skia.gyp:skia', | 809 '../skia/skia.gyp:skia', |
| 810 '../testing/gtest.gyp:gtest', | 810 '../testing/gtest.gyp:gtest', |
| 811 '../third_party/icu/icu.gyp:icui18n', | 811 '../third_party/icu/icu.gyp:icui18n', |
| 812 '../third_party/icu/icu.gyp:icuuc', | 812 '../third_party/icu/icu.gyp:icuuc', |
| 813 '../ui/app_list/app_list.gyp:app_list', | 813 '../ui/app_list/app_list.gyp:app_list', |
| 814 '../ui/aura/aura.gyp:aura', | 814 '../ui/aura/aura.gyp:aura', |
| 815 '../ui/aura/aura.gyp:aura_test_support', | 815 '../ui/aura/aura.gyp:aura_test_support', |
| 816 '../ui/compositor/compositor.gyp:compositor', | 816 '../ui/compositor/compositor.gyp:compositor', |
| 817 '../ui/compositor/compositor.gyp:compositor_test_support', | 817 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 818 '../ui/display/display.gyp:display', |
| 819 '../ui/display/display.gyp:display_test_util', |
| 818 '../ui/events/events.gyp:events', | 820 '../ui/events/events.gyp:events', |
| 819 '../ui/events/events.gyp:events_test_support', | 821 '../ui/events/events.gyp:events_test_support', |
| 820 '../ui/gfx/gfx.gyp:gfx', | 822 '../ui/gfx/gfx.gyp:gfx', |
| 821 '../ui/gfx/gfx.gyp:gfx_geometry', | 823 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 822 '../ui/keyboard/keyboard.gyp:keyboard', | 824 '../ui/keyboard/keyboard.gyp:keyboard', |
| 823 '../ui/message_center/message_center.gyp:message_center', | 825 '../ui/message_center/message_center.gyp:message_center', |
| 824 '../ui/message_center/message_center.gyp:message_center_test_support', | 826 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 825 '../ui/resources/ui_resources.gyp:ui_resources', | 827 '../ui/resources/ui_resources.gyp:ui_resources', |
| 826 '../ui/ui.gyp:ui', | 828 '../ui/ui.gyp:ui', |
| 827 '../ui/ui_unittests.gyp:ui_test_support', | 829 '../ui/ui_unittests.gyp:ui_test_support', |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1105 }, | 1107 }, |
| 1106 }, | 1108 }, |
| 1107 'dependencies': [ | 1109 'dependencies': [ |
| 1108 '../sandbox/sandbox.gyp:sandbox', | 1110 '../sandbox/sandbox.gyp:sandbox', |
| 1109 ], | 1111 ], |
| 1110 }], | 1112 }], |
| 1111 ], | 1113 ], |
| 1112 }, | 1114 }, |
| 1113 ], | 1115 ], |
| 1114 } | 1116 } |
| OLD | NEW |