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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'browser/shell_extension_system_factory.cc', | 79 'browser/shell_extension_system_factory.cc', |
80 'browser/shell_extension_system_factory.h', | 80 'browser/shell_extension_system_factory.h', |
81 'browser/shell_extension_web_contents_observer.cc', | 81 'browser/shell_extension_web_contents_observer.cc', |
82 'browser/shell_extension_web_contents_observer.h', | 82 'browser/shell_extension_web_contents_observer.h', |
83 'browser/shell_extensions_browser_client.cc', | 83 'browser/shell_extensions_browser_client.cc', |
84 'browser/shell_extensions_browser_client.h', | 84 'browser/shell_extensions_browser_client.h', |
85 'browser/shell_native_app_window.cc', | 85 'browser/shell_native_app_window.cc', |
86 'browser/shell_native_app_window.h', | 86 'browser/shell_native_app_window.h', |
87 'browser/shell_network_controller_chromeos.cc', | 87 'browser/shell_network_controller_chromeos.cc', |
88 'browser/shell_network_controller_chromeos.h', | 88 'browser/shell_network_controller_chromeos.h', |
| 89 'browser/shell_network_delegate.cc', |
| 90 'browser/shell_network_delegate.h', |
89 'browser/shell_omaha_query_params_delegate.cc', | 91 'browser/shell_omaha_query_params_delegate.cc', |
90 'browser/shell_omaha_query_params_delegate.h', | 92 'browser/shell_omaha_query_params_delegate.h', |
91 'browser/shell_runtime_api_delegate.cc', | 93 'browser/shell_runtime_api_delegate.cc', |
92 'browser/shell_runtime_api_delegate.h', | 94 'browser/shell_runtime_api_delegate.h', |
93 'browser/shell_special_storage_policy.cc', | 95 'browser/shell_special_storage_policy.cc', |
94 'browser/shell_special_storage_policy.h', | 96 'browser/shell_special_storage_policy.h', |
| 97 'browser/shell_url_request_context_getter.cc', |
| 98 'browser/shell_url_request_context_getter.h', |
95 'browser/shell_web_contents_modal_dialog_manager.cc', | 99 'browser/shell_web_contents_modal_dialog_manager.cc', |
96 'common/shell_content_client.cc', | 100 'common/shell_content_client.cc', |
97 'common/shell_content_client.h', | 101 'common/shell_content_client.h', |
98 'common/shell_extensions_client.cc', | 102 'common/shell_extensions_client.cc', |
99 'common/shell_extensions_client.h', | 103 'common/shell_extensions_client.h', |
100 'common/switches.h', | 104 'common/switches.h', |
101 'common/switches.cc', | 105 'common/switches.cc', |
102 'renderer/shell_content_renderer_client.cc', | 106 'renderer/shell_content_renderer_client.cc', |
103 'renderer/shell_content_renderer_client.h', | 107 'renderer/shell_content_renderer_client.h', |
104 'renderer/shell_extensions_renderer_client.cc', | 108 'renderer/shell_extensions_renderer_client.cc', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 '<@(_outputs)', | 266 '<@(_outputs)', |
263 ], | 267 ], |
264 'includes': [ | 268 'includes': [ |
265 '../../build/util/version.gypi', | 269 '../../build/util/version.gypi', |
266 ], | 270 ], |
267 }, | 271 }, |
268 ], | 272 ], |
269 }, | 273 }, |
270 ], # targets | 274 ], # targets |
271 } | 275 } |
OLD | NEW |