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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../../../build/common.gypi', | 10 '../../../build/common.gypi', |
(...skipping 15 matching lines...) Expand all Loading... |
26 '../../../third_party/wtl/include', | 26 '../../../third_party/wtl/include', |
27 ], | 27 ], |
28 }, | 28 }, |
29 }, | 29 }, |
30 { | 30 { |
31 'target_name': 'ie_guids', | 31 'target_name': 'ie_guids', |
32 'type': 'static_library', | 32 'type': 'static_library', |
33 'dependencies': [ | 33 'dependencies': [ |
34 'ie_common_settings', | 34 'ie_common_settings', |
35 '../plugin/toolband/toolband.gyp:toolband_idl', | 35 '../plugin/toolband/toolband.gyp:toolband_idl', |
36 '../plugin/toolband/toolband.gyp:chrome_tab_idl', | 36 '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
37 ], | 37 ], |
38 'sources': [ | 38 'sources': [ |
39 'ie_guids.cc', | 39 'ie_guids.cc', |
40 ], | 40 ], |
41 'include_dirs': [ | 41 'include_dirs': [ |
42 '../../..', | 42 '../../..', |
43 ], | 43 ], |
44 }, | 44 }, |
45 { | 45 { |
46 'target_name': 'ie_common', | 46 'target_name': 'ie_common', |
47 'type': 'static_library', | 47 'type': 'static_library', |
48 'dependencies': [ | 48 'dependencies': [ |
49 'ie_common_settings', | 49 'ie_common_settings', |
50 '../../../base/base.gyp:base', | 50 '../../../base/base.gyp:base', |
51 '../../../breakpad/breakpad.gyp:breakpad_handler', | 51 '../../../breakpad/breakpad.gyp:breakpad_handler', |
52 '../../../build/temp_gyp/googleurl.gyp:googleurl', | 52 '../../../build/temp_gyp/googleurl.gyp:googleurl', |
53 '../../../net/net.gyp:net_base', | 53 '../../../net/net.gyp:net_base', |
54 '../../../ceee/common/common.gyp:initializing_coclass', | 54 '../../../ceee/common/common.gyp:initializing_coclass', |
55 '../../../ceee/common/common.gyp:ceee_common', | 55 '../../../ceee/common/common.gyp:ceee_common', |
56 '../../../ceee/testing/utils/test_utils.gyp:test_utils', | 56 '../../../ceee/testing/utils/test_utils.gyp:test_utils', |
57 '../plugin/toolband/toolband.gyp:chrome_tab_idl', | 57 '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
58 '../plugin/toolband/toolband.gyp:toolband_idl', | 58 '../plugin/toolband/toolband.gyp:toolband_idl', |
59 ], | 59 ], |
60 'sources': [ | 60 'sources': [ |
61 'api_registration.h', | 61 'api_registration.h', |
62 'chrome_frame_host.cc', | 62 'chrome_frame_host.cc', |
63 'chrome_frame_host.h', | 63 'chrome_frame_host.h', |
64 'constants.cc', | 64 'constants.cc', |
65 'constants.h', | 65 'constants.h', |
66 'crash_reporter.cc', | 66 'crash_reporter.cc', |
67 'crash_reporter.h', | 67 'crash_reporter.h', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 }, | 115 }, |
116 'configurations': { | 116 'configurations': { |
117 'Debug': { | 117 'Debug': { |
118 'msvs_precompiled_source': 'precompile.cc', | 118 'msvs_precompiled_source': 'precompile.cc', |
119 'msvs_precompiled_header': 'precompile.h', | 119 'msvs_precompiled_header': 'precompile.h', |
120 }, | 120 }, |
121 }, | 121 }, |
122 }, | 122 }, |
123 ] | 123 ] |
124 } | 124 } |
OLD | NEW |