| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 '../content/content.gyp:content', | 115 '../content/content.gyp:content', |
| 116 '../content/content_shell_and_tests.gyp:content_shell_lib', | 116 '../content/content_shell_and_tests.gyp:content_shell_lib', |
| 117 '../skia/skia.gyp:skia', | 117 '../skia/skia.gyp:skia', |
| 118 '../ui/views/views.gyp:views', | 118 '../ui/views/views.gyp:views', |
| 119 '../ui/wm/wm.gyp:wm_test_support', | 119 '../ui/wm/wm.gyp:wm_test_support', |
| 120 ], | 120 ], |
| 121 'include_dirs': [ | 121 'include_dirs': [ |
| 122 '..', | 122 '..', |
| 123 ], | 123 ], |
| 124 'sources': [ | 124 'sources': [ |
| 125 'shell/app_shell_app_sorting.cc', | 125 'shell/shell_app_sorting.cc', |
| 126 'shell/app_shell_app_sorting.h', | 126 'shell/shell_app_sorting.h', |
| 127 'shell/app_shell_browser_context.cc', | 127 'shell/shell_browser_context.cc', |
| 128 'shell_app_shell_browser_context.h', | 128 'shell/shell_browser_context.h', |
| 129 'shell/app_shell_browser_main_parts.cc', | 129 'shell/shell_browser_main_parts.cc', |
| 130 'shell/app_shell_browser_main_parts.h', | 130 'shell/shell_browser_main_parts.h', |
| 131 'shell/app_shell_content_browser_client.cc', | 131 'shell/shell_content_browser_client.cc', |
| 132 'shell/app_shell_content_browser_client.h', | 132 'shell/shell_content_browser_client.h', |
| 133 'shell/app_shell_content_client.cc', | 133 'shell/shell_content_client.cc', |
| 134 'shell/app_shell_content_client.h', | 134 'shell/shell_content_client.h', |
| 135 'shell/app_shell_extensions_browser_client.cc', | 135 'shell/shell_extensions_browser_client.cc', |
| 136 'shell/app_shell_extensions_browser_client.h', | 136 'shell/shell_extensions_browser_client.h', |
| 137 'shell/app_shell_main_delegate.cc', | 137 'shell/shell_main_delegate.cc', |
| 138 'shell/app_shell_main_delegate.h', | 138 'shell/shell_main_delegate.h', |
| 139 'shell/app_shell_main.cc', | 139 'shell/shell_main.cc', |
| 140 'shell/web_view_window.cc', | 140 'shell/web_view_window.cc', |
| 141 'shell/web_view_window.cc', | 141 'shell/web_view_window.cc', |
| 142 ], | 142 ], |
| 143 }, | 143 }, |
| 144 ], # targets | 144 ], # targets |
| 145 }], # chromeos==1 | 145 }], # chromeos==1 |
| 146 ], # conditions | 146 ], # conditions |
| 147 } | 147 } |
| OLD | NEW |