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 4163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4174 'browser/bookmarks/bookmark_menu_controller.h', | 4174 'browser/bookmarks/bookmark_menu_controller.h', |
4175 'browser/extensions/extension_tts_api_win.cc', | 4175 'browser/extensions/extension_tts_api_win.cc', |
4176 'browser/google/google_update.cc', | 4176 'browser/google/google_update.cc', |
4177 'browser/history/history_indexer.idl', | 4177 'browser/history/history_indexer.idl', |
4178 'browser/history_tab_ui.cc', | 4178 'browser/history_tab_ui.cc', |
4179 'browser/history_view.cc', | 4179 'browser/history_view.cc', |
4180 'browser/ime_input.cc', | 4180 'browser/ime_input.cc', |
4181 'browser/importer/ie_importer.cc', | 4181 'browser/importer/ie_importer.cc', |
4182 ], | 4182 ], |
4183 }], | 4183 }], |
4184 [ 'use_openssl==1', { | |
4185 'sources!': [ | |
4186 'browser/importer/nss_decryptor.cc', | |
4187 'browser/importer/nss_decryptor_system_nss.cc', | |
4188 'browser/importer/nss_decryptor_system_nss.h', | |
4189 ], | |
4190 }], | |
4191 ], | 4184 ], |
4192 }, | 4185 }, |
4193 { | 4186 { |
4194 # Protobuf compiler / generate rule for feedback | 4187 # Protobuf compiler / generate rule for feedback |
4195 'target_name': 'userfeedback_proto', | 4188 'target_name': 'userfeedback_proto', |
4196 'type': 'none', | 4189 'type': 'none', |
4197 'sources': [ | 4190 'sources': [ |
4198 'browser/userfeedback/proto/annotations.proto', | 4191 'browser/userfeedback/proto/annotations.proto', |
4199 'browser/userfeedback/proto/chrome.proto', | 4192 'browser/userfeedback/proto/chrome.proto', |
4200 'browser/userfeedback/proto/common.proto', | 4193 'browser/userfeedback/proto/common.proto', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4289 ], | 4282 ], |
4290 }, | 4283 }, |
4291 ], | 4284 ], |
4292 } | 4285 } |
4293 | 4286 |
4294 # Local Variables: | 4287 # Local Variables: |
4295 # tab-width:2 | 4288 # tab-width:2 |
4296 # indent-tabs-mode:nil | 4289 # indent-tabs-mode:nil |
4297 # End: | 4290 # End: |
4298 # vim: set expandtab tabstop=2 shiftwidth=2: | 4291 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |