| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'browser/shell_browser_context.h', | 69 'browser/shell_browser_context.h', |
| 70 'browser/shell_browser_main_delegate.h', | 70 'browser/shell_browser_main_delegate.h', |
| 71 'browser/shell_browser_main_parts.cc', | 71 'browser/shell_browser_main_parts.cc', |
| 72 'browser/shell_browser_main_parts.h', | 72 'browser/shell_browser_main_parts.h', |
| 73 'browser/shell_content_browser_client.cc', | 73 'browser/shell_content_browser_client.cc', |
| 74 'browser/shell_content_browser_client.h', | 74 'browser/shell_content_browser_client.h', |
| 75 'browser/shell_desktop_controller.cc', | 75 'browser/shell_desktop_controller.cc', |
| 76 'browser/shell_desktop_controller.h', | 76 'browser/shell_desktop_controller.h', |
| 77 'browser/shell_device_client.cc', | 77 'browser/shell_device_client.cc', |
| 78 'browser/shell_device_client.h', | 78 'browser/shell_device_client.h', |
| 79 'browser/shell_display_info_provider.cc', |
| 80 'browser/shell_display_info_provider.h', |
| 79 'browser/shell_extension_host_delegate.cc', | 81 'browser/shell_extension_host_delegate.cc', |
| 80 'browser/shell_extension_host_delegate.h', | 82 'browser/shell_extension_host_delegate.h', |
| 81 'browser/shell_extension_system.cc', | 83 'browser/shell_extension_system.cc', |
| 82 'browser/shell_extension_system.h', | 84 'browser/shell_extension_system.h', |
| 83 'browser/shell_extension_system_factory.cc', | 85 'browser/shell_extension_system_factory.cc', |
| 84 'browser/shell_extension_system_factory.h', | 86 'browser/shell_extension_system_factory.h', |
| 85 'browser/shell_extension_web_contents_observer.cc', | 87 'browser/shell_extension_web_contents_observer.cc', |
| 86 'browser/shell_extension_web_contents_observer.h', | 88 'browser/shell_extension_web_contents_observer.h', |
| 87 'browser/shell_extensions_browser_client.cc', | 89 'browser/shell_extensions_browser_client.cc', |
| 88 'browser/shell_extensions_browser_client.h', | 90 'browser/shell_extensions_browser_client.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 '<@(_outputs)', | 261 '<@(_outputs)', |
| 260 ], | 262 ], |
| 261 'includes': [ | 263 'includes': [ |
| 262 '../../build/util/version.gypi', | 264 '../../build/util/version.gypi', |
| 263 ], | 265 ], |
| 264 }, | 266 }, |
| 265 ], | 267 ], |
| 266 }, | 268 }, |
| 267 ], # targets | 269 ], # targets |
| 268 } | 270 } |
| OLD | NEW |