| 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 'target_name': 'chrome', | 8 'target_name': 'chrome', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ 'chrome_initial', ], | 10 'dependencies': [ 'chrome_initial', ], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'mac_bundle': 1, | 55 'mac_bundle': 1, |
| 56 'variables': { | 56 'variables': { |
| 57 'use_system_xdg_utils%': 0, | 57 'use_system_xdg_utils%': 0, |
| 58 'enable_wexit_time_destructors': 1, | 58 'enable_wexit_time_destructors': 1, |
| 59 }, | 59 }, |
| 60 'sources': [ | 60 'sources': [ |
| 61 # Note that due to InitializeSandboxInfo, this must be directly linked | 61 # Note that due to InitializeSandboxInfo, this must be directly linked |
| 62 # into chrome.exe, not into a dependent. | 62 # into chrome.exe, not into a dependent. |
| 63 '<(DEPTH)/content/app/startup_helper_win.cc', | 63 '<(DEPTH)/content/app/startup_helper_win.cc', |
| 64 '<(DEPTH)/content/public/common/content_switches.cc', | 64 '<(DEPTH)/content/public/common/content_switches.cc', |
| 65 'app/chrome_exe_load_config_win.cc', |
| 65 'app/chrome_exe_main_aura.cc', | 66 'app/chrome_exe_main_aura.cc', |
| 66 'app/chrome_exe_main_mac.cc', | 67 'app/chrome_exe_main_mac.cc', |
| 67 'app/chrome_exe_main_win.cc', | 68 'app/chrome_exe_main_win.cc', |
| 68 'app/chrome_exe_resource.h', | 69 'app/chrome_exe_resource.h', |
| 69 'app/chrome_watcher_client_win.cc', | 70 'app/chrome_watcher_client_win.cc', |
| 70 'app/chrome_watcher_client_win.h', | 71 'app/chrome_watcher_client_win.h', |
| 71 'app/chrome_watcher_command_line_win.cc', | 72 'app/chrome_watcher_command_line_win.cc', |
| 72 'app/chrome_watcher_command_line_win.h', | 73 'app/chrome_watcher_command_line_win.h', |
| 73 'app/client_util.cc', | 74 'app/client_util.cc', |
| 74 'app/client_util.h', | 75 'app/client_util.h', |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'dependencies': [ | 664 'dependencies': [ |
| 664 'chrome_nacl_win64', | 665 'chrome_nacl_win64', |
| 665 ], | 666 ], |
| 666 }], | 667 }], |
| 667 ], | 668 ], |
| 668 }, | 669 }, |
| 669 ], | 670 ], |
| 670 }], | 671 }], |
| 671 ], | 672 ], |
| 672 } | 673 } |
| OLD | NEW |