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

Side by Side Diff: base/base.gyp

Issue 7587003: Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months 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 | « no previous file | base/base.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'base.gypi', 10 'base.gypi',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'i18n/time_formatting.cc', 53 'i18n/time_formatting.cc',
54 'i18n/time_formatting.h', 54 'i18n/time_formatting.h',
55 ], 55 ],
56 }, 56 },
57 { 57 {
58 # This is the subset of files from base that should not be used with a 58 # This is the subset of files from base that should not be used with a
59 # dynamic library. Note that this library cannot depend on base because 59 # dynamic library. Note that this library cannot depend on base because
60 # base depends on base_static. 60 # base depends on base_static.
61 'target_name': 'base_static', 61 'target_name': 'base_static',
62 'type': 'static_library', 62 'type': 'static_library',
63 'toolsets': ['host', 'target'],
63 'sources': [ 64 'sources': [
64 'base_switches.cc', 65 'base_switches.cc',
65 'base_switches.h', 66 'base_switches.h',
66 'win/pe_image.cc', 67 'win/pe_image.cc',
67 'win/pe_image.h', 68 'win/pe_image.h',
68 ], 69 ],
69 'include_dirs': [ 70 'include_dirs': [
70 '..', 71 '..',
71 ], 72 ],
72 }, 73 },
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'msvs_settings': { 393 'msvs_settings': {
393 'VCLinkerTool': { 394 'VCLinkerTool': {
394 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 395 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
395 }, 396 },
396 }, 397 },
397 }, 398 },
398 ], 399 ],
399 }], 400 }],
400 ], 401 ],
401 } 402 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698