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

Side by Side Diff: ash/ash.gyp

Issue 24788002: events: Make it a separate component from ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | build/filename_rules.gypi » ('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/events/events.gyp:events',
33 '../ui/gfx/gfx.gyp:gfx', 34 '../ui/gfx/gfx.gyp:gfx',
34 '../ui/keyboard/keyboard.gyp:keyboard', 35 '../ui/keyboard/keyboard.gyp:keyboard',
35 '../ui/message_center/message_center.gyp:message_center', 36 '../ui/message_center/message_center.gyp:message_center',
36 '../ui/oak/oak.gyp:oak', 37 '../ui/oak/oak.gyp:oak',
37 '../ui/ui.gyp:ui', 38 '../ui/ui.gyp:ui',
38 '../ui/ui.gyp:ui_resources', 39 '../ui/ui.gyp:ui_resources',
39 '../ui/views/controls/webview/webview.gyp:webview', 40 '../ui/views/controls/webview/webview.gyp:webview',
40 '../ui/views/views.gyp:views', 41 '../ui/views/views.gyp:views',
41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 42 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
42 '../url/url.gyp:url_lib', 43 '../url/url.gyp:url_lib',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 '../content/content.gyp:content_browser', 663 '../content/content.gyp:content_browser',
663 '../content/content.gyp:test_support_content', 664 '../content/content.gyp:test_support_content',
664 '../skia/skia.gyp:skia', 665 '../skia/skia.gyp:skia',
665 '../testing/gtest.gyp:gtest', 666 '../testing/gtest.gyp:gtest',
666 '../third_party/icu/icu.gyp:icui18n', 667 '../third_party/icu/icu.gyp:icui18n',
667 '../third_party/icu/icu.gyp:icuuc', 668 '../third_party/icu/icu.gyp:icuuc',
668 '../ui/app_list/app_list.gyp:app_list', 669 '../ui/app_list/app_list.gyp:app_list',
669 '../ui/aura/aura.gyp:aura', 670 '../ui/aura/aura.gyp:aura',
670 '../ui/aura/aura.gyp:aura_test_support', 671 '../ui/aura/aura.gyp:aura_test_support',
671 '../ui/compositor/compositor.gyp:compositor', 672 '../ui/compositor/compositor.gyp:compositor',
673 '../ui/events/events.gyp:events',
672 '../ui/gfx/gfx.gyp:gfx', 674 '../ui/gfx/gfx.gyp:gfx',
673 '../ui/keyboard/keyboard.gyp:keyboard', 675 '../ui/keyboard/keyboard.gyp:keyboard',
674 '../ui/message_center/message_center.gyp:message_center', 676 '../ui/message_center/message_center.gyp:message_center',
675 '../ui/message_center/message_center.gyp:message_center_test_support', 677 '../ui/message_center/message_center.gyp:message_center_test_support',
676 '../ui/ui.gyp:ui', 678 '../ui/ui.gyp:ui',
677 '../ui/ui.gyp:ui_resources', 679 '../ui/ui.gyp:ui_resources',
678 '../ui/ui.gyp:ui_test_support', 680 '../ui/ui.gyp:ui_test_support',
679 '../ui/views/views.gyp:views', 681 '../ui/views/views.gyp:views',
680 '../ui/views/views.gyp:views_examples_with_content_lib', 682 '../ui/views/views.gyp:views_examples_with_content_lib',
681 '../ui/views/views.gyp:views_test_support', 683 '../ui/views/views.gyp:views_test_support',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 '../base/base.gyp:base_i18n', 851 '../base/base.gyp:base_i18n',
850 '../chrome/chrome_resources.gyp:packed_resources', 852 '../chrome/chrome_resources.gyp:packed_resources',
851 '../content/content.gyp:content_shell_lib', 853 '../content/content.gyp:content_shell_lib',
852 '../content/content.gyp:content', 854 '../content/content.gyp:content',
853 '../skia/skia.gyp:skia', 855 '../skia/skia.gyp:skia',
854 '../third_party/icu/icu.gyp:icui18n', 856 '../third_party/icu/icu.gyp:icui18n',
855 '../third_party/icu/icu.gyp:icuuc', 857 '../third_party/icu/icu.gyp:icuuc',
856 '../ui/app_list/app_list.gyp:app_list', 858 '../ui/app_list/app_list.gyp:app_list',
857 '../ui/aura/aura.gyp:aura', 859 '../ui/aura/aura.gyp:aura',
858 '../ui/compositor/compositor.gyp:compositor', 860 '../ui/compositor/compositor.gyp:compositor',
861 '../ui/events/events.gyp:events',
859 '../ui/gfx/gfx.gyp:gfx', 862 '../ui/gfx/gfx.gyp:gfx',
860 '../ui/keyboard/keyboard.gyp:keyboard', 863 '../ui/keyboard/keyboard.gyp:keyboard',
861 '../ui/message_center/message_center.gyp:message_center', 864 '../ui/message_center/message_center.gyp:message_center',
862 '../ui/ui.gyp:ui', 865 '../ui/ui.gyp:ui',
863 '../ui/ui.gyp:ui_resources', 866 '../ui/ui.gyp:ui_resources',
864 '../ui/views/views.gyp:views', 867 '../ui/views/views.gyp:views',
865 '../ui/views/views.gyp:views_examples_lib', 868 '../ui/views/views.gyp:views_examples_lib',
866 '../ui/views/views.gyp:views_examples_with_content_lib', 869 '../ui/views/views.gyp:views_examples_with_content_lib',
867 '../ui/views/views.gyp:views_test_support', 870 '../ui/views/views.gyp:views_test_support',
868 'ash', 871 'ash',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 }, 913 },
911 }, 914 },
912 'dependencies': [ 915 'dependencies': [
913 '../sandbox/sandbox.gyp:sandbox', 916 '../sandbox/sandbox.gyp:sandbox',
914 ], 917 ],
915 }], 918 }],
916 ], 919 ],
917 }, 920 },
918 ], 921 ],
919 } 922 }
OLDNEW
« no previous file with comments | « no previous file | build/filename_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698