| 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 '../ui/aura/aura.gyp:aura', | 700 '../ui/aura/aura.gyp:aura', |
| 701 '../ui/aura/aura.gyp:aura_test_support', | 701 '../ui/aura/aura.gyp:aura_test_support', |
| 702 '../ui/compositor/compositor.gyp:compositor', | 702 '../ui/compositor/compositor.gyp:compositor', |
| 703 '../ui/events/events.gyp:events', | 703 '../ui/events/events.gyp:events', |
| 704 '../ui/gfx/gfx.gyp:gfx', | 704 '../ui/gfx/gfx.gyp:gfx', |
| 705 '../ui/keyboard/keyboard.gyp:keyboard', | 705 '../ui/keyboard/keyboard.gyp:keyboard', |
| 706 '../ui/message_center/message_center.gyp:message_center', | 706 '../ui/message_center/message_center.gyp:message_center', |
| 707 '../ui/message_center/message_center.gyp:message_center_test_support', | 707 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 708 '../ui/ui.gyp:ui', | 708 '../ui/ui.gyp:ui', |
| 709 '../ui/ui.gyp:ui_resources', | 709 '../ui/ui.gyp:ui_resources', |
| 710 '../ui/ui.gyp:ui_test_support', | 710 '../ui/ui_unittests.gyp:ui_test_support', |
| 711 '../ui/views/views.gyp:views', | 711 '../ui/views/views.gyp:views', |
| 712 '../ui/views/views.gyp:views_examples_with_content_lib', | 712 '../ui/views/views.gyp:views_examples_with_content_lib', |
| 713 '../ui/views/views.gyp:views_test_support', | 713 '../ui/views/views.gyp:views_test_support', |
| 714 '../ui/views/views.gyp:views_with_content_test_support', | 714 '../ui/views/views.gyp:views_with_content_test_support', |
| 715 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 715 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 716 '../url/url.gyp:url_lib', | 716 '../url/url.gyp:url_lib', |
| 717 'ash_strings.gyp:ash_strings', | 717 'ash_strings.gyp:ash_strings', |
| 718 'ash', | 718 'ash', |
| 719 'ash_resources', | 719 'ash_resources', |
| 720 'ash_test_support', | 720 'ash_test_support', |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 }, | 955 }, |
| 956 }, | 956 }, |
| 957 'dependencies': [ | 957 'dependencies': [ |
| 958 '../sandbox/sandbox.gyp:sandbox', | 958 '../sandbox/sandbox.gyp:sandbox', |
| 959 ], | 959 ], |
| 960 }], | 960 }], |
| 961 ], | 961 ], |
| 962 }, | 962 }, |
| 963 ], | 963 ], |
| 964 } | 964 } |
| OLD | NEW |