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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4799003: Simplify gyp files by adding a global glob for openssl/nss (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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 4163 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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:
OLDNEW
« build/common.gypi ('K') | « build/common.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698