| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'ldflags': [ | 94 'ldflags': [ |
| 95 '-Wl,-section-ordering-file=<(order_text_section)' ], | 95 '-Wl,-section-ordering-file=<(order_text_section)' ], |
| 96 }], | 96 }], |
| 97 ] | 97 ] |
| 98 }], | 98 }], |
| 99 ['OS == "win"', { | 99 ['OS == "win"', { |
| 100 'dependencies': [ | 100 'dependencies': [ |
| 101 'chrome_watcher', | 101 'chrome_watcher', |
| 102 'chrome_watcher_client', | 102 'chrome_watcher_client', |
| 103 '../components/components.gyp:browser_watcher_client', | 103 '../components/components.gyp:browser_watcher_client', |
| 104 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er_lib', |
| 104 ], | 105 ], |
| 105 'conditions': [ | 106 'conditions': [ |
| 106 ['kasko==1', { | 107 ['kasko==1', { |
| 107 'dependencies': [ | 108 'dependencies': [ |
| 108 'kasko_dll', | 109 'kasko_dll', |
| 109 ], | 110 ], |
| 110 }], | 111 }], |
| 111 ], | 112 ], |
| 112 }], | 113 }], |
| 113 ['OS == "android"', { | 114 ['OS == "android"', { |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'dependencies': [ | 614 'dependencies': [ |
| 614 'chrome_nacl_win64', | 615 'chrome_nacl_win64', |
| 615 ], | 616 ], |
| 616 }], | 617 }], |
| 617 ], | 618 ], |
| 618 }, | 619 }, |
| 619 ], | 620 ], |
| 620 }], | 621 }], |
| 621 ], | 622 ], |
| 622 } | 623 } |
| OLD | NEW |