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

Side by Side Diff: base/base.gypi

Issue 5961007: Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « app/mac/nsimage_cache_unittest.cc.README ('k') | base/compat_execinfo.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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'message_pump_glib.h', 628 'message_pump_glib.h',
629 'message_pump_glib_x.cc', 629 'message_pump_glib_x.cc',
630 'message_pump_glib_x.h', 630 'message_pump_glib_x.h',
631 'message_pump_glib_x_dispatch.h', 631 'message_pump_glib_x_dispatch.h',
632 'message_pump_libevent.cc', 632 'message_pump_libevent.cc',
633 'message_pump_libevent.h', 633 'message_pump_libevent.h',
634 'message_pump_mac.h', 634 'message_pump_mac.h',
635 'message_pump_mac.mm', 635 'message_pump_mac.mm',
636 'metrics/field_trial.cc', 636 'metrics/field_trial.cc',
637 'metrics/field_trial.h', 637 'metrics/field_trial.h',
638 'nsimage_cache_mac.h',
639 'nsimage_cache_mac.mm',
640 'nss_util.cc', 638 'nss_util.cc',
641 'nss_util.h', 639 'nss_util.h',
642 'openssl_util.cc', 640 'openssl_util.cc',
643 'openssl_util.h', 641 'openssl_util.h',
644 'setproctitle_linux.c', 642 'setproctitle_linux.c',
645 'setproctitle_linux.h', 643 'setproctitle_linux.h',
646 'sha2.cc', 644 'sha2.cc',
647 'sha2.h', 645 'sha2.h',
648 'sha2_openssl.cc', 646 'sha2_openssl.cc',
649 'string16.cc', 647 'string16.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'third_party/xdg_mime/xdgmimemagic.c', 740 'third_party/xdg_mime/xdgmimemagic.c',
743 'third_party/xdg_mime/xdgmimemagic.h', 741 'third_party/xdg_mime/xdgmimemagic.h',
744 'third_party/xdg_mime/xdgmimeparent.c', 742 'third_party/xdg_mime/xdgmimeparent.c',
745 'third_party/xdg_mime/xdgmimeparent.h', 743 'third_party/xdg_mime/xdgmimeparent.h',
746 ], 744 ],
747 }, 745 },
748 ], 746 ],
749 }], 747 }],
750 ], 748 ],
751 } 749 }
OLDNEW
« no previous file with comments | « app/mac/nsimage_cache_unittest.cc.README ('k') | base/compat_execinfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698