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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 ['OS=="win"', { | 389 ['OS=="win"', { |
390 'dependencies': [ | 390 'dependencies': [ |
391 'chrome_dll', | 391 'chrome_dll', |
392 'chrome_nacl_win64', | 392 'chrome_nacl_win64', |
393 'chrome_process_finder', | 393 'chrome_process_finder', |
394 'chrome_version_resources', | 394 'chrome_version_resources', |
395 'chrome_watcher', | 395 'chrome_watcher', |
396 'chrome_watcher_client', | 396 'chrome_watcher_client', |
397 'file_pre_reader', | 397 'file_pre_reader', |
398 'installer_util', | 398 'installer_util', |
| 399 'install_static_util', |
399 'metrics_constants_util_win', | 400 'metrics_constants_util_win', |
400 '../base/base.gyp:base', | 401 '../base/base.gyp:base', |
401 '../breakpad/breakpad.gyp:breakpad_handler', | 402 '../breakpad/breakpad.gyp:breakpad_handler', |
402 '../breakpad/breakpad.gyp:breakpad_sender', | 403 '../breakpad/breakpad.gyp:breakpad_sender', |
403 '../chrome/common_constants.gyp:common_constants', | 404 '../chrome/common_constants.gyp:common_constants', |
404 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 405 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
405 '../components/components.gyp:browser_watcher_client', | 406 '../components/components.gyp:browser_watcher_client', |
406 '../components/components.gyp:crash_component', | 407 '../components/components.gyp:crash_component', |
407 '../components/components.gyp:crash_core_common', | 408 '../components/components.gyp:crash_core_common', |
408 '../components/components.gyp:flags_ui_switches', | 409 '../components/components.gyp:flags_ui_switches', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 'dependencies': [ | 597 'dependencies': [ |
597 'chrome_nacl_win64', | 598 'chrome_nacl_win64', |
598 ], | 599 ], |
599 }], | 600 }], |
600 ], | 601 ], |
601 }, | 602 }, |
602 ], | 603 ], |
603 }], | 604 }], |
604 ], | 605 ], |
605 } | 606 } |
OLD | NEW |