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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « trunk/src/android_webview/native/webview_native.gyp ('k') | trunk/src/cc/cc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 '../content/content.gyp:content_browser', 23 '../content/content.gyp:content_browser',
24 '../ipc/ipc.gyp:ipc', 24 '../ipc/ipc.gyp:ipc',
25 '../net/net.gyp:net', 25 '../net/net.gyp:net',
26 '../skia/skia.gyp:skia', 26 '../skia/skia.gyp:skia',
27 '../third_party/icu/icu.gyp:icui18n', 27 '../third_party/icu/icu.gyp:icui18n',
28 '../third_party/icu/icu.gyp:icuuc', 28 '../third_party/icu/icu.gyp:icuuc',
29 '../ui/app_list/app_list.gyp:app_list', 29 '../ui/app_list/app_list.gyp:app_list',
30 '../ui/aura/aura.gyp:aura', 30 '../ui/aura/aura.gyp:aura',
31 '../ui/base/strings/ui_strings.gyp:ui_strings', 31 '../ui/base/strings/ui_strings.gyp:ui_strings',
32 '../ui/compositor/compositor.gyp:compositor', 32 '../ui/compositor/compositor.gyp:compositor',
33 '../ui/gfx/gfx.gyp:gfx',
34 '../ui/keyboard/keyboard.gyp:keyboard', 33 '../ui/keyboard/keyboard.gyp:keyboard',
35 '../ui/message_center/message_center.gyp:message_center', 34 '../ui/message_center/message_center.gyp:message_center',
36 '../ui/oak/oak.gyp:oak', 35 '../ui/oak/oak.gyp:oak',
37 '../ui/ui.gyp:ui', 36 '../ui/ui.gyp:ui',
38 '../ui/ui.gyp:ui_resources', 37 '../ui/ui.gyp:ui_resources',
39 '../ui/views/controls/webview/webview.gyp:webview', 38 '../ui/views/controls/webview/webview.gyp:webview',
40 '../ui/views/views.gyp:views', 39 '../ui/views/views.gyp:views',
41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
42 '../url/url.gyp:url_lib', 41 '../url/url.gyp:url_lib',
43 'ash_strings.gyp:ash_strings', 42 'ash_strings.gyp:ash_strings',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 '../content/content.gyp:content_browser', 658 '../content/content.gyp:content_browser',
660 '../content/content.gyp:test_support_content', 659 '../content/content.gyp:test_support_content',
661 '../skia/skia.gyp:skia', 660 '../skia/skia.gyp:skia',
662 '../testing/gtest.gyp:gtest', 661 '../testing/gtest.gyp:gtest',
663 '../third_party/icu/icu.gyp:icui18n', 662 '../third_party/icu/icu.gyp:icui18n',
664 '../third_party/icu/icu.gyp:icuuc', 663 '../third_party/icu/icu.gyp:icuuc',
665 '../ui/app_list/app_list.gyp:app_list', 664 '../ui/app_list/app_list.gyp:app_list',
666 '../ui/aura/aura.gyp:aura', 665 '../ui/aura/aura.gyp:aura',
667 '../ui/aura/aura.gyp:aura_test_support', 666 '../ui/aura/aura.gyp:aura_test_support',
668 '../ui/compositor/compositor.gyp:compositor', 667 '../ui/compositor/compositor.gyp:compositor',
669 '../ui/gfx/gfx.gyp:gfx',
670 '../ui/keyboard/keyboard.gyp:keyboard', 668 '../ui/keyboard/keyboard.gyp:keyboard',
671 '../ui/message_center/message_center.gyp:message_center', 669 '../ui/message_center/message_center.gyp:message_center',
672 '../ui/message_center/message_center.gyp:message_center_test_support', 670 '../ui/message_center/message_center.gyp:message_center_test_support',
673 '../ui/ui.gyp:ui', 671 '../ui/ui.gyp:ui',
674 '../ui/ui.gyp:ui_resources', 672 '../ui/ui.gyp:ui_resources',
675 '../ui/ui.gyp:ui_test_support', 673 '../ui/ui.gyp:ui_test_support',
676 '../ui/views/views.gyp:views', 674 '../ui/views/views.gyp:views',
677 '../ui/views/views.gyp:views_examples_with_content_lib', 675 '../ui/views/views.gyp:views_examples_with_content_lib',
678 '../ui/views/views.gyp:views_test_support', 676 '../ui/views/views.gyp:views_test_support',
679 '../ui/views/views.gyp:views_with_content_test_support', 677 '../ui/views/views.gyp:views_with_content_test_support',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 '../base/base.gyp:base_i18n', 843 '../base/base.gyp:base_i18n',
846 '../chrome/chrome_resources.gyp:packed_resources', 844 '../chrome/chrome_resources.gyp:packed_resources',
847 '../content/content.gyp:content_shell_lib', 845 '../content/content.gyp:content_shell_lib',
848 '../content/content.gyp:content', 846 '../content/content.gyp:content',
849 '../skia/skia.gyp:skia', 847 '../skia/skia.gyp:skia',
850 '../third_party/icu/icu.gyp:icui18n', 848 '../third_party/icu/icu.gyp:icui18n',
851 '../third_party/icu/icu.gyp:icuuc', 849 '../third_party/icu/icu.gyp:icuuc',
852 '../ui/app_list/app_list.gyp:app_list', 850 '../ui/app_list/app_list.gyp:app_list',
853 '../ui/aura/aura.gyp:aura', 851 '../ui/aura/aura.gyp:aura',
854 '../ui/compositor/compositor.gyp:compositor', 852 '../ui/compositor/compositor.gyp:compositor',
855 '../ui/gfx/gfx.gyp:gfx',
856 '../ui/keyboard/keyboard.gyp:keyboard', 853 '../ui/keyboard/keyboard.gyp:keyboard',
857 '../ui/message_center/message_center.gyp:message_center', 854 '../ui/message_center/message_center.gyp:message_center',
858 '../ui/ui.gyp:ui', 855 '../ui/ui.gyp:ui',
859 '../ui/ui.gyp:ui_resources', 856 '../ui/ui.gyp:ui_resources',
860 '../ui/views/views.gyp:views', 857 '../ui/views/views.gyp:views',
861 '../ui/views/views.gyp:views_examples_lib', 858 '../ui/views/views.gyp:views_examples_lib',
862 '../ui/views/views.gyp:views_examples_with_content_lib', 859 '../ui/views/views.gyp:views_examples_with_content_lib',
863 '../ui/views/views.gyp:views_test_support', 860 '../ui/views/views.gyp:views_test_support',
864 'ash', 861 'ash',
865 'ash_resources', 862 'ash_resources',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 }, 903 },
907 }, 904 },
908 'dependencies': [ 905 'dependencies': [
909 '../sandbox/sandbox.gyp:sandbox', 906 '../sandbox/sandbox.gyp:sandbox',
910 ], 907 ],
911 }], 908 }],
912 ], 909 ],
913 }, 910 },
914 ], 911 ],
915 } 912 }
OLDNEW
« no previous file with comments | « trunk/src/android_webview/native/webview_native.gyp ('k') | trunk/src/cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698