OLD | NEW |
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'defines!': ['CONTENT_IMPLEMENTATION'], | 105 'defines!': ['CONTENT_IMPLEMENTATION'], |
106 'variables': { | 106 'variables': { |
107 'chromium_code': 1, | 107 'chromium_code': 1, |
108 }, | 108 }, |
109 'dependencies': [ | 109 'dependencies': [ |
110 'apps', | 110 'apps', |
111 '../base/base.gyp:base', | 111 '../base/base.gyp:base', |
112 '../content/content.gyp:content', | 112 '../content/content.gyp:content', |
113 '../content/content_shell_and_tests.gyp:content_shell_lib', | 113 '../content/content_shell_and_tests.gyp:content_shell_lib', |
114 '../skia/skia.gyp:skia', | 114 '../skia/skia.gyp:skia', |
115 '../ui/shell/shell.gyp:shell', | |
116 '../ui/views/views.gyp:views', | 115 '../ui/views/views.gyp:views', |
| 116 '../ui/wm/wm.gyp:wm_test_support', |
117 ], | 117 ], |
118 'include_dirs': [ | 118 'include_dirs': [ |
119 '..', | 119 '..', |
120 ], | 120 ], |
121 'sources': [ | 121 'sources': [ |
122 'shell/app_shell_browser_main_parts.cc', | 122 'shell/app_shell_browser_main_parts.cc', |
123 'shell/app_shell_browser_main_parts.h', | 123 'shell/app_shell_browser_main_parts.h', |
124 'shell/app_shell_content_browser_client.cc', | 124 'shell/app_shell_content_browser_client.cc', |
125 'shell/app_shell_content_browser_client.h', | 125 'shell/app_shell_content_browser_client.h', |
126 'shell/app_shell_content_client.cc', | 126 'shell/app_shell_content_client.cc', |
127 'shell/app_shell_content_client.h', | 127 'shell/app_shell_content_client.h', |
128 'shell/app_shell_main_delegate.cc', | 128 'shell/app_shell_main_delegate.cc', |
129 'shell/app_shell_main_delegate.h', | 129 'shell/app_shell_main_delegate.h', |
130 'shell/app_shell_main.cc', | 130 'shell/app_shell_main.cc', |
131 'shell/web_view_window.cc', | 131 'shell/web_view_window.cc', |
132 'shell/web_view_window.cc', | 132 'shell/web_view_window.cc', |
133 ], | 133 ], |
134 }, | 134 }, |
135 ], # targets | 135 ], # targets |
136 }], # chromeos==1 | 136 }], # chromeos==1 |
137 ], # conditions | 137 ], # conditions |
138 } | 138 } |
OLD | NEW |