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

Side by Side Diff: base/base.gypi

Issue 5971008: move base/object_watcher into base/win and add the win namespace. Fixup calle... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « base/base.gyp ('k') | base/object_watcher.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'metrics/stats_counters.cc', 143 'metrics/stats_counters.cc',
144 'metrics/stats_counters.h', 144 'metrics/stats_counters.h',
145 'metrics/stats_table.cc', 145 'metrics/stats_table.cc',
146 'metrics/stats_table.h', 146 'metrics/stats_table.h',
147 'mime_util.h', 147 'mime_util.h',
148 'mime_util_xdg.cc', 148 'mime_util_xdg.cc',
149 'native_library.h', 149 'native_library.h',
150 'native_library_linux.cc', 150 'native_library_linux.cc',
151 'native_library_mac.mm', 151 'native_library_mac.mm',
152 'native_library_win.cc', 152 'native_library_win.cc',
153 'object_watcher.cc',
154 'object_watcher.h',
155 'observer_list.h', 153 'observer_list.h',
156 'observer_list_threadsafe.h', 154 'observer_list_threadsafe.h',
157 'path_service.cc', 155 'path_service.cc',
158 'path_service.h', 156 'path_service.h',
159 'pickle.cc', 157 'pickle.cc',
160 'pickle.h', 158 'pickle.h',
161 'platform_file.h', 159 'platform_file.h',
162 'platform_file_posix.cc', 160 'platform_file_posix.cc',
163 'platform_file_win.cc', 161 'platform_file_win.cc',
164 'port.h', 162 'port.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'waitable_event.h', 288 'waitable_event.h',
291 'waitable_event_posix.cc', 289 'waitable_event_posix.cc',
292 'waitable_event_watcher.h', 290 'waitable_event_watcher.h',
293 'waitable_event_watcher_posix.cc', 291 'waitable_event_watcher_posix.cc',
294 'waitable_event_watcher_win.cc', 292 'waitable_event_watcher_win.cc',
295 'waitable_event_win.cc', 293 'waitable_event_win.cc',
296 'weak_ptr.cc', 294 'weak_ptr.cc',
297 'weak_ptr.h', 295 'weak_ptr.h',
298 'win/i18n.cc', 296 'win/i18n.cc',
299 'win/i18n.h', 297 'win/i18n.h',
298 'win/object_watcher.cc',
299 'win/object_watcher.h',
300 'win/pe_image.cc', 300 'win/pe_image.cc',
301 'win/event_trace_consumer.h', 301 'win/event_trace_consumer.h',
302 'win/event_trace_controller.cc', 302 'win/event_trace_controller.cc',
303 'win/event_trace_controller.h', 303 'win/event_trace_controller.h',
304 'win/event_trace_provider.cc', 304 'win/event_trace_provider.cc',
305 'win/event_trace_provider.h', 305 'win/event_trace_provider.h',
306 'win/pe_image.h', 306 'win/pe_image.h',
307 'win/registry.cc', 307 'win/registry.cc',
308 'win/registry.h', 308 'win/registry.h',
309 'win/scoped_bstr.cc', 309 'win/scoped_bstr.cc',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'sources!': [ 506 'sources!': [
507 'third_party/purify/pure_api.c', 507 'third_party/purify/pure_api.c',
508 'base_drag_source.cc', 508 'base_drag_source.cc',
509 'base_drop_target.cc', 509 'base_drop_target.cc',
510 'cpu.cc', 510 'cpu.cc',
511 'crypto/capi_util.h', 511 'crypto/capi_util.h',
512 'crypto/capi_util.cc', 512 'crypto/capi_util.cc',
513 'debug_on_start.cc', 513 'debug_on_start.cc',
514 'event_recorder.cc', 514 'event_recorder.cc',
515 'file_version_info.cc', 515 'file_version_info.cc',
516 'object_watcher.cc',
517 'pe_image.cc', 516 'pe_image.cc',
518 'registry.cc', 517 'registry.cc',
519 'resource_util.cc', 518 'resource_util.cc',
520 'win_util.cc', 519 'win_util.cc',
521 ], 520 ],
522 },], 521 },],
523 [ 'use_openssl==1', { 522 [ 'use_openssl==1', {
524 # TODO(joth): Use a glob to match exclude patterns once the 523 # TODO(joth): Use a glob to match exclude patterns once the
525 # OpenSSL file set is complete. 524 # OpenSSL file set is complete.
526 'sources!': [ 525 'sources!': [
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'third_party/xdg_mime/xdgmimemagic.c', 727 'third_party/xdg_mime/xdgmimemagic.c',
729 'third_party/xdg_mime/xdgmimemagic.h', 728 'third_party/xdg_mime/xdgmimemagic.h',
730 'third_party/xdg_mime/xdgmimeparent.c', 729 'third_party/xdg_mime/xdgmimeparent.c',
731 'third_party/xdg_mime/xdgmimeparent.h', 730 'third_party/xdg_mime/xdgmimeparent.h',
732 ], 731 ],
733 }, 732 },
734 ], 733 ],
735 }], 734 }],
736 ], 735 ],
737 } 736 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/object_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698