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

Side by Side Diff: base/base.gypi

Issue 1226673003: Move MatchPattern to its own header and the base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/base.gyp ('k') | base/strings/pattern.h » ('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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'sequenced_task_runner_helpers.h', 535 'sequenced_task_runner_helpers.h',
536 'sha1.h', 536 'sha1.h',
537 'sha1_portable.cc', 537 'sha1_portable.cc',
538 'sha1_win.cc', 538 'sha1_win.cc',
539 'single_thread_task_runner.h', 539 'single_thread_task_runner.h',
540 'stl_util.h', 540 'stl_util.h',
541 'strings/latin1_string_conversions.cc', 541 'strings/latin1_string_conversions.cc',
542 'strings/latin1_string_conversions.h', 542 'strings/latin1_string_conversions.h',
543 'strings/nullable_string16.cc', 543 'strings/nullable_string16.cc',
544 'strings/nullable_string16.h', 544 'strings/nullable_string16.h',
545 'strings/pattern.cc',
546 'strings/pattern.h',
545 'strings/safe_sprintf.cc', 547 'strings/safe_sprintf.cc',
546 'strings/safe_sprintf.h', 548 'strings/safe_sprintf.h',
547 'strings/string16.cc', 549 'strings/string16.cc',
548 'strings/string16.h', 550 'strings/string16.h',
549 'strings/string_number_conversions.cc', 551 'strings/string_number_conversions.cc',
550 'strings/string_number_conversions.h', 552 'strings/string_number_conversions.h',
551 'strings/string_piece.cc', 553 'strings/string_piece.cc',
552 'strings/string_piece.h', 554 'strings/string_piece.h',
553 'strings/string_split.cc', 555 'strings/string_split.cc',
554 'strings/string_split.h', 556 'strings/string_split.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'i18n/time_formatting.h', 1031 'i18n/time_formatting.h',
1030 'i18n/timezone.cc', 1032 'i18n/timezone.cc',
1031 'i18n/timezone.h', 1033 'i18n/timezone.h',
1032 'i18n/utf8_validator_tables.cc', 1034 'i18n/utf8_validator_tables.cc',
1033 'i18n/utf8_validator_tables.h', 1035 'i18n/utf8_validator_tables.h',
1034 ], 1036 ],
1035 }] 1037 }]
1036 ], 1038 ],
1037 }, 1039 },
1038 } 1040 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/strings/pattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698