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

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: Denitting, rebase Created 8 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/sys_byteorder.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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'synchronization/waitable_event_watcher.h', 286 'synchronization/waitable_event_watcher.h',
287 'synchronization/waitable_event_watcher_posix.cc', 287 'synchronization/waitable_event_watcher_posix.cc',
288 'synchronization/waitable_event_watcher_win.cc', 288 'synchronization/waitable_event_watcher_win.cc',
289 'synchronization/waitable_event_win.cc', 289 'synchronization/waitable_event_win.cc',
290 'system_monitor/system_monitor.cc', 290 'system_monitor/system_monitor.cc',
291 'system_monitor/system_monitor.h', 291 'system_monitor/system_monitor.h',
292 'system_monitor/system_monitor_android.cc', 292 'system_monitor/system_monitor_android.cc',
293 'system_monitor/system_monitor_mac.mm', 293 'system_monitor/system_monitor_mac.mm',
294 'system_monitor/system_monitor_posix.cc', 294 'system_monitor/system_monitor_posix.cc',
295 'system_monitor/system_monitor_win.cc', 295 'system_monitor/system_monitor_win.cc',
296 'sys_byteorder.h',
296 'sys_info.h', 297 'sys_info.h',
297 'sys_info_chromeos.cc', 298 'sys_info_chromeos.cc',
298 'sys_info_freebsd.cc', 299 'sys_info_freebsd.cc',
299 'sys_info_linux.cc', 300 'sys_info_linux.cc',
300 'sys_info_mac.cc', 301 'sys_info_mac.cc',
301 'sys_info_openbsd.cc', 302 'sys_info_openbsd.cc',
302 'sys_info_posix.cc', 303 'sys_info_posix.cc',
303 'sys_info_win.cc', 304 'sys_info_win.cc',
304 'sys_string_conversions.h', 305 'sys_string_conversions.h',
305 'sys_string_conversions_mac.mm', 306 'sys_string_conversions_mac.mm',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'third_party/xdg_mime/xdgmimemagic.c', 883 'third_party/xdg_mime/xdgmimemagic.c',
883 'third_party/xdg_mime/xdgmimemagic.h', 884 'third_party/xdg_mime/xdgmimemagic.h',
884 'third_party/xdg_mime/xdgmimeparent.c', 885 'third_party/xdg_mime/xdgmimeparent.c',
885 'third_party/xdg_mime/xdgmimeparent.h', 886 'third_party/xdg_mime/xdgmimeparent.h',
886 ], 887 ],
887 }, 888 },
888 ], 889 ],
889 }], 890 }],
890 ], 891 ],
891 } 892 }
OLDNEW
« no previous file with comments | « no previous file | base/sys_byteorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698