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

Side by Side Diff: ash/ash.gyp

Issue 201093002: Break cycles between views, content and webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert ash changes Created 6 years, 9 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/all.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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 '../ui/compositor/compositor.gyp:compositor_test_support', 838 '../ui/compositor/compositor.gyp:compositor_test_support',
839 '../ui/events/events.gyp:events', 839 '../ui/events/events.gyp:events',
840 '../ui/events/events.gyp:events_test_support', 840 '../ui/events/events.gyp:events_test_support',
841 '../ui/gfx/gfx.gyp:gfx', 841 '../ui/gfx/gfx.gyp:gfx',
842 '../ui/gfx/gfx.gyp:gfx_geometry', 842 '../ui/gfx/gfx.gyp:gfx_geometry',
843 '../ui/keyboard/keyboard.gyp:keyboard', 843 '../ui/keyboard/keyboard.gyp:keyboard',
844 '../ui/message_center/message_center.gyp:message_center', 844 '../ui/message_center/message_center.gyp:message_center',
845 '../ui/message_center/message_center.gyp:message_center_test_support', 845 '../ui/message_center/message_center.gyp:message_center_test_support',
846 '../ui/resources/ui_resources.gyp:ui_resources', 846 '../ui/resources/ui_resources.gyp:ui_resources',
847 '../ui/ui_unittests.gyp:ui_test_support', 847 '../ui/ui_unittests.gyp:ui_test_support',
848 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
849 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
848 '../ui/views/views.gyp:views', 850 '../ui/views/views.gyp:views',
849 '../ui/views/views.gyp:views_examples_with_content_lib',
850 '../ui/views/views.gyp:views_test_support', 851 '../ui/views/views.gyp:views_test_support',
851 '../ui/views/views.gyp:views_with_content_test_support',
852 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 852 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
853 '../ui/wm/wm.gyp:wm_core', 853 '../ui/wm/wm.gyp:wm_core',
854 '../url/url.gyp:url_lib', 854 '../url/url.gyp:url_lib',
855 'ash_strings.gyp:ash_strings', 855 'ash_strings.gyp:ash_strings',
856 'ash', 856 'ash',
857 'ash_resources', 857 'ash_resources',
858 'ash_test_support', 858 'ash_test_support',
859 'ash_with_content', 859 'ash_with_content',
860 ], 860 ],
861 'sources': [ 861 'sources': [
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 '../ui/app_list/app_list.gyp:app_list', 1071 '../ui/app_list/app_list.gyp:app_list',
1072 '../ui/aura/aura.gyp:aura', 1072 '../ui/aura/aura.gyp:aura',
1073 '../ui/base/ui_base.gyp:ui_base', 1073 '../ui/base/ui_base.gyp:ui_base',
1074 '../ui/compositor/compositor.gyp:compositor', 1074 '../ui/compositor/compositor.gyp:compositor',
1075 '../ui/events/events.gyp:events', 1075 '../ui/events/events.gyp:events',
1076 '../ui/gfx/gfx.gyp:gfx', 1076 '../ui/gfx/gfx.gyp:gfx',
1077 '../ui/gfx/gfx.gyp:gfx_geometry', 1077 '../ui/gfx/gfx.gyp:gfx_geometry',
1078 '../ui/keyboard/keyboard.gyp:keyboard', 1078 '../ui/keyboard/keyboard.gyp:keyboard',
1079 '../ui/message_center/message_center.gyp:message_center', 1079 '../ui/message_center/message_center.gyp:message_center',
1080 '../ui/resources/ui_resources.gyp:ui_resources', 1080 '../ui/resources/ui_resources.gyp:ui_resources',
1081 '../ui/views/examples/examples.gyp:views_examples_lib',
1082 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1081 '../ui/views/views.gyp:views', 1083 '../ui/views/views.gyp:views',
1082 '../ui/views/views.gyp:views_examples_lib',
1083 '../ui/views/views.gyp:views_examples_with_content_lib',
1084 '../ui/views/views.gyp:views_test_support', 1084 '../ui/views/views.gyp:views_test_support',
1085 'ash', 1085 'ash',
1086 'ash_resources', 1086 'ash_resources',
1087 'ash_with_content', 1087 'ash_with_content',
1088 ], 1088 ],
1089 'sources': [ 1089 'sources': [
1090 'session_state_delegate_stub.cc', 1090 'session_state_delegate_stub.cc',
1091 'session_state_delegate_stub.h', 1091 'session_state_delegate_stub.h',
1092 'shell/app_list.cc', 1092 'shell/app_list.cc',
1093 'shell/bubble.cc', 1093 'shell/bubble.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 }], 1137 }],
1138 ['chromeos==1', { 1138 ['chromeos==1', {
1139 'dependencies': [ 1139 'dependencies': [
1140 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1140 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1141 ], 1141 ],
1142 }], 1142 }],
1143 ], 1143 ],
1144 }, 1144 },
1145 ], 1145 ],
1146 } 1146 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698