| 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 15 matching lines...) Expand all Loading... |
| 26 '../net/net.gyp:net', | 26 '../net/net.gyp:net', |
| 27 '../skia/skia.gyp:skia', | 27 '../skia/skia.gyp:skia', |
| 28 '../third_party/icu/icu.gyp:icui18n', | 28 '../third_party/icu/icu.gyp:icui18n', |
| 29 '../third_party/icu/icu.gyp:icuuc', | 29 '../third_party/icu/icu.gyp:icuuc', |
| 30 '../ui/app_list/app_list.gyp:app_list', | 30 '../ui/app_list/app_list.gyp:app_list', |
| 31 '../ui/aura/aura.gyp:aura', | 31 '../ui/aura/aura.gyp:aura', |
| 32 '../ui/base/strings/ui_strings.gyp:ui_strings', | 32 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 33 '../ui/compositor/compositor.gyp:compositor', | 33 '../ui/compositor/compositor.gyp:compositor', |
| 34 '../ui/events/events.gyp:events', | 34 '../ui/events/events.gyp:events', |
| 35 '../ui/gfx/gfx.gyp:gfx', | 35 '../ui/gfx/gfx.gyp:gfx', |
| 36 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 36 '../ui/keyboard/keyboard.gyp:keyboard', | 37 '../ui/keyboard/keyboard.gyp:keyboard', |
| 37 '../ui/message_center/message_center.gyp:message_center', | 38 '../ui/message_center/message_center.gyp:message_center', |
| 38 '../ui/oak/oak.gyp:oak', | 39 '../ui/oak/oak.gyp:oak', |
| 39 '../ui/resources/ui_resources.gyp:ui_resources', | 40 '../ui/resources/ui_resources.gyp:ui_resources', |
| 40 '../ui/ui.gyp:ui', | 41 '../ui/ui.gyp:ui', |
| 41 '../ui/views/controls/webview/webview.gyp:webview', | 42 '../ui/views/controls/webview/webview.gyp:webview', |
| 42 '../ui/views/views.gyp:views', | 43 '../ui/views/views.gyp:views', |
| 43 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 44 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 44 '../url/url.gyp:url_lib', | 45 '../url/url.gyp:url_lib', |
| 45 'ash_strings.gyp:ash_strings', | 46 'ash_strings.gyp:ash_strings', |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 '../testing/gtest.gyp:gtest', | 727 '../testing/gtest.gyp:gtest', |
| 727 '../third_party/icu/icu.gyp:icui18n', | 728 '../third_party/icu/icu.gyp:icui18n', |
| 728 '../third_party/icu/icu.gyp:icuuc', | 729 '../third_party/icu/icu.gyp:icuuc', |
| 729 '../ui/app_list/app_list.gyp:app_list', | 730 '../ui/app_list/app_list.gyp:app_list', |
| 730 '../ui/aura/aura.gyp:aura', | 731 '../ui/aura/aura.gyp:aura', |
| 731 '../ui/aura/aura.gyp:aura_test_support', | 732 '../ui/aura/aura.gyp:aura_test_support', |
| 732 '../ui/compositor/compositor.gyp:compositor', | 733 '../ui/compositor/compositor.gyp:compositor', |
| 733 '../ui/events/events.gyp:events', | 734 '../ui/events/events.gyp:events', |
| 734 '../ui/events/events.gyp:events_test_support', | 735 '../ui/events/events.gyp:events_test_support', |
| 735 '../ui/gfx/gfx.gyp:gfx', | 736 '../ui/gfx/gfx.gyp:gfx', |
| 737 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 736 '../ui/keyboard/keyboard.gyp:keyboard', | 738 '../ui/keyboard/keyboard.gyp:keyboard', |
| 737 '../ui/message_center/message_center.gyp:message_center', | 739 '../ui/message_center/message_center.gyp:message_center', |
| 738 '../ui/message_center/message_center.gyp:message_center_test_support', | 740 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 739 '../ui/resources/ui_resources.gyp:ui_resources', | 741 '../ui/resources/ui_resources.gyp:ui_resources', |
| 740 '../ui/ui.gyp:ui', | 742 '../ui/ui.gyp:ui', |
| 741 '../ui/ui_unittests.gyp:ui_test_support', | 743 '../ui/ui_unittests.gyp:ui_test_support', |
| 742 '../ui/views/views.gyp:views', | 744 '../ui/views/views.gyp:views', |
| 743 '../ui/views/views.gyp:views_examples_with_content_lib', | 745 '../ui/views/views.gyp:views_examples_with_content_lib', |
| 744 '../ui/views/views.gyp:views_test_support', | 746 '../ui/views/views.gyp:views_test_support', |
| 745 '../ui/views/views.gyp:views_with_content_test_support', | 747 '../ui/views/views.gyp:views_with_content_test_support', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 '../content/content_shell_and_tests.gyp:content_shell_lib', | 942 '../content/content_shell_and_tests.gyp:content_shell_lib', |
| 941 '../content/content.gyp:content', | 943 '../content/content.gyp:content', |
| 942 '../skia/skia.gyp:skia', | 944 '../skia/skia.gyp:skia', |
| 943 '../third_party/icu/icu.gyp:icui18n', | 945 '../third_party/icu/icu.gyp:icui18n', |
| 944 '../third_party/icu/icu.gyp:icuuc', | 946 '../third_party/icu/icu.gyp:icuuc', |
| 945 '../ui/app_list/app_list.gyp:app_list', | 947 '../ui/app_list/app_list.gyp:app_list', |
| 946 '../ui/aura/aura.gyp:aura', | 948 '../ui/aura/aura.gyp:aura', |
| 947 '../ui/compositor/compositor.gyp:compositor', | 949 '../ui/compositor/compositor.gyp:compositor', |
| 948 '../ui/events/events.gyp:events', | 950 '../ui/events/events.gyp:events', |
| 949 '../ui/gfx/gfx.gyp:gfx', | 951 '../ui/gfx/gfx.gyp:gfx', |
| 952 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 950 '../ui/keyboard/keyboard.gyp:keyboard', | 953 '../ui/keyboard/keyboard.gyp:keyboard', |
| 951 '../ui/message_center/message_center.gyp:message_center', | 954 '../ui/message_center/message_center.gyp:message_center', |
| 952 '../ui/resources/ui_resources.gyp:ui_resources', | 955 '../ui/resources/ui_resources.gyp:ui_resources', |
| 953 '../ui/ui.gyp:ui', | 956 '../ui/ui.gyp:ui', |
| 954 '../ui/views/views.gyp:views', | 957 '../ui/views/views.gyp:views', |
| 955 '../ui/views/views.gyp:views_examples_lib', | 958 '../ui/views/views.gyp:views_examples_lib', |
| 956 '../ui/views/views.gyp:views_examples_with_content_lib', | 959 '../ui/views/views.gyp:views_examples_with_content_lib', |
| 957 '../ui/views/views.gyp:views_test_support', | 960 '../ui/views/views.gyp:views_test_support', |
| 958 'ash', | 961 'ash', |
| 959 'ash_resources', | 962 'ash_resources', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1004 }, | 1007 }, |
| 1005 }, | 1008 }, |
| 1006 'dependencies': [ | 1009 'dependencies': [ |
| 1007 '../sandbox/sandbox.gyp:sandbox', | 1010 '../sandbox/sandbox.gyp:sandbox', |
| 1008 ], | 1011 ], |
| 1009 }], | 1012 }], |
| 1010 ], | 1013 ], |
| 1011 }, | 1014 }, |
| 1012 ], | 1015 ], |
| 1013 } | 1016 } |
| OLD | NEW |