Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5014001: Reverted because openssl_helper needs to build even on non-openssl builds... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698