| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 '<(DEPTH)/content/public/common/content_switches.cc', | 65 '<(DEPTH)/content/public/common/content_switches.cc', |
| 66 'app/chrome_exe_load_config_win.cc', | 66 'app/chrome_exe_load_config_win.cc', |
| 67 'app/chrome_exe_main_aura.cc', | 67 'app/chrome_exe_main_aura.cc', |
| 68 'app/chrome_exe_main_mac.c', | 68 'app/chrome_exe_main_mac.c', |
| 69 'app/chrome_exe_main_win.cc', | 69 'app/chrome_exe_main_win.cc', |
| 70 'app/chrome_exe_resource.h', | 70 'app/chrome_exe_resource.h', |
| 71 'app/chrome_watcher_client_win.cc', | 71 'app/chrome_watcher_client_win.cc', |
| 72 'app/chrome_watcher_client_win.h', | 72 'app/chrome_watcher_client_win.h', |
| 73 'app/chrome_watcher_command_line_win.cc', | 73 'app/chrome_watcher_command_line_win.cc', |
| 74 'app/chrome_watcher_command_line_win.h', | 74 'app/chrome_watcher_command_line_win.h', |
| 75 'app/kasko_client.cc', | |
| 76 'app/kasko_client.h', | |
| 77 'app/main_dll_loader_win.cc', | 75 'app/main_dll_loader_win.cc', |
| 78 'app/main_dll_loader_win.h', | 76 'app/main_dll_loader_win.h', |
| 79 ], | 77 ], |
| 80 'mac_bundle_resources': [ | 78 'mac_bundle_resources': [ |
| 81 'app/app-Info.plist', | 79 'app/app-Info.plist', |
| 82 ], | 80 ], |
| 83 # TODO(mark): Come up with a fancier way to do this. It should only | 81 # TODO(mark): Come up with a fancier way to do this. It should only |
| 84 # be necessary to list app-Info.plist once, not the three times it is | 82 # be necessary to list app-Info.plist once, not the three times it is |
| 85 # listed here. | 83 # listed here. |
| 86 'mac_bundle_resources!': [ | 84 'mac_bundle_resources!': [ |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'dependencies': [ | 612 'dependencies': [ |
| 615 'chrome_nacl_win64', | 613 'chrome_nacl_win64', |
| 616 ], | 614 ], |
| 617 }], | 615 }], |
| 618 ], | 616 ], |
| 619 }, | 617 }, |
| 620 ], | 618 ], |
| 621 }], | 619 }], |
| 622 ], | 620 ], |
| 623 } | 621 } |
| OLD | NEW |