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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'crash_server_init.cc', | 661 'crash_server_init.cc', |
662 'crash_server_init.h', | 662 'crash_server_init.h', |
663 'simple_resource_loader.cc', | 663 'simple_resource_loader.cc', |
664 'simple_resource_loader.h', | 664 'simple_resource_loader.h', |
665 ], | 665 ], |
666 }, | 666 }, |
667 { | 667 { |
668 'target_name': 'chrome_frame_ie', | 668 'target_name': 'chrome_frame_ie', |
669 'type': 'static_library', | 669 'type': 'static_library', |
670 'dependencies': [ | 670 'dependencies': [ |
671 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
672 '../chrome/chrome.gyp:common', | 671 '../chrome/chrome.gyp:common', |
673 '../chrome/chrome.gyp:utility', | 672 '../chrome/chrome.gyp:utility', |
| 673 '../components/components.gyp:policy', |
674 '../content/content.gyp:content_common', | 674 '../content/content.gyp:content_common', |
675 '../net/net.gyp:net', | 675 '../net/net.gyp:net', |
676 '../third_party/libxml/libxml.gyp:libxml', | 676 '../third_party/libxml/libxml.gyp:libxml', |
677 '../url/url.gyp:url_lib', | 677 '../url/url.gyp:url_lib', |
678 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 678 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
679 'chrome_frame_common', | 679 'chrome_frame_common', |
680 'chrome_frame_strings', | 680 'chrome_frame_strings', |
681 'chrome_frame_utils', | 681 'chrome_frame_utils', |
682 'chrome_tab_idl', | 682 'chrome_tab_idl', |
683 'locales/locales.gyp:*', | 683 'locales/locales.gyp:*', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 'AdditionalManifestFiles': [ | 943 'AdditionalManifestFiles': [ |
944 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest', | 944 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest', |
945 ], | 945 ], |
946 }, | 946 }, |
947 }, | 947 }, |
948 }], | 948 }], |
949 ], | 949 ], |
950 }, | 950 }, |
951 ], | 951 ], |
952 } | 952 } |
OLD | NEW |