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

Side by Side Diff: apps/apps.gypi

Issue 151893002: Reorganize apps/shell into app, browser and common directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (subdirs) Created 6 years, 10 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 | « apps/DEPS ('k') | apps/shell/DEPS » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'apps', 8 'target_name': 'apps',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '../content/content.gyp:content', 117 '../content/content.gyp:content',
118 '../content/content_shell_and_tests.gyp:content_shell_lib', 118 '../content/content_shell_and_tests.gyp:content_shell_lib',
119 '../skia/skia.gyp:skia', 119 '../skia/skia.gyp:skia',
120 '../ui/views/views.gyp:views', 120 '../ui/views/views.gyp:views',
121 '../ui/wm/wm.gyp:wm_test_support', 121 '../ui/wm/wm.gyp:wm_test_support',
122 ], 122 ],
123 'include_dirs': [ 123 'include_dirs': [
124 '..', 124 '..',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 'shell/app/shell_main_delegate.cc',
128 'shell/app/shell_main_delegate.h',
129 'shell/app/shell_main.cc',
130 'shell/browser/shell_app_sorting.cc',
131 'shell/browser/shell_app_sorting.h',
132 'shell/browser/shell_browser_context.cc',
133 'shell/browser/shell_browser_context.h',
134 'shell/browser/shell_browser_main_parts.cc',
135 'shell/browser/shell_browser_main_parts.h',
136 'shell/browser/shell_content_browser_client.cc',
137 'shell/browser/shell_content_browser_client.h',
138 'shell/browser/shell_extension_system.cc',
139 'shell/browser/shell_extension_system.h',
140 'shell/browser/shell_extensions_browser_client.cc',
141 'shell/browser/shell_extensions_browser_client.h',
142 'shell/browser/web_view_window.cc',
143 'shell/browser/web_view_window.cc',
144 'shell/common/shell_content_client.cc',
145 'shell/common/shell_content_client.h',
146 'shell/common/shell_extensions_client.cc',
147 'shell/common/shell_extensions_client.h',
127 'shell/renderer/shell_content_renderer_client.cc', 148 'shell/renderer/shell_content_renderer_client.cc',
128 'shell/renderer/shell_content_renderer_client.h', 149 'shell/renderer/shell_content_renderer_client.h',
129 'shell/shell_app_sorting.cc',
130 'shell/shell_app_sorting.h',
131 'shell/shell_browser_context.cc',
132 'shell/shell_browser_context.h',
133 'shell/shell_browser_main_parts.cc',
134 'shell/shell_browser_main_parts.h',
135 'shell/shell_content_browser_client.cc',
136 'shell/shell_content_browser_client.h',
137 'shell/shell_content_client.cc',
138 'shell/shell_content_client.h',
139 'shell/shell_extension_system.cc',
140 'shell/shell_extension_system.h',
141 'shell/shell_extensions_browser_client.cc',
142 'shell/shell_extensions_browser_client.h',
143 'shell/shell_extensions_client.cc',
144 'shell/shell_extensions_client.h',
145 'shell/shell_main_delegate.cc',
146 'shell/shell_main_delegate.h',
147 'shell/shell_main.cc',
148 'shell/web_view_window.cc',
149 'shell/web_view_window.cc',
150 ], 150 ],
151 }, 151 },
152 ], # targets 152 ], # targets
153 }], # chromeos==1 153 }], # chromeos==1
154 ], # conditions 154 ], # conditions
155 } 155 }
OLDNEW
« no previous file with comments | « apps/DEPS ('k') | apps/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698