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

Side by Side Diff: ash/ash.gyp

Issue 284113011: Repurpose views+content example into a generic multiprocess views runtime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use sandbox boilerplate for now Created 6 years, 7 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
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 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 '../ui/app_list/app_list.gyp:app_list', 1116 '../ui/app_list/app_list.gyp:app_list',
1117 '../ui/aura/aura.gyp:aura', 1117 '../ui/aura/aura.gyp:aura',
1118 '../ui/base/ui_base.gyp:ui_base', 1118 '../ui/base/ui_base.gyp:ui_base',
1119 '../ui/compositor/compositor.gyp:compositor', 1119 '../ui/compositor/compositor.gyp:compositor',
1120 '../ui/events/events.gyp:events', 1120 '../ui/events/events.gyp:events',
1121 '../ui/gfx/gfx.gyp:gfx', 1121 '../ui/gfx/gfx.gyp:gfx',
1122 '../ui/gfx/gfx.gyp:gfx_geometry', 1122 '../ui/gfx/gfx.gyp:gfx_geometry',
1123 '../ui/keyboard/keyboard.gyp:keyboard', 1123 '../ui/keyboard/keyboard.gyp:keyboard',
1124 '../ui/message_center/message_center.gyp:message_center', 1124 '../ui/message_center/message_center.gyp:message_center',
1125 '../ui/resources/ui_resources.gyp:ui_resources', 1125 '../ui/resources/ui_resources.gyp:ui_resources',
1126 '../ui/views/examples/examples.gyp:examples_window_with_content',
1126 '../ui/views/examples/examples.gyp:views_examples_lib', 1127 '../ui/views/examples/examples.gyp:views_examples_lib',
1127 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1128 '../ui/views/views.gyp:views', 1128 '../ui/views/views.gyp:views',
1129 '../ui/views/views.gyp:views_test_support', 1129 '../ui/views/views.gyp:views_test_support',
1130 'ash', 1130 'ash',
1131 'ash_resources', 1131 'ash_resources',
1132 'ash_strings.gyp:ash_strings', 1132 'ash_strings.gyp:ash_strings',
1133 'ash_with_content', 1133 'ash_with_content',
1134 ], 1134 ],
1135 'sources': [ 1135 'sources': [
1136 '../content/app/startup_helper_win.cc', 1136 '../content/app/startup_helper_win.cc',
1137 '../ui/views/test/test_views_delegate.cc', 1137 '../ui/views/test/test_views_delegate.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'conditions': [ 1214 'conditions': [
1215 ['chromeos==1', { 1215 ['chromeos==1', {
1216 'dependencies': [ 1216 'dependencies': [
1217 '../ui/display/display.gyp:display', 1217 '../ui/display/display.gyp:display',
1218 ], 1218 ],
1219 }], 1219 }],
1220 ], 1220 ],
1221 }, 1221 },
1222 ], 1222 ],
1223 } 1223 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698