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

Side by Side Diff: base/base.gypi

Issue 6660001: Getting service process on Mac to handle having things moved/changed underneath it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed up phajdan's comments, got things working properly Created 9 years, 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'debug/trace_event_win.cc', 68 'debug/trace_event_win.cc',
69 'debug/trace_event.cc', 69 'debug/trace_event.cc',
70 'debug/trace_event.h', 70 'debug/trace_event.h',
71 'dir_reader_fallback.h', 71 'dir_reader_fallback.h',
72 'dir_reader_linux.h', 72 'dir_reader_linux.h',
73 'dir_reader_posix.h', 73 'dir_reader_posix.h',
74 'environment.cc', 74 'environment.cc',
75 'environment.h', 75 'environment.h',
76 'file_path.cc', 76 'file_path.cc',
77 'file_path.h', 77 'file_path.h',
78 'file_path_component_watcher.h',
79 'file_path_component_watcher.cc',
80 'file_path_component_watcher_linux.cc',
81 'file_path_component_watcher_mac.cc',
82 'file_path_component_watcher_win.cc',
78 'file_util.cc', 83 'file_util.cc',
79 'file_util.h', 84 'file_util.h',
80 'file_util_deprecated.h', 85 'file_util_deprecated.h',
81 'file_util_linux.cc', 86 'file_util_linux.cc',
82 'file_util_mac.mm', 87 'file_util_mac.mm',
83 'file_util_posix.cc', 88 'file_util_posix.cc',
84 'file_util_win.cc', 89 'file_util_win.cc',
85 'file_util_proxy.cc', 90 'file_util_proxy.cc',
86 'file_util_proxy.h', 91 'file_util_proxy.h',
87 'file_version_info.h', 92 'file_version_info.h',
(...skipping 16 matching lines...) Expand all
104 'json/string_escape.cc', 109 'json/string_escape.cc',
105 'json/string_escape.h', 110 'json/string_escape.h',
106 'lazy_instance.cc', 111 'lazy_instance.cc',
107 'lazy_instance.h', 112 'lazy_instance.h',
108 'linked_list.h', 113 'linked_list.h',
109 'linked_ptr.h', 114 'linked_ptr.h',
110 'logging.cc', 115 'logging.cc',
111 'logging.h', 116 'logging.h',
112 'logging_win.cc', 117 'logging_win.cc',
113 'mac/cocoa_protocols.h', 118 'mac/cocoa_protocols.h',
114 » 'mac/foundation_util.h', 119 'mac/foundation_util.h',
115 » 'mac/foundation_util.mm', 120 'mac/foundation_util.mm',
116 'mac/mac_util.h', 121 'mac/mac_util.h',
117 'mac/mac_util.mm', 122 'mac/mac_util.mm',
118 'mac/os_crash_dumps.cc', 123 'mac/os_crash_dumps.cc',
119 'mac/os_crash_dumps.h', 124 'mac/os_crash_dumps.h',
120 'mac/scoped_aedesc.h', 125 'mac/scoped_aedesc.h',
121 'mac/scoped_cftyperef.h', 126 'mac/scoped_cftyperef.h',
122 'mac/scoped_nsautorelease_pool.h', 127 'mac/scoped_nsautorelease_pool.h',
123 'mac/scoped_nsautorelease_pool.mm', 128 'mac/scoped_nsautorelease_pool.mm',
124 'mach_ipc_mac.h', 129 'mach_ipc_mac.h',
125 'mach_ipc_mac.mm', 130 'mach_ipc_mac.mm',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'third_party/xdg_mime/xdgmimemagic.c', 748 'third_party/xdg_mime/xdgmimemagic.c',
744 'third_party/xdg_mime/xdgmimemagic.h', 749 'third_party/xdg_mime/xdgmimemagic.h',
745 'third_party/xdg_mime/xdgmimeparent.c', 750 'third_party/xdg_mime/xdgmimeparent.c',
746 'third_party/xdg_mime/xdgmimeparent.h', 751 'third_party/xdg_mime/xdgmimeparent.h',
747 ], 752 ],
748 }, 753 },
749 ], 754 ],
750 }], 755 }],
751 ], 756 ],
752 } 757 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698