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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 # Add the output dir for those who depend on us. | 97 # Add the output dir for those who depend on us. |
98 'direct_dependent_settings': { | 98 'direct_dependent_settings': { |
99 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], | 99 'include_dirs': ['<(SHARED_INTERMEDIATE_DIR)'], |
100 }, | 100 }, |
101 }, | 101 }, |
102 { | 102 { |
103 'target_name': 'chrome_frame_unittests', | 103 'target_name': 'chrome_frame_unittests', |
104 'type': 'executable', | 104 'type': 'executable', |
105 'dependencies': [ | 105 'dependencies': [ |
106 '../base/base.gyp:test_support_base', | 106 '../base/base.gyp:test_support_base', |
107 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
108 '../chrome/chrome.gyp:test_support_common', | 107 '../chrome/chrome.gyp:test_support_common', |
| 108 '../components/components.gyp:policy', |
109 '../net/net.gyp:net', | 109 '../net/net.gyp:net', |
110 '../testing/gmock.gyp:gmock', | 110 '../testing/gmock.gyp:gmock', |
111 '../testing/gtest.gyp:gtest', | 111 '../testing/gtest.gyp:gtest', |
112 'chrome_frame_launcher.gyp:chrome_frame_helper_lib', | 112 'chrome_frame_launcher.gyp:chrome_frame_helper_lib', |
113 'chrome_frame_ie', | 113 'chrome_frame_ie', |
114 'chrome_frame_strings', | 114 'chrome_frame_strings', |
115 'chrome_tab_idl', | 115 'chrome_tab_idl', |
116 'locales/locales.gyp:*', | 116 'locales/locales.gyp:*', |
117 ], | 117 ], |
118 'sources': [ | 118 'sources': [ |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 'crash_server_init.cc', | 660 'crash_server_init.cc', |
661 'crash_server_init.h', | 661 'crash_server_init.h', |
662 'simple_resource_loader.cc', | 662 'simple_resource_loader.cc', |
663 'simple_resource_loader.h', | 663 'simple_resource_loader.h', |
664 ], | 664 ], |
665 }, | 665 }, |
666 { | 666 { |
667 'target_name': 'chrome_frame_ie', | 667 'target_name': 'chrome_frame_ie', |
668 'type': 'static_library', | 668 'type': 'static_library', |
669 'dependencies': [ | 669 'dependencies': [ |
670 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
671 '../chrome/chrome.gyp:common', | 670 '../chrome/chrome.gyp:common', |
672 '../chrome/chrome.gyp:utility', | 671 '../chrome/chrome.gyp:utility', |
| 672 '../components/components.gyp:policy', |
673 '../content/content.gyp:content_common', | 673 '../content/content.gyp:content_common', |
674 '../net/net.gyp:net', | 674 '../net/net.gyp:net', |
675 '../third_party/libxml/libxml.gyp:libxml', | 675 '../third_party/libxml/libxml.gyp:libxml', |
676 '../url/url.gyp:url_lib', | 676 '../url/url.gyp:url_lib', |
677 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 677 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
678 'chrome_frame_common', | 678 'chrome_frame_common', |
679 'chrome_frame_strings', | 679 'chrome_frame_strings', |
680 'chrome_frame_utils', | 680 'chrome_frame_utils', |
681 'chrome_tab_idl', | 681 'chrome_tab_idl', |
682 'locales/locales.gyp:*', | 682 'locales/locales.gyp:*', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 'AdditionalManifestFiles': [ | 933 'AdditionalManifestFiles': [ |
934 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest', | 934 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest', |
935 ], | 935 ], |
936 }, | 936 }, |
937 }, | 937 }, |
938 }], | 938 }], |
939 ], | 939 ], |
940 }, | 940 }, |
941 ], | 941 ], |
942 } | 942 } |
OLD | NEW |