| 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': 'app_shim', | 8 'target_name': 'app_shim', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 # Since app_shim and browser depend on each other, we omit the dependency | 10 # Since app_shim and browser depend on each other, we omit the dependency |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 'app_shim_host_manager_mac.mm', | 27 'app_shim_host_manager_mac.mm', |
| 28 'chrome_main_app_mode_mac.mm', | 28 'chrome_main_app_mode_mac.mm', |
| 29 'extension_app_shim_handler_mac.cc', | 29 'extension_app_shim_handler_mac.cc', |
| 30 'extension_app_shim_handler_mac.h', | 30 'extension_app_shim_handler_mac.h', |
| 31 'unix_domain_socket_acceptor.cc', | 31 'unix_domain_socket_acceptor.cc', |
| 32 'unix_domain_socket_acceptor.h', | 32 'unix_domain_socket_acceptor.h', |
| 33 ], | 33 ], |
| 34 }, | 34 }, |
| 35 ], # targets | 35 ], # targets |
| 36 } | 36 } |
| OLD | NEW |