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

Side by Side Diff: build/all.gyp

Issue 10222011: Adding Windows service template for Cloud Print connector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | cloud_print/OWNERS » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'conditions': [ 100 'conditions': [
101 ['win_use_allocator_shim==1', { 101 ['win_use_allocator_shim==1', {
102 'dependencies': [ 102 'dependencies': [
103 '../base/allocator/allocator.gyp:*', 103 '../base/allocator/allocator.gyp:*',
104 ], 104 ],
105 }], 105 }],
106 ], 106 ],
107 'dependencies': [ 107 'dependencies': [
108 '../breakpad/breakpad.gyp:*', 108 '../breakpad/breakpad.gyp:*',
109 '../chrome_frame/chrome_frame.gyp:*', 109 '../chrome_frame/chrome_frame.gyp:*',
110 '../cloud_print/service/win/service.gyp:*',
110 '../cloud_print/virtual_driver/virtual_driver.gyp:*', 111 '../cloud_print/virtual_driver/virtual_driver.gyp:*',
111 '../courgette/courgette.gyp:*', 112 '../courgette/courgette.gyp:*',
112 '../rlz/rlz.gyp:*', 113 '../rlz/rlz.gyp:*',
113 '../sandbox/sandbox.gyp:*', 114 '../sandbox/sandbox.gyp:*',
114 '../third_party/angle/src/build_angle.gyp:*', 115 '../third_party/angle/src/build_angle.gyp:*',
115 '../third_party/bsdiff/bsdiff.gyp:*', 116 '../third_party/bsdiff/bsdiff.gyp:*',
116 '../third_party/bspatch/bspatch.gyp:*', 117 '../third_party/bspatch/bspatch.gyp:*',
117 '../third_party/gles2_book/gles2_book.gyp:*', 118 '../third_party/gles2_book/gles2_book.gyp:*',
118 '../tools/memory_watcher/memory_watcher.gyp:*', 119 '../tools/memory_watcher/memory_watcher.gyp:*',
119 ], 120 ],
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'dependencies': [ 606 'dependencies': [
606 '../chromeos/chromeos.gyp:chromeos_unittests', 607 '../chromeos/chromeos.gyp:chromeos_unittests',
607 ], 608 ],
608 }], 609 }],
609 ], 610 ],
610 }, 611 },
611 ], # targets 612 ], # targets
612 }], # "use_aura==1" 613 }], # "use_aura==1"
613 ], # conditions 614 ], # conditions
614 } 615 }
OLDNEW
« no previous file with comments | « no previous file | cloud_print/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698