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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 4170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4181 'browser/bookmarks/bookmark_menu_controller.h', | 4181 'browser/bookmarks/bookmark_menu_controller.h', |
4182 'browser/extensions/extension_tts_api_win.cc', | 4182 'browser/extensions/extension_tts_api_win.cc', |
4183 'browser/google/google_update.cc', | 4183 'browser/google/google_update.cc', |
4184 'browser/history/history_indexer.idl', | 4184 'browser/history/history_indexer.idl', |
4185 'browser/history_tab_ui.cc', | 4185 'browser/history_tab_ui.cc', |
4186 'browser/history_view.cc', | 4186 'browser/history_view.cc', |
4187 'browser/ime_input.cc', | 4187 'browser/ime_input.cc', |
4188 'browser/importer/ie_importer.cc', | 4188 'browser/importer/ie_importer.cc', |
4189 ], | 4189 ], |
4190 }], | 4190 }], |
| 4191 [ 'use_openssl==1', { |
| 4192 'sources!': [ |
| 4193 'browser/importer/nss_decryptor.cc', |
| 4194 'browser/importer/nss_decryptor_system_nss.cc', |
| 4195 'browser/importer/nss_decryptor_system_nss.h', |
| 4196 ], |
| 4197 }], |
4191 ], | 4198 ], |
4192 }, | 4199 }, |
4193 { | 4200 { |
4194 # Protobuf compiler / generate rule for feedback | 4201 # Protobuf compiler / generate rule for feedback |
4195 'target_name': 'userfeedback_proto', | 4202 'target_name': 'userfeedback_proto', |
4196 'type': 'none', | 4203 'type': 'none', |
4197 'sources': [ | 4204 'sources': [ |
4198 'browser/userfeedback/proto/annotations.proto', | 4205 'browser/userfeedback/proto/annotations.proto', |
4199 'browser/userfeedback/proto/chrome.proto', | 4206 'browser/userfeedback/proto/chrome.proto', |
4200 'browser/userfeedback/proto/common.proto', | 4207 'browser/userfeedback/proto/common.proto', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4289 ], | 4296 ], |
4290 }, | 4297 }, |
4291 ], | 4298 ], |
4292 } | 4299 } |
4293 | 4300 |
4294 # Local Variables: | 4301 # Local Variables: |
4295 # tab-width:2 | 4302 # tab-width:2 |
4296 # indent-tabs-mode:nil | 4303 # indent-tabs-mode:nil |
4297 # End: | 4304 # End: |
4298 # vim: set expandtab tabstop=2 shiftwidth=2: | 4305 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |