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

Side by Side Diff: base/base.gypi

Issue 12213061: Move sys_string_conversions to base/strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm him Created 7 years, 10 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 | « base/base.gyp ('k') | base/file_path.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 '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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'string_util.cc', 393 'string_util.cc',
394 'string_util.h', 394 'string_util.h',
395 'string_util_posix.h', 395 'string_util_posix.h',
396 'string_util_win.h', 396 'string_util_win.h',
397 'string16.cc', 397 'string16.cc',
398 'string16.h', 398 'string16.h',
399 'stringprintf.cc', 399 'stringprintf.cc',
400 'stringprintf.h', 400 'stringprintf.h',
401 'strings/string_tokenizer.h', 401 'strings/string_tokenizer.h',
402 'strings/stringize_macros.h', 402 'strings/stringize_macros.h',
403 'strings/sys_string_conversions.h',
404 'strings/sys_string_conversions_mac.mm',
405 'strings/sys_string_conversions_posix.cc',
406 'strings/sys_string_conversions_win.cc',
403 'supports_user_data.cc', 407 'supports_user_data.cc',
404 'supports_user_data.h', 408 'supports_user_data.h',
405 'synchronization/cancellation_flag.cc', 409 'synchronization/cancellation_flag.cc',
406 'synchronization/cancellation_flag.h', 410 'synchronization/cancellation_flag.h',
407 'synchronization/condition_variable.h', 411 'synchronization/condition_variable.h',
408 'synchronization/condition_variable_posix.cc', 412 'synchronization/condition_variable_posix.cc',
409 'synchronization/condition_variable_win.cc', 413 'synchronization/condition_variable_win.cc',
410 'synchronization/lock.cc', 414 'synchronization/lock.cc',
411 'synchronization/lock.h', 415 'synchronization/lock.h',
412 'synchronization/lock_impl.h', 416 'synchronization/lock_impl.h',
(...skipping 19 matching lines...) Expand all
432 'sys_info.h', 436 'sys_info.h',
433 'sys_info_android.cc', 437 'sys_info_android.cc',
434 'sys_info_chromeos.cc', 438 'sys_info_chromeos.cc',
435 'sys_info_freebsd.cc', 439 'sys_info_freebsd.cc',
436 'sys_info_ios.mm', 440 'sys_info_ios.mm',
437 'sys_info_linux.cc', 441 'sys_info_linux.cc',
438 'sys_info_mac.cc', 442 'sys_info_mac.cc',
439 'sys_info_openbsd.cc', 443 'sys_info_openbsd.cc',
440 'sys_info_posix.cc', 444 'sys_info_posix.cc',
441 'sys_info_win.cc', 445 'sys_info_win.cc',
442 'sys_string_conversions.h',
443 'sys_string_conversions_mac.mm',
444 'sys_string_conversions_posix.cc',
445 'sys_string_conversions_win.cc',
446 'task_runner.cc', 446 'task_runner.cc',
447 'task_runner.h', 447 'task_runner.h',
448 'task_runner_util.h', 448 'task_runner_util.h',
449 'template_util.h', 449 'template_util.h',
450 'thread_task_runner_handle.cc', 450 'thread_task_runner_handle.cc',
451 'thread_task_runner_handle.h', 451 'thread_task_runner_handle.h',
452 'threading/non_thread_safe.h', 452 'threading/non_thread_safe.h',
453 'threading/non_thread_safe_impl.cc', 453 'threading/non_thread_safe_impl.cc',
454 'threading/non_thread_safe_impl.h', 454 'threading/non_thread_safe_impl.h',
455 'threading/platform_thread.h', 455 'threading/platform_thread.h',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 749 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
750 'sources/': [ 750 'sources/': [
751 ['exclude', '^third_party/nspr/'], 751 ['exclude', '^third_party/nspr/'],
752 ], 752 ],
753 }], 753 }],
754 ], 754 ],
755 }], 755 }],
756 ], 756 ],
757 }, 757 },
758 } 758 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698