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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 ['_toolset=="target"', { | 95 ['_toolset=="target"', { |
96 'ldflags': [ | 96 'ldflags': [ |
97 '-Wl,-section-ordering-file=<(order_text_section)' ], | 97 '-Wl,-section-ordering-file=<(order_text_section)' ], |
98 }], | 98 }], |
99 ] | 99 ] |
100 }], | 100 }], |
101 ['OS == "win"', { | 101 ['OS == "win"', { |
102 'dependencies': [ | 102 'dependencies': [ |
103 'chrome_watcher', | 103 'chrome_watcher', |
104 'chrome_watcher_client', | 104 'chrome_watcher_client', |
| 105 'common', |
105 '../components/components.gyp:browser_watcher_client', | 106 '../components/components.gyp:browser_watcher_client', |
106 '../components/components.gyp:crash_component', | 107 '../components/components.gyp:crash_component', |
107 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er_lib', | 108 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er_lib', |
108 '../third_party/kasko/kasko.gyp:kasko', | 109 '../third_party/kasko/kasko.gyp:kasko', |
109 ], | 110 ], |
110 'sources': [ | 111 'sources': [ |
111 'app/chrome_crash_reporter_client.cc', | 112 'app/chrome_crash_reporter_client.cc', |
112 'app/chrome_crash_reporter_client.h', | 113 'app/chrome_crash_reporter_client.h', |
113 ], | 114 ], |
114 'conditions': [ | 115 'conditions': [ |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 'dependencies': [ | 620 'dependencies': [ |
620 'chrome_nacl_win64', | 621 'chrome_nacl_win64', |
621 ], | 622 ], |
622 }], | 623 }], |
623 ], | 624 ], |
624 }, | 625 }, |
625 ], | 626 ], |
626 }], | 627 }], |
627 ], | 628 ], |
628 } | 629 } |
OLD | NEW |