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

Side by Side Diff: base/base.gyp

Issue 209004: Use delegate protocols present in the 10.6 SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/cocoa_protocols_mac.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'base_switches.h', 80 'base_switches.h',
81 'basictypes.h', 81 'basictypes.h',
82 'bzip2_error_handler.cc', 82 'bzip2_error_handler.cc',
83 'clipboard.cc', 83 'clipboard.cc',
84 'clipboard.h', 84 'clipboard.h',
85 'clipboard_linux.cc', 85 'clipboard_linux.cc',
86 'clipboard_mac.mm', 86 'clipboard_mac.mm',
87 'clipboard_util.cc', 87 'clipboard_util.cc',
88 'clipboard_util.h', 88 'clipboard_util.h',
89 'clipboard_win.cc', 89 'clipboard_win.cc',
90 'cocoa_protocols_mac.h',
90 'command_line.cc', 91 'command_line.cc',
91 'command_line.h', 92 'command_line.h',
92 'compiler_specific.h', 93 'compiler_specific.h',
93 'condition_variable.h', 94 'condition_variable.h',
94 'condition_variable_posix.cc', 95 'condition_variable_posix.cc',
95 'condition_variable_win.cc', 96 'condition_variable_win.cc',
96 'cpu.cc', 97 'cpu.cc',
97 'cpu.h', 98 'cpu.h',
98 'data_pack.cc', 99 'data_pack.cc',
99 'debug_on_start.cc', 100 'debug_on_start.cc',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 '<@(_outputs)', 871 '<@(_outputs)',
871 ], 872 ],
872 'message': 'Generating version information', 873 'message': 'Generating version information',
873 }, 874 },
874 ], 875 ],
875 }, 876 },
876 ], 877 ],
877 }], 878 }],
878 ], 879 ],
879 } 880 }
OLDNEW
« no previous file with comments | « no previous file | base/cocoa_protocols_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698