| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # GN version: //chrome | 8 # GN version: //chrome |
| 9 'target_name': 'chrome', | 9 'target_name': 'chrome', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'app/chrome_exe_main_win.cc', | 68 'app/chrome_exe_main_win.cc', |
| 69 'app/chrome_exe_resource.h', | 69 'app/chrome_exe_resource.h', |
| 70 'app/chrome_watcher_client_win.cc', | 70 'app/chrome_watcher_client_win.cc', |
| 71 'app/chrome_watcher_client_win.h', | 71 'app/chrome_watcher_client_win.h', |
| 72 'app/chrome_watcher_command_line_win.cc', | 72 'app/chrome_watcher_command_line_win.cc', |
| 73 'app/chrome_watcher_command_line_win.h', | 73 'app/chrome_watcher_command_line_win.h', |
| 74 'app/kasko_client.cc', | 74 'app/kasko_client.cc', |
| 75 'app/kasko_client.h', | 75 'app/kasko_client.h', |
| 76 'app/main_dll_loader_win.cc', | 76 'app/main_dll_loader_win.cc', |
| 77 'app/main_dll_loader_win.h', | 77 'app/main_dll_loader_win.h', |
| 78 'app/prefetch_argument_win.cc', |
| 79 'app/prefetch_argument_win.h', |
| 78 ], | 80 ], |
| 79 'mac_bundle_resources': [ | 81 'mac_bundle_resources': [ |
| 80 'app/app-Info.plist', | 82 'app/app-Info.plist', |
| 81 ], | 83 ], |
| 82 # TODO(mark): Come up with a fancier way to do this. It should only | 84 # TODO(mark): Come up with a fancier way to do this. It should only |
| 83 # be necessary to list app-Info.plist once, not the three times it is | 85 # be necessary to list app-Info.plist once, not the three times it is |
| 84 # listed here. | 86 # listed here. |
| 85 'mac_bundle_resources!': [ | 87 'mac_bundle_resources!': [ |
| 86 'app/app-Info.plist', | 88 'app/app-Info.plist', |
| 87 ], | 89 ], |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 'dependencies': [ | 620 'dependencies': [ |
| 619 'chrome_nacl_win64', | 621 'chrome_nacl_win64', |
| 620 ], | 622 ], |
| 621 }], | 623 }], |
| 622 ], | 624 ], |
| 623 }, | 625 }, |
| 624 ], | 626 ], |
| 625 }], | 627 }], |
| 626 ], | 628 ], |
| 627 } | 629 } |
| OLD | NEW |