Chromium Code Reviews| 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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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/events/events.gyp:events', | 818 '../ui/events/events.gyp:events', |
| 819 '../ui/events/events.gyp:events_test_support', | 819 '../ui/events/events.gyp:events_test_support', |
| 820 '../ui/gfx/gfx.gyp:gfx', | 820 '../ui/gfx/gfx.gyp:gfx', |
| 821 '../ui/gfx/gfx.gyp:gfx_geometry', | 821 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 822 '../ui/keyboard/keyboard.gyp:keyboard', | 822 '../ui/keyboard/keyboard.gyp:keyboard', |
| 823 '../ui/message_center/message_center.gyp:message_center', | 823 '../ui/message_center/message_center.gyp:message_center', |
| 824 '../ui/message_center/message_center.gyp:message_center_test_support', | 824 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 825 '../ui/resources/ui_resources.gyp:ui_resources', | 825 '../ui/resources/ui_resources.gyp:ui_resources', |
| 826 '../ui/display/display.gyp:display', | |
|
Daniel Erat
2014/03/05 01:56:12
nit: keep this list alphabetized
dnicoara
2014/03/05 17:29:25
Done.
| |
| 827 '../ui/display/display.gyp:display_test_util', | |
| 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', |
| 828 '../ui/views/views.gyp:views', | 830 '../ui/views/views.gyp:views', |
| 829 '../ui/views/views.gyp:views_examples_with_content_lib', | 831 '../ui/views/views.gyp:views_examples_with_content_lib', |
| 830 '../ui/views/views.gyp:views_test_support', | 832 '../ui/views/views.gyp:views_test_support', |
| 831 '../ui/views/views.gyp:views_with_content_test_support', | 833 '../ui/views/views.gyp:views_with_content_test_support', |
| 832 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 834 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 833 '../url/url.gyp:url_lib', | 835 '../url/url.gyp:url_lib', |
| 834 'ash_strings.gyp:ash_strings', | 836 'ash_strings.gyp:ash_strings', |
| 835 'ash', | 837 'ash', |
| (...skipping 269 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 |