OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 5 'target_defaults': { |
6 'variables': { | 6 'variables': { |
7 'chrome_dll_target': 0, | 7 'chrome_dll_target': 0, |
8 }, | 8 }, |
9 'target_conditions': [ | 9 'target_conditions': [ |
10 ['chrome_dll_target==1', { | 10 ['chrome_dll_target==1', { |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 # TODO(bradnelson): once automatic generation of 64 bit targets on | 594 # TODO(bradnelson): once automatic generation of 64 bit targets on |
595 # Windows is ready, take this out and add a dependency on | 595 # Windows is ready, take this out and add a dependency on |
596 # content_common.gypi and common.gypi in nacl_win64_dependencies | 596 # content_common.gypi and common.gypi in nacl_win64_dependencies |
597 # and get rid of the common_constants.gypi which was added as a hack | 597 # and get rid of the common_constants.gypi which was added as a hack |
598 # to avoid making common compile on 64 bit on Windows. | 598 # to avoid making common compile on 64 bit on Windows. |
599 '../chrome/common/chrome_content_client.cc', | 599 '../chrome/common/chrome_content_client.cc', |
600 '../chrome/common/chrome_content_plugin_client.cc', | 600 '../chrome/common/chrome_content_plugin_client.cc', |
601 '../content/common/child_process.cc', | 601 '../content/common/child_process.cc', |
602 '../content/common/child_thread.cc', | 602 '../content/common/child_thread.cc', |
603 '../content/common/content_client.cc', | 603 '../content/common/content_client.cc', |
| 604 '../content/common/content_counters.cc', |
604 '../content/common/content_message_generator.cc', | 605 '../content/common/content_message_generator.cc', |
605 '../content/common/content_paths.cc', | 606 '../content/common/content_paths.cc', |
606 '../content/common/content_switches.cc', | 607 '../content/common/content_switches.cc', |
607 '../content/common/debug_flags.cc', | 608 '../content/common/debug_flags.cc', |
608 '../content/common/hi_res_timer_manager_win.cc', | 609 '../content/common/hi_res_timer_manager_win.cc', |
609 '../content/common/notification_details.cc', | 610 '../content/common/notification_details.cc', |
610 '../content/common/notification_service.cc', | 611 '../content/common/notification_service.cc', |
611 '../content/common/notification_source.cc', | 612 '../content/common/notification_source.cc', |
612 '../content/common/sandbox_init_wrapper_win.cc', | 613 '../content/common/sandbox_init_wrapper_win.cc', |
613 '../content/common/url_constants.cc', | 614 '../content/common/url_constants.cc', |
(...skipping 14 matching lines...) Expand all Loading... |
628 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 629 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
629 }, | 630 }, |
630 }, | 631 }, |
631 }, | 632 }, |
632 }, | 633 }, |
633 }, # target chrome_dll | 634 }, # target chrome_dll |
634 ], | 635 ], |
635 }], | 636 }], |
636 ], | 637 ], |
637 } | 638 } |
OLD | NEW |