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

Side by Side Diff: base/base.gyp

Issue 345051: Cleans up our autorelease handling so that we don't create a layered ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/chrome_application_mac.h » ('j') | base/message_pump_mac.mm » ('J')
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'base_paths_linux.h', 78 'base_paths_linux.h',
79 'base_paths_linux.cc', 79 'base_paths_linux.cc',
80 'base_paths_mac.h', 80 'base_paths_mac.h',
81 'base_paths_mac.mm', 81 'base_paths_mac.mm',
82 'base_paths_win.cc', 82 'base_paths_win.cc',
83 'base_paths_win.h', 83 'base_paths_win.h',
84 'base_switches.cc', 84 'base_switches.cc',
85 'base_switches.h', 85 'base_switches.h',
86 'basictypes.h', 86 'basictypes.h',
87 'bzip2_error_handler.cc', 87 'bzip2_error_handler.cc',
88 'chrome_application_mac.h',
89 'chrome_application_mac.mm',
88 'cocoa_protocols_mac.h', 90 'cocoa_protocols_mac.h',
89 'command_line.cc', 91 'command_line.cc',
90 'command_line.h', 92 'command_line.h',
91 'compiler_specific.h', 93 'compiler_specific.h',
92 'condition_variable.h', 94 'condition_variable.h',
93 'condition_variable_posix.cc', 95 'condition_variable_posix.cc',
94 'condition_variable_win.cc', 96 'condition_variable_win.cc',
95 'cpu.cc', 97 'cpu.cc',
96 'cpu.h', 98 'cpu.h',
97 'data_pack.cc', 99 'data_pack.cc',
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 ], 838 ],
837 }], 839 }],
838 ], 840 ],
839 } 841 }
840 842
841 # Local Variables: 843 # Local Variables:
842 # tab-width:2 844 # tab-width:2
843 # indent-tabs-mode:nil 845 # indent-tabs-mode:nil
844 # End: 846 # End:
845 # vim: set expandtab tabstop=2 shiftwidth=2: 847 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/chrome_application_mac.h » ('j') | base/message_pump_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698