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

Side by Side Diff: base/base.gypi

Issue 6002013: Move the SetProcTitle code out of base and into chrome/common. This is only... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 12 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/command_line.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'message_pump_glib.cc', 345 'message_pump_glib.cc',
346 'message_pump_glib_x.cc', 346 'message_pump_glib_x.cc',
347 ], 347 ],
348 }], 348 }],
349 [ 'OS != "linux"', { 349 [ 'OS != "linux"', {
350 'sources!': [ 350 'sources!': [
351 # Not automatically excluded by the *linux.cc rules. 351 # Not automatically excluded by the *linux.cc rules.
352 'gtk_util.cc', 352 'gtk_util.cc',
353 'gtk_util.h', 353 'gtk_util.h',
354 'linux_util.cc', 354 'linux_util.cc',
355 'setproctitle_linux.c',
356 'setproctitle_linux.h',
357 ], 355 ],
358 }, 356 },
359 ], 357 ],
360 [ 'OS != "mac"', { 358 [ 'OS != "mac"', {
361 'sources!': [ 359 'sources!': [
362 'scoped_aedesc.h' 360 'scoped_aedesc.h'
363 ], 361 ],
364 }], 362 }],
365 # For now, just test the *BSD platforms enough to exclude them. 363 # For now, just test the *BSD platforms enough to exclude them.
366 # Subsequent changes will include them further. 364 # Subsequent changes will include them further.
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'message_pump_libevent.cc', 625 'message_pump_libevent.cc',
628 'message_pump_libevent.h', 626 'message_pump_libevent.h',
629 'message_pump_mac.h', 627 'message_pump_mac.h',
630 'message_pump_mac.mm', 628 'message_pump_mac.mm',
631 'metrics/field_trial.cc', 629 'metrics/field_trial.cc',
632 'metrics/field_trial.h', 630 'metrics/field_trial.h',
633 'nss_util.cc', 631 'nss_util.cc',
634 'nss_util.h', 632 'nss_util.h',
635 'openssl_util.cc', 633 'openssl_util.cc',
636 'openssl_util.h', 634 'openssl_util.h',
637 'setproctitle_linux.c',
638 'setproctitle_linux.h',
639 'sha2.cc', 635 'sha2.cc',
640 'sha2.h', 636 'sha2.h',
641 'sha2_openssl.cc', 637 'sha2_openssl.cc',
642 'string16.cc', 638 'string16.cc',
643 'string16.h', 639 'string16.h',
644 'sync_socket.h', 640 'sync_socket.h',
645 'sync_socket_win.cc', 641 'sync_socket_win.cc',
646 'sync_socket_posix.cc', 642 'sync_socket_posix.cc',
647 'time_mac.cc', 643 'time_mac.cc',
648 'time_posix.cc', 644 'time_posix.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'third_party/xdg_mime/xdgmimemagic.c', 731 'third_party/xdg_mime/xdgmimemagic.c',
736 'third_party/xdg_mime/xdgmimemagic.h', 732 'third_party/xdg_mime/xdgmimemagic.h',
737 'third_party/xdg_mime/xdgmimeparent.c', 733 'third_party/xdg_mime/xdgmimeparent.c',
738 'third_party/xdg_mime/xdgmimeparent.h', 734 'third_party/xdg_mime/xdgmimeparent.h',
739 ], 735 ],
740 }, 736 },
741 ], 737 ],
742 }], 738 }],
743 ], 739 ],
744 } 740 }
OLDNEW
« no previous file with comments | « no previous file | base/command_line.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698