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

Side by Side Diff: base/base.gypi

Issue 6250070: Added command line switches and UI (controlled via a build option) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review concerns Created 9 years, 10 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/debug/profiler.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'cpu.cc', 45 'cpu.cc',
46 'cpu.h', 46 'cpu.h',
47 'debug/debug_on_start_win.cc', 47 'debug/debug_on_start_win.cc',
48 'debug/debug_on_start_win.h', 48 'debug/debug_on_start_win.h',
49 'debug/debugger.cc', 49 'debug/debugger.cc',
50 'debug/debugger.h', 50 'debug/debugger.h',
51 'debug/debugger_posix.cc', 51 'debug/debugger_posix.cc',
52 'debug/debugger_win.cc', 52 'debug/debugger_win.cc',
53 'debug/leak_annotations.h', 53 'debug/leak_annotations.h',
54 'debug/leak_tracker.h', 54 'debug/leak_tracker.h',
55 'debug/profiler.cc',
56 'debug/profiler.h',
55 'debug/stack_trace.cc', 57 'debug/stack_trace.cc',
56 'debug/stack_trace.h', 58 'debug/stack_trace.h',
57 'debug/stack_trace_posix.cc', 59 'debug/stack_trace_posix.cc',
58 'debug/stack_trace_win.cc', 60 'debug/stack_trace_win.cc',
59 'debug/trace_event_win.cc', 61 'debug/trace_event_win.cc',
60 'debug/trace_event.cc', 62 'debug/trace_event.cc',
61 'debug/trace_event.h', 63 'debug/trace_event.h',
62 'dir_reader_fallback.h', 64 'dir_reader_fallback.h',
63 'dir_reader_linux.h', 65 'dir_reader_linux.h',
64 'dir_reader_posix.h', 66 'dir_reader_posix.h',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'third_party/xdg_mime/xdgmimemagic.c', 736 'third_party/xdg_mime/xdgmimemagic.c',
735 'third_party/xdg_mime/xdgmimemagic.h', 737 'third_party/xdg_mime/xdgmimemagic.h',
736 'third_party/xdg_mime/xdgmimeparent.c', 738 'third_party/xdg_mime/xdgmimeparent.c',
737 'third_party/xdg_mime/xdgmimeparent.h', 739 'third_party/xdg_mime/xdgmimeparent.h',
738 ], 740 ],
739 }, 741 },
740 ], 742 ],
741 }], 743 }],
742 ], 744 ],
743 } 745 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698