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

Side by Side Diff: base/base.gypi

Issue 7698005: Move base/resource_util.* into base/win/ since it's windows specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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/resource_util.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) 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'process_util.h', 190 'process_util.h',
191 'process_util_linux.cc', 191 'process_util_linux.cc',
192 'process_util_mac.mm', 192 'process_util_mac.mm',
193 'process_util_posix.cc', 193 'process_util_posix.cc',
194 'process_util_win.cc', 194 'process_util_win.cc',
195 'process_win.cc', 195 'process_win.cc',
196 'rand_util.cc', 196 'rand_util.cc',
197 'rand_util.h', 197 'rand_util.h',
198 'rand_util_posix.cc', 198 'rand_util_posix.cc',
199 'rand_util_win.cc', 199 'rand_util_win.cc',
200 'resource_util.cc',
201 'resource_util.h',
202 'safe_strerror_posix.cc', 200 'safe_strerror_posix.cc',
203 'safe_strerror_posix.h', 201 'safe_strerror_posix.h',
204 'scoped_ptr.h', 202 'scoped_ptr.h',
205 'scoped_native_library.cc', 203 'scoped_native_library.cc',
206 'scoped_native_library.h', 204 'scoped_native_library.h',
207 'scoped_temp_dir.cc', 205 'scoped_temp_dir.cc',
208 'scoped_temp_dir.h', 206 'scoped_temp_dir.h',
209 'sha1.h', 207 'sha1.h',
210 'sha1_portable.cc', 208 'sha1_portable.cc',
211 'sha1_win.cc', 209 'sha1_win.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'win/event_trace_provider.cc', 326 'win/event_trace_provider.cc',
329 'win/event_trace_provider.h', 327 'win/event_trace_provider.h',
330 'win/i18n.cc', 328 'win/i18n.cc',
331 'win/i18n.h', 329 'win/i18n.h',
332 'win/iat_patch_function.cc', 330 'win/iat_patch_function.cc',
333 'win/iat_patch_function.h', 331 'win/iat_patch_function.h',
334 'win/object_watcher.cc', 332 'win/object_watcher.cc',
335 'win/object_watcher.h', 333 'win/object_watcher.h',
336 'win/registry.cc', 334 'win/registry.cc',
337 'win/registry.h', 335 'win/registry.h',
336 'win/resource_util.cc',
337 'win/resource_util.h',
338 'win/scoped_bstr.cc', 338 'win/scoped_bstr.cc',
339 'win/scoped_bstr.h', 339 'win/scoped_bstr.h',
340 'win/scoped_com_initializer.h', 340 'win/scoped_com_initializer.h',
341 'win/scoped_comptr.h', 341 'win/scoped_comptr.h',
342 'win/scoped_gdi_object.h', 342 'win/scoped_gdi_object.h',
343 'win/scoped_handle.h', 343 'win/scoped_handle.h',
344 'win/scoped_hdc.h', 344 'win/scoped_hdc.h',
345 'win/scoped_hglobal.h', 345 'win/scoped_hglobal.h',
346 'win/scoped_variant.cc', 346 'win/scoped_variant.cc',
347 'win/scoped_variant.h', 347 'win/scoped_variant.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 535 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
536 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 536 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
537 ], 537 ],
538 }, 538 },
539 'dependencies': [ 539 'dependencies': [
540 '../third_party/mach_override/mach_override.gyp:mach_override', 540 '../third_party/mach_override/mach_override.gyp:mach_override',
541 ], 541 ],
542 }], 542 }],
543 [ 'OS != "win"', { 543 [ 'OS != "win"', {
544 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 544 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
545 'sources!': [
546 'resource_util.cc',
547 ],
548 },], 545 },],
549 [ 'component=="shared_library"', { 546 [ 'component=="shared_library"', {
550 'conditions': [ 547 'conditions': [
551 ['OS=="win"', { 548 ['OS=="win"', {
552 'sources!': [ 549 'sources!': [
553 'debug/debug_on_start_win.cc', 550 'debug/debug_on_start_win.cc',
554 ], 551 ],
555 }], 552 }],
556 ], 553 ],
557 }], 554 }],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'third_party/xdg_mime/xdgmimemagic.c', 713 'third_party/xdg_mime/xdgmimemagic.c',
717 'third_party/xdg_mime/xdgmimemagic.h', 714 'third_party/xdg_mime/xdgmimemagic.h',
718 'third_party/xdg_mime/xdgmimeparent.c', 715 'third_party/xdg_mime/xdgmimeparent.c',
719 'third_party/xdg_mime/xdgmimeparent.h', 716 'third_party/xdg_mime/xdgmimeparent.h',
720 ], 717 ],
721 }, 718 },
722 ], 719 ],
723 }], 720 }],
724 ], 721 ],
725 } 722 }
OLDNEW
« no previous file with comments | « no previous file | base/resource_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698