| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'browser/api/shell/shell_api.cc', | 51 'browser/api/shell/shell_api.cc', |
| 52 'browser/api/shell/shell_api.h', | 52 'browser/api/shell/shell_api.h', |
| 53 'browser/api/shell_extensions_api_client.cc', | 53 'browser/api/shell_extensions_api_client.cc', |
| 54 'browser/api/shell_extensions_api_client.h', | 54 'browser/api/shell_extensions_api_client.h', |
| 55 'browser/default_shell_browser_main_delegate.cc', | 55 'browser/default_shell_browser_main_delegate.cc', |
| 56 'browser/default_shell_browser_main_delegate.h', | 56 'browser/default_shell_browser_main_delegate.h', |
| 57 'browser/desktop_controller.cc', | 57 'browser/desktop_controller.cc', |
| 58 'browser/desktop_controller.h', | 58 'browser/desktop_controller.h', |
| 59 'browser/media_capture_util.cc', | 59 'browser/media_capture_util.cc', |
| 60 'browser/media_capture_util.h', | 60 'browser/media_capture_util.h', |
| 61 'browser/shell_app_delegate.cc', |
| 62 'browser/shell_app_delegate.h', |
| 61 'browser/shell_app_sorting.cc', | 63 'browser/shell_app_sorting.cc', |
| 62 'browser/shell_app_sorting.h', | 64 'browser/shell_app_sorting.h', |
| 63 'browser/shell_app_window.cc', | 65 'browser/shell_app_window.cc', |
| 64 'browser/shell_app_window.h', | 66 'browser/shell_app_window.h', |
| 65 'browser/shell_app_window_controller.h', | 67 'browser/shell_app_window_controller.h', |
| 68 'browser/shell_apps_client.cc', |
| 69 'browser/shell_apps_client.h', |
| 66 'browser/shell_audio_controller_chromeos.cc', | 70 'browser/shell_audio_controller_chromeos.cc', |
| 67 'browser/shell_audio_controller_chromeos.h', | 71 'browser/shell_audio_controller_chromeos.h', |
| 68 'browser/shell_browser_context.cc', | 72 'browser/shell_browser_context.cc', |
| 69 'browser/shell_browser_context.h', | 73 'browser/shell_browser_context.h', |
| 70 'browser/shell_browser_main_delegate.h', | 74 'browser/shell_browser_main_delegate.h', |
| 71 'browser/shell_browser_main_parts.cc', | 75 'browser/shell_browser_main_parts.cc', |
| 72 'browser/shell_browser_main_parts.h', | 76 'browser/shell_browser_main_parts.h', |
| 73 'browser/shell_content_browser_client.cc', | 77 'browser/shell_content_browser_client.cc', |
| 74 'browser/shell_content_browser_client.h', | 78 'browser/shell_content_browser_client.h', |
| 75 'browser/shell_desktop_controller.cc', | 79 'browser/shell_desktop_controller.cc', |
| 76 'browser/shell_desktop_controller.h', | 80 'browser/shell_desktop_controller.h', |
| 77 'browser/shell_device_client.cc', | 81 'browser/shell_device_client.cc', |
| 78 'browser/shell_device_client.h', | 82 'browser/shell_device_client.h', |
| 79 'browser/shell_extension_host_delegate.cc', | 83 'browser/shell_extension_host_delegate.cc', |
| 80 'browser/shell_extension_host_delegate.h', | 84 'browser/shell_extension_host_delegate.h', |
| 81 'browser/shell_extension_system.cc', | 85 'browser/shell_extension_system.cc', |
| 82 'browser/shell_extension_system.h', | 86 'browser/shell_extension_system.h', |
| 83 'browser/shell_extension_system_factory.cc', | 87 'browser/shell_extension_system_factory.cc', |
| 84 'browser/shell_extension_system_factory.h', | 88 'browser/shell_extension_system_factory.h', |
| 85 'browser/shell_extension_web_contents_observer.cc', | 89 'browser/shell_extension_web_contents_observer.cc', |
| 86 'browser/shell_extension_web_contents_observer.h', | 90 'browser/shell_extension_web_contents_observer.h', |
| 87 'browser/shell_extensions_browser_client.cc', | 91 'browser/shell_extensions_browser_client.cc', |
| 88 'browser/shell_extensions_browser_client.h', | 92 'browser/shell_extensions_browser_client.h', |
| 93 'browser/shell_native_app_window.cc', |
| 94 'browser/shell_native_app_window.h', |
| 89 'browser/shell_network_controller_chromeos.cc', | 95 'browser/shell_network_controller_chromeos.cc', |
| 90 'browser/shell_network_controller_chromeos.h', | 96 'browser/shell_network_controller_chromeos.h', |
| 91 'browser/shell_omaha_query_params_delegate.cc', | 97 'browser/shell_omaha_query_params_delegate.cc', |
| 92 'browser/shell_omaha_query_params_delegate.h', | 98 'browser/shell_omaha_query_params_delegate.h', |
| 93 'browser/shell_runtime_api_delegate.cc', | 99 'browser/shell_runtime_api_delegate.cc', |
| 94 'browser/shell_runtime_api_delegate.h', | 100 'browser/shell_runtime_api_delegate.h', |
| 95 'browser/shell_special_storage_policy.cc', | 101 'browser/shell_special_storage_policy.cc', |
| 96 'browser/shell_special_storage_policy.h', | 102 'browser/shell_special_storage_policy.h', |
| 97 'browser/shell_web_contents_modal_dialog_manager.cc', | 103 'browser/shell_web_contents_modal_dialog_manager.cc', |
| 98 'common/shell_content_client.cc', | 104 'common/shell_content_client.cc', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 '<@(_outputs)', | 266 '<@(_outputs)', |
| 261 ], | 267 ], |
| 262 'includes': [ | 268 'includes': [ |
| 263 '../../build/util/version.gypi', | 269 '../../build/util/version.gypi', |
| 264 ], | 270 ], |
| 265 }, | 271 }, |
| 266 ], | 272 ], |
| 267 }, | 273 }, |
| 268 ], # targets | 274 ], # targets |
| 269 } | 275 } |
| OLD | NEW |