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

Side by Side Diff: base/base.gypi

Issue 17289005: Add support using EXPECT_EQ with NullableString16 objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'sequenced_task_runner.cc', 427 'sequenced_task_runner.cc',
428 'sequenced_task_runner.h', 428 'sequenced_task_runner.h',
429 'sequenced_task_runner_helpers.h', 429 'sequenced_task_runner_helpers.h',
430 'sha1.h', 430 'sha1.h',
431 'sha1_portable.cc', 431 'sha1_portable.cc',
432 'sha1_win.cc', 432 'sha1_win.cc',
433 'single_thread_task_runner.h', 433 'single_thread_task_runner.h',
434 'stl_util.h', 434 'stl_util.h',
435 'strings/latin1_string_conversions.cc', 435 'strings/latin1_string_conversions.cc',
436 'strings/latin1_string_conversions.h', 436 'strings/latin1_string_conversions.h',
437 'strings/nullable_string16.cc',
438 'strings/nullable_string16.h',
437 'strings/string16.cc', 439 'strings/string16.cc',
438 'strings/string16.h', 440 'strings/string16.h',
439 'strings/string_number_conversions.cc', 441 'strings/string_number_conversions.cc',
440 'strings/string_split.cc', 442 'strings/string_split.cc',
441 'strings/string_split.h', 443 'strings/string_split.h',
442 'strings/string_number_conversions.h', 444 'strings/string_number_conversions.h',
443 'strings/string_piece.cc', 445 'strings/string_piece.cc',
444 'strings/string_piece.h', 446 'strings/string_piece.h',
445 'strings/string_tokenizer.h', 447 'strings/string_tokenizer.h',
446 'strings/string_util.cc', 448 'strings/string_util.cc',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 843 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
842 'sources/': [ 844 'sources/': [
843 ['exclude', '^third_party/nspr/'], 845 ['exclude', '^third_party/nspr/'],
844 ], 846 ],
845 }], 847 }],
846 ], 848 ],
847 }], 849 }],
848 ], 850 ],
849 }, 851 },
850 } 852 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698