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

Side by Side Diff: base/base.gypi

Issue 8949026: Move net/base/sys_byteorder.h to base/sys_byteorder.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | base/sys_byteorder.h » ('j') | base/sys_byteorder.h » ('J')
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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'synchronization/waitable_event_watcher.h', 284 'synchronization/waitable_event_watcher.h',
285 'synchronization/waitable_event_watcher_posix.cc', 285 'synchronization/waitable_event_watcher_posix.cc',
286 'synchronization/waitable_event_watcher_win.cc', 286 'synchronization/waitable_event_watcher_win.cc',
287 'synchronization/waitable_event_win.cc', 287 'synchronization/waitable_event_win.cc',
288 'system_monitor/system_monitor.cc', 288 'system_monitor/system_monitor.cc',
289 'system_monitor/system_monitor.h', 289 'system_monitor/system_monitor.h',
290 'system_monitor/system_monitor_android.cc', 290 'system_monitor/system_monitor_android.cc',
291 'system_monitor/system_monitor_mac.mm', 291 'system_monitor/system_monitor_mac.mm',
292 'system_monitor/system_monitor_posix.cc', 292 'system_monitor/system_monitor_posix.cc',
293 'system_monitor/system_monitor_win.cc', 293 'system_monitor/system_monitor_win.cc',
294 'base/sys_byteorder.h',
Ryan Sleevi 2011/12/21 02:18:38 typo: base/sys_byteorder.h -> sys_byteorder.h
Ilya Sherman 2011/12/21 02:22:13 Done.
294 'sys_info.h', 295 'sys_info.h',
295 'sys_info_chromeos.cc', 296 'sys_info_chromeos.cc',
296 'sys_info_freebsd.cc', 297 'sys_info_freebsd.cc',
297 'sys_info_linux.cc', 298 'sys_info_linux.cc',
298 'sys_info_mac.cc', 299 'sys_info_mac.cc',
299 'sys_info_openbsd.cc', 300 'sys_info_openbsd.cc',
300 'sys_info_posix.cc', 301 'sys_info_posix.cc',
301 'sys_info_win.cc', 302 'sys_info_win.cc',
302 'sys_string_conversions.h', 303 'sys_string_conversions.h',
303 'sys_string_conversions_mac.mm', 304 'sys_string_conversions_mac.mm',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'third_party/xdg_mime/xdgmimemagic.c', 880 'third_party/xdg_mime/xdgmimemagic.c',
880 'third_party/xdg_mime/xdgmimemagic.h', 881 'third_party/xdg_mime/xdgmimemagic.h',
881 'third_party/xdg_mime/xdgmimeparent.c', 882 'third_party/xdg_mime/xdgmimeparent.c',
882 'third_party/xdg_mime/xdgmimeparent.h', 883 'third_party/xdg_mime/xdgmimeparent.h',
883 ], 884 ],
884 }, 885 },
885 ], 886 ],
886 }], 887 }],
887 ], 888 ],
888 } 889 }
OLDNEW
« no previous file with comments | « no previous file | base/sys_byteorder.h » ('j') | base/sys_byteorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698