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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'webrequest_api_module.h', | 99 'webrequest_api_module.h', |
100 'window_api_module.cc', | 100 'window_api_module.cc', |
101 'window_api_module.h', | 101 'window_api_module.h', |
102 'window_events_funnel.cc', | 102 'window_events_funnel.cc', |
103 'window_events_funnel.h', | 103 'window_events_funnel.h', |
104 ], | 104 ], |
105 'include_dirs': [ | 105 'include_dirs': [ |
106 # For chrome_tab.h | 106 # For chrome_tab.h |
107 '<(SHARED_INTERMEDIATE_DIR)', | 107 '<(SHARED_INTERMEDIATE_DIR)', |
108 ], | 108 ], |
109 'configurations': { | |
110 'Debug': { | |
111 'msvs_precompiled_source': '../common/precompile.cc', | |
112 'msvs_precompiled_header': '../common/precompile.h', | |
113 }, | |
114 }, | |
115 }, | 109 }, |
116 { | 110 { |
117 # IF YOU CHANGE THIS TARGET NAME YOU MUST UPDATE: | 111 # IF YOU CHANGE THIS TARGET NAME YOU MUST UPDATE: |
118 # ceee_module_util::kCeeeBrokerModuleName | 112 # ceee_module_util::kCeeeBrokerModuleName |
119 'target_name': 'ceee_broker', | 113 'target_name': 'ceee_broker', |
120 'type': 'executable', | 114 'type': 'executable', |
121 'sources': [ | 115 'sources': [ |
122 'broker.rgs', | 116 'broker.rgs', |
123 'broker_module.cc', | 117 'broker_module.cc', |
124 'broker_module.rc', | 118 'broker_module.rc', |
(...skipping 26 matching lines...) Expand all Loading... |
151 '<(SHARED_INTERMEDIATE_DIR)', | 145 '<(SHARED_INTERMEDIATE_DIR)', |
152 ], | 146 ], |
153 'libraries': [ | 147 'libraries': [ |
154 'oleacc.lib', | 148 'oleacc.lib', |
155 'iepmapi.lib', | 149 'iepmapi.lib', |
156 'rpcrt4.lib', | 150 'rpcrt4.lib', |
157 ], | 151 ], |
158 }, | 152 }, |
159 ] | 153 ] |
160 } | 154 } |
OLD | NEW |