Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: ash/ash.gyp

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 '../testing/gtest.gyp:gtest', 722 '../testing/gtest.gyp:gtest',
722 '../third_party/icu/icu.gyp:icui18n', 723 '../third_party/icu/icu.gyp:icui18n',
723 '../third_party/icu/icu.gyp:icuuc', 724 '../third_party/icu/icu.gyp:icuuc',
724 '../ui/app_list/app_list.gyp:app_list', 725 '../ui/app_list/app_list.gyp:app_list',
725 '../ui/aura/aura.gyp:aura', 726 '../ui/aura/aura.gyp:aura',
726 '../ui/aura/aura.gyp:aura_test_support', 727 '../ui/aura/aura.gyp:aura_test_support',
727 '../ui/compositor/compositor.gyp:compositor', 728 '../ui/compositor/compositor.gyp:compositor',
728 '../ui/events/events.gyp:events', 729 '../ui/events/events.gyp:events',
729 '../ui/events/events.gyp:events_test_support', 730 '../ui/events/events.gyp:events_test_support',
730 '../ui/gfx/gfx.gyp:gfx', 731 '../ui/gfx/gfx.gyp:gfx',
732 '../ui/gfx/gfx.gyp:gfx_geometry',
731 '../ui/keyboard/keyboard.gyp:keyboard', 733 '../ui/keyboard/keyboard.gyp:keyboard',
732 '../ui/message_center/message_center.gyp:message_center', 734 '../ui/message_center/message_center.gyp:message_center',
733 '../ui/message_center/message_center.gyp:message_center_test_support', 735 '../ui/message_center/message_center.gyp:message_center_test_support',
734 '../ui/resources/ui_resources.gyp:ui_resources', 736 '../ui/resources/ui_resources.gyp:ui_resources',
735 '../ui/ui.gyp:ui', 737 '../ui/ui.gyp:ui',
736 '../ui/ui_unittests.gyp:ui_test_support', 738 '../ui/ui_unittests.gyp:ui_test_support',
737 '../ui/views/views.gyp:views', 739 '../ui/views/views.gyp:views',
738 '../ui/views/views.gyp:views_examples_with_content_lib', 740 '../ui/views/views.gyp:views_examples_with_content_lib',
739 '../ui/views/views.gyp:views_test_support', 741 '../ui/views/views.gyp:views_test_support',
740 '../ui/views/views.gyp:views_with_content_test_support', 742 '../ui/views/views.gyp:views_with_content_test_support',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 '../content/content_shell_and_tests.gyp:content_shell_lib', 933 '../content/content_shell_and_tests.gyp:content_shell_lib',
932 '../content/content.gyp:content', 934 '../content/content.gyp:content',
933 '../skia/skia.gyp:skia', 935 '../skia/skia.gyp:skia',
934 '../third_party/icu/icu.gyp:icui18n', 936 '../third_party/icu/icu.gyp:icui18n',
935 '../third_party/icu/icu.gyp:icuuc', 937 '../third_party/icu/icu.gyp:icuuc',
936 '../ui/app_list/app_list.gyp:app_list', 938 '../ui/app_list/app_list.gyp:app_list',
937 '../ui/aura/aura.gyp:aura', 939 '../ui/aura/aura.gyp:aura',
938 '../ui/compositor/compositor.gyp:compositor', 940 '../ui/compositor/compositor.gyp:compositor',
939 '../ui/events/events.gyp:events', 941 '../ui/events/events.gyp:events',
940 '../ui/gfx/gfx.gyp:gfx', 942 '../ui/gfx/gfx.gyp:gfx',
943 '../ui/gfx/gfx.gyp:gfx_geometry',
941 '../ui/keyboard/keyboard.gyp:keyboard', 944 '../ui/keyboard/keyboard.gyp:keyboard',
942 '../ui/message_center/message_center.gyp:message_center', 945 '../ui/message_center/message_center.gyp:message_center',
943 '../ui/resources/ui_resources.gyp:ui_resources', 946 '../ui/resources/ui_resources.gyp:ui_resources',
944 '../ui/ui.gyp:ui', 947 '../ui/ui.gyp:ui',
945 '../ui/views/views.gyp:views', 948 '../ui/views/views.gyp:views',
946 '../ui/views/views.gyp:views_examples_lib', 949 '../ui/views/views.gyp:views_examples_lib',
947 '../ui/views/views.gyp:views_examples_with_content_lib', 950 '../ui/views/views.gyp:views_examples_with_content_lib',
948 '../ui/views/views.gyp:views_test_support', 951 '../ui/views/views.gyp:views_test_support',
949 'ash', 952 'ash',
950 'ash_resources', 953 'ash_resources',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 }, 998 },
996 }, 999 },
997 'dependencies': [ 1000 'dependencies': [
998 '../sandbox/sandbox.gyp:sandbox', 1001 '../sandbox/sandbox.gyp:sandbox',
999 ], 1002 ],
1000 }], 1003 }],
1001 ], 1004 ],
1002 }, 1005 },
1003 ], 1006 ],
1004 } 1007 }
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | cc/cc.gyp » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698