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

Side by Side Diff: base/base.gypi

Issue 15300017: Pull string constants into separate .cc for split dll build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix export 2 Created 7 years, 7 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/string_util.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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'sequenced_task_runner.cc', 397 'sequenced_task_runner.cc',
398 'sequenced_task_runner.h', 398 'sequenced_task_runner.h',
399 'sequenced_task_runner_helpers.h', 399 'sequenced_task_runner_helpers.h',
400 'sha1.h', 400 'sha1.h',
401 'sha1_portable.cc', 401 'sha1_portable.cc',
402 'sha1_win.cc', 402 'sha1_win.cc',
403 'single_thread_task_runner.h', 403 'single_thread_task_runner.h',
404 'stl_util.h', 404 'stl_util.h',
405 'string_util.cc', 405 'string_util.cc',
406 'string_util.h', 406 'string_util.h',
407 'string_util_constants.cc',
407 'string_util_posix.h', 408 'string_util_posix.h',
408 'string_util_win.h', 409 'string_util_win.h',
409 'string16.cc', 410 'string16.cc',
410 'string16.h', 411 'string16.h',
411 'stringprintf.cc', 412 'stringprintf.cc',
412 'stringprintf.h', 413 'stringprintf.h',
413 'strings/string_split.cc', 414 'strings/string_split.cc',
414 'strings/string_split.h', 415 'strings/string_split.h',
415 'strings/string_number_conversions.cc', 416 'strings/string_number_conversions.cc',
416 'strings/string_number_conversions.h', 417 'strings/string_number_conversions.h',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 793 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
793 'sources/': [ 794 'sources/': [
794 ['exclude', '^third_party/nspr/'], 795 ['exclude', '^third_party/nspr/'],
795 ], 796 ],
796 }], 797 }],
797 ], 798 ],
798 }], 799 }],
799 ], 800 ],
800 }, 801 },
801 } 802 }
OLDNEW
« no previous file with comments | « no previous file | base/string_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698