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

Side by Side Diff: build/all.gyp

Issue 2640003: Remove the old RLZ dll from the chrome code. There are no code dependencies... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | chrome/chrome.gyp » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '../base/allocator/allocator.gyp:*', 96 '../base/allocator/allocator.gyp:*',
97 ], 97 ],
98 }], 98 }],
99 ], 99 ],
100 'dependencies': [ 100 'dependencies': [
101 '../breakpad/breakpad.gyp:*', 101 '../breakpad/breakpad.gyp:*',
102 '../chrome/app/locales/locales.gyp:*', 102 '../chrome/app/locales/locales.gyp:*',
103 '../chrome_frame/chrome_frame.gyp:*', 103 '../chrome_frame/chrome_frame.gyp:*',
104 '../courgette/courgette.gyp:*', 104 '../courgette/courgette.gyp:*',
105 '../gears/gears.gyp:*', 105 '../gears/gears.gyp:*',
106 '../rlz/rlz.gyp:*', 106 # '../rlz/rlz.gyp:*', // temporary, back with open source rlz
107 '../sandbox/sandbox.gyp:*', 107 '../sandbox/sandbox.gyp:*',
108 '../third_party/bsdiff/bsdiff.gyp:*', 108 '../third_party/bsdiff/bsdiff.gyp:*',
109 '../third_party/bspatch/bspatch.gyp:*', 109 '../third_party/bspatch/bspatch.gyp:*',
110 '../third_party/gles2_book/gles2_book.gyp:*', 110 '../third_party/gles2_book/gles2_book.gyp:*',
111 '../tools/memory_watcher/memory_watcher.gyp:*', 111 '../tools/memory_watcher/memory_watcher.gyp:*',
112 ], 112 ],
113 }, { 113 }, {
114 'dependencies': [ 114 'dependencies': [
115 '../third_party/libevent/libevent.gyp:*', 115 '../third_party/libevent/libevent.gyp:*',
116 ], 116 ],
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], # targets 322 ], # targets
323 }], # "chromeos==1" 323 }], # "chromeos==1"
324 ], # conditions 324 ], # conditions
325 } 325 }
326 326
327 # Local Variables: 327 # Local Variables:
328 # tab-width:2 328 # tab-width:2
329 # indent-tabs-mode:nil 329 # indent-tabs-mode:nil
330 # End: 330 # End:
331 # vim: set expandtab tabstop=2 shiftwidth=2: 331 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698