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

Side by Side Diff: base/base.gypi

Issue 2052713002: Remove the CryptoAPI implementation of SHA-1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a few stragglers Created 4 years, 6 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
« no previous file with comments | « base/BUILD.gn ('k') | base/sha1.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'scoped_generic.h', 550 'scoped_generic.h',
551 'scoped_native_library.cc', 551 'scoped_native_library.cc',
552 'scoped_native_library.h', 552 'scoped_native_library.h',
553 'scoped_observer.h', 553 'scoped_observer.h',
554 'sequence_checker.h', 554 'sequence_checker.h',
555 'sequence_checker_impl.cc', 555 'sequence_checker_impl.cc',
556 'sequence_checker_impl.h', 556 'sequence_checker_impl.h',
557 'sequenced_task_runner.cc', 557 'sequenced_task_runner.cc',
558 'sequenced_task_runner.h', 558 'sequenced_task_runner.h',
559 'sequenced_task_runner_helpers.h', 559 'sequenced_task_runner_helpers.h',
560 'sha1.cc',
560 'sha1.h', 561 'sha1.h',
561 'sha1_portable.cc',
562 'sha1_win.cc',
563 'single_thread_task_runner.h', 562 'single_thread_task_runner.h',
564 'stl_util.h', 563 'stl_util.h',
565 'strings/latin1_string_conversions.cc', 564 'strings/latin1_string_conversions.cc',
566 'strings/latin1_string_conversions.h', 565 'strings/latin1_string_conversions.h',
567 'strings/nullable_string16.cc', 566 'strings/nullable_string16.cc',
568 'strings/nullable_string16.h', 567 'strings/nullable_string16.h',
569 'strings/pattern.cc', 568 'strings/pattern.cc',
570 'strings/pattern.h', 569 'strings/pattern.h',
571 'strings/safe_sprintf.cc', 570 'strings/safe_sprintf.cc',
572 'strings/safe_sprintf.h', 571 'strings/safe_sprintf.h',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'profiler/win32_stack_frame_unwinder.h', 998 'profiler/win32_stack_frame_unwinder.h',
1000 ], 999 ],
1001 'sources!': [ 1000 'sources!': [
1002 'files/file_path_watcher_fsevents.cc', 1001 'files/file_path_watcher_fsevents.cc',
1003 'files/file_path_watcher_fsevents.h', 1002 'files/file_path_watcher_fsevents.h',
1004 'files/file_path_watcher_kqueue.cc', 1003 'files/file_path_watcher_kqueue.cc',
1005 'files/file_path_watcher_kqueue.h', 1004 'files/file_path_watcher_kqueue.h',
1006 'files/file_path_watcher_stub.cc', 1005 'files/file_path_watcher_stub.cc',
1007 'message_loop/message_pump_libevent.cc', 1006 'message_loop/message_pump_libevent.cc',
1008 'posix/file_descriptor_shuffle.cc', 1007 'posix/file_descriptor_shuffle.cc',
1009 # Not using sha1_win.cc because it may have caused a
1010 # regression to page cycler moz.
1011 'sha1_win.cc',
1012 'strings/string16.cc', 1008 'strings/string16.cc',
1013 ], 1009 ],
1014 },], 1010 },],
1015 ['<(use_ozone) == 1', { 1011 ['<(use_ozone) == 1', {
1016 'sources!': [ 1012 'sources!': [
1017 'message_loop/message_pump_glib.cc', 1013 'message_loop/message_pump_glib.cc',
1018 ] 1014 ]
1019 }], 1015 }],
1020 ['OS == "linux" and >(nacl_untrusted_build)==0', { 1016 ['OS == "linux" and >(nacl_untrusted_build)==0', {
1021 'sources!': [ 1017 'sources!': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 'i18n/time_formatting.h', 1097 'i18n/time_formatting.h',
1102 'i18n/timezone.cc', 1098 'i18n/timezone.cc',
1103 'i18n/timezone.h', 1099 'i18n/timezone.h',
1104 'i18n/utf8_validator_tables.cc', 1100 'i18n/utf8_validator_tables.cc',
1105 'i18n/utf8_validator_tables.h', 1101 'i18n/utf8_validator_tables.h',
1106 ], 1102 ],
1107 }] 1103 }]
1108 ], 1104 ],
1109 }, 1105 },
1110 } 1106 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/sha1.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698