OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
730 # Windows is ready, take this out and add a dependency on | 730 # Windows is ready, take this out and add a dependency on |
731 # content_common.gypi and common.gypi in nacl_win64_dependencies | 731 # content_common.gypi and common.gypi in nacl_win64_dependencies |
732 # and get rid of the common_constants.gypi which was added as a hack | 732 # and get rid of the common_constants.gypi which was added as a hack |
733 # to avoid making common compile on 64 bit on Windows. | 733 # to avoid making common compile on 64 bit on Windows. |
734 '../chrome/common/chrome_content_client.cc', | 734 '../chrome/common/chrome_content_client.cc', |
735 '../chrome/common/chrome_content_plugin_client.cc', | 735 '../chrome/common/chrome_content_plugin_client.cc', |
736 '../content/app/content_main.cc', | 736 '../content/app/content_main.cc', |
737 '../content/common/child_process.cc', | 737 '../content/common/child_process.cc', |
738 '../content/common/child_thread.cc', | 738 '../content/common/child_thread.cc', |
739 '../content/common/content_client.cc', | 739 '../content/common/content_client.cc', |
| 740 '../content/common/content_constants.cc', |
740 '../content/common/content_counters.cc', | 741 '../content/common/content_counters.cc', |
741 '../content/common/content_message_generator.cc', | 742 '../content/common/content_message_generator.cc', |
742 '../content/common/content_paths.cc', | 743 '../content/common/content_paths.cc', |
743 '../content/common/content_switches.cc', | 744 '../content/common/content_switches.cc', |
744 '../content/common/debug_flags.cc', | 745 '../content/common/debug_flags.cc', |
745 '../content/common/hi_res_timer_manager_win.cc', | 746 '../content/common/hi_res_timer_manager_win.cc', |
746 '../content/common/notification_details.cc', | 747 '../content/common/notification_details.cc', |
747 '../content/common/notification_service.cc', | 748 '../content/common/notification_service.cc', |
748 '../content/common/notification_source.cc', | 749 '../content/common/notification_source.cc', |
749 '../content/common/sandbox_policy.cc', | 750 '../content/common/sandbox_policy.cc', |
(...skipping 17 matching lines...) Expand all Loading... |
767 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 768 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
768 }, | 769 }, |
769 }, | 770 }, |
770 }, | 771 }, |
771 }, | 772 }, |
772 }, # target chrome_dll | 773 }, # target chrome_dll |
773 ], | 774 ], |
774 }], | 775 }], |
775 ], | 776 ], |
776 } | 777 } |
OLD | NEW |