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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 '../components/components.gyp:policy', | 409 '../components/components.gyp:policy', |
410 '../components/components.gyp:startup_metric_utils_common', | 410 '../components/components.gyp:startup_metric_utils_common', |
411 '../crypto/crypto.gyp:crypto', | 411 '../crypto/crypto.gyp:crypto', |
412 '../sandbox/sandbox.gyp:sandbox', | 412 '../sandbox/sandbox.gyp:sandbox', |
413 '../third_party/kasko/kasko.gyp:kasko_features', | 413 '../third_party/kasko/kasko.gyp:kasko_features', |
414 '../ui/gfx/gfx.gyp:gfx', | 414 '../ui/gfx/gfx.gyp:gfx', |
415 '../win8/win8.gyp:visual_elements_resources', | 415 '../win8/win8.gyp:visual_elements_resources', |
416 ], | 416 ], |
417 'sources': [ | 417 'sources': [ |
418 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 418 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
419 'app/chrome_crash_reporter_client.cc', | 419 'app/chrome_crash_reporter_client_win.cc', |
420 'app/chrome_crash_reporter_client.h', | 420 'app/chrome_crash_reporter_client_win.h', |
421 'app/chrome_exe.rc', | 421 'app/chrome_exe.rc', |
422 'common/crash_keys.cc', | 422 'common/crash_keys.cc', |
423 'common/crash_keys.h', | 423 'common/crash_keys.h', |
424 ], | 424 ], |
425 'sources!': [ | 425 'sources!': [ |
426 # We still want the _win entry point for sandbox, etc. | 426 # We still want the _win entry point for sandbox, etc. |
427 'app/chrome_exe_main_aura.cc', | 427 'app/chrome_exe_main_aura.cc', |
428 ], | 428 ], |
429 'conditions': [ | 429 'conditions': [ |
430 ['win_console_app==1', { | 430 ['win_console_app==1', { |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 'target_name': 'chrome_nacl_win64', | 513 'target_name': 'chrome_nacl_win64', |
514 'type': 'executable', | 514 'type': 'executable', |
515 'product_name': 'nacl64', | 515 'product_name': 'nacl64', |
516 'sources': [ | 516 'sources': [ |
517 '../content/app/sandbox_helper_win.cc', | 517 '../content/app/sandbox_helper_win.cc', |
518 '../content/common/sandbox_init_win.cc', | 518 '../content/common/sandbox_init_win.cc', |
519 '../content/common/sandbox_win.cc', | 519 '../content/common/sandbox_win.cc', |
520 '../content/public/common/content_switches.cc', | 520 '../content/public/common/content_switches.cc', |
521 '../content/public/common/sandboxed_process_launcher_delegate.cc
', | 521 '../content/public/common/sandboxed_process_launcher_delegate.cc
', |
522 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 522 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
523 'app/chrome_crash_reporter_client.cc', | 523 'app/chrome_crash_reporter_client_win.cc', |
524 'common/crash_keys.cc', | 524 'common/crash_keys.cc', |
525 'nacl/nacl_exe_win_64.cc', | 525 'nacl/nacl_exe_win_64.cc', |
526 ], | 526 ], |
527 'dependencies': [ | 527 'dependencies': [ |
528 'chrome_version_resources', | 528 'chrome_version_resources', |
529 'installer_util_nacl_win64', | 529 'installer_util_nacl_win64', |
530 '../base/base.gyp:base_i18n_nacl_win64', | 530 '../base/base.gyp:base_i18n_nacl_win64', |
531 '../base/base.gyp:base_win64', | 531 '../base/base.gyp:base_win64', |
532 '../base/base.gyp:base_static_win64', | 532 '../base/base.gyp:base_static_win64', |
533 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 533 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 'dependencies': [ | 596 'dependencies': [ |
597 'chrome_nacl_win64', | 597 'chrome_nacl_win64', |
598 ], | 598 ], |
599 }], | 599 }], |
600 ], | 600 ], |
601 }, | 601 }, |
602 ], | 602 ], |
603 }], | 603 }], |
604 ], | 604 ], |
605 } | 605 } |
OLD | NEW |