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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'browser/shell_extensions_browser_client.cc', | 87 'browser/shell_extensions_browser_client.cc', |
88 'browser/shell_extensions_browser_client.h', | 88 'browser/shell_extensions_browser_client.h', |
89 'browser/shell_network_controller_chromeos.cc', | 89 'browser/shell_network_controller_chromeos.cc', |
90 'browser/shell_network_controller_chromeos.h', | 90 'browser/shell_network_controller_chromeos.h', |
91 'browser/shell_omaha_query_params_delegate.cc', | 91 'browser/shell_omaha_query_params_delegate.cc', |
92 'browser/shell_omaha_query_params_delegate.h', | 92 'browser/shell_omaha_query_params_delegate.h', |
93 'browser/shell_runtime_api_delegate.cc', | 93 'browser/shell_runtime_api_delegate.cc', |
94 'browser/shell_runtime_api_delegate.h', | 94 'browser/shell_runtime_api_delegate.h', |
95 'browser/shell_special_storage_policy.cc', | 95 'browser/shell_special_storage_policy.cc', |
96 'browser/shell_special_storage_policy.h', | 96 'browser/shell_special_storage_policy.h', |
| 97 'browser/shell_web_contents_modal_dialog_manager.cc', |
97 'common/shell_content_client.cc', | 98 'common/shell_content_client.cc', |
98 'common/shell_content_client.h', | 99 'common/shell_content_client.h', |
99 'common/shell_extensions_client.cc', | 100 'common/shell_extensions_client.cc', |
100 'common/shell_extensions_client.h', | 101 'common/shell_extensions_client.h', |
101 'common/switches.h', | 102 'common/switches.h', |
102 'common/switches.cc', | 103 'common/switches.cc', |
103 'renderer/shell_content_renderer_client.cc', | 104 'renderer/shell_content_renderer_client.cc', |
104 'renderer/shell_content_renderer_client.h', | 105 'renderer/shell_content_renderer_client.h', |
105 'renderer/shell_custom_bindings.cc', | 106 'renderer/shell_custom_bindings.cc', |
106 'renderer/shell_custom_bindings.h', | 107 'renderer/shell_custom_bindings.h', |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 '<@(_outputs)', | 260 '<@(_outputs)', |
260 ], | 261 ], |
261 'includes': [ | 262 'includes': [ |
262 '../../build/util/version.gypi', | 263 '../../build/util/version.gypi', |
263 ], | 264 ], |
264 }, | 265 }, |
265 ], | 266 ], |
266 }, | 267 }, |
267 ], # targets | 268 ], # targets |
268 } | 269 } |
OLD | NEW |