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

Side by Side Diff: base/base.gypi

Issue 6041007: Move rgs_helper out of base to ceee since it's not used anywhere else.... (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/win/rgs_helper.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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'win/i18n.h', 297 'win/i18n.h',
298 'win/pe_image.cc', 298 'win/pe_image.cc',
299 'win/event_trace_consumer.h', 299 'win/event_trace_consumer.h',
300 'win/event_trace_controller.cc', 300 'win/event_trace_controller.cc',
301 'win/event_trace_controller.h', 301 'win/event_trace_controller.h',
302 'win/event_trace_provider.cc', 302 'win/event_trace_provider.cc',
303 'win/event_trace_provider.h', 303 'win/event_trace_provider.h',
304 'win/pe_image.h', 304 'win/pe_image.h',
305 'win/registry.cc', 305 'win/registry.cc',
306 'win/registry.h', 306 'win/registry.h',
307 'win/rgs_helper.h',
308 'win/scoped_bstr.cc', 307 'win/scoped_bstr.cc',
309 'win/scoped_bstr.h', 308 'win/scoped_bstr.h',
310 'win/scoped_comptr.h', 309 'win/scoped_comptr.h',
311 'win/scoped_gdi_object.h', 310 'win/scoped_gdi_object.h',
312 'win/scoped_handle.h', 311 'win/scoped_handle.h',
313 'win/scoped_hdc.h', 312 'win/scoped_hdc.h',
314 'win/scoped_hglobal.h', 313 'win/scoped_hglobal.h',
315 'win/scoped_variant.cc', 314 'win/scoped_variant.cc',
316 'win/scoped_variant.h', 315 'win/scoped_variant.h',
317 'win/windows_version.cc', 316 'win/windows_version.cc',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'third_party/xdg_mime/xdgmimemagic.c', 730 'third_party/xdg_mime/xdgmimemagic.c',
732 'third_party/xdg_mime/xdgmimemagic.h', 731 'third_party/xdg_mime/xdgmimemagic.h',
733 'third_party/xdg_mime/xdgmimeparent.c', 732 'third_party/xdg_mime/xdgmimeparent.c',
734 'third_party/xdg_mime/xdgmimeparent.h', 733 'third_party/xdg_mime/xdgmimeparent.h',
735 ], 734 ],
736 }, 735 },
737 ], 736 ],
738 }], 737 }],
739 ], 738 ],
740 } 739 }
OLDNEW
« no previous file with comments | « no previous file | base/win/rgs_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698