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

Side by Side Diff: build/all.gyp

Issue 1735018: Added sync_tools.gyp to all.gyp. (Closed)
Patch Set: Fixed windows compile Created 10 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
« no previous file with comments | « no previous file | chrome/browser/sync/tools/sync_tools.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,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*',
14 '../chrome/chrome.gyp:*', 15 '../chrome/chrome.gyp:*',
15 '../gfx/gfx.gyp:*', 16 '../gfx/gfx.gyp:*',
16 '../gpu/gpu.gyp:*', 17 '../gpu/gpu.gyp:*',
17 '../ipc/ipc.gyp:*', 18 '../ipc/ipc.gyp:*',
18 '../media/media.gyp:*', 19 '../media/media.gyp:*',
19 '../net/net.gyp:*', 20 '../net/net.gyp:*',
20 '../printing/printing.gyp:*', 21 '../printing/printing.gyp:*',
21 '../sdch/sdch.gyp:*', 22 '../sdch/sdch.gyp:*',
22 '../skia/skia.gyp:*', 23 '../skia/skia.gyp:*',
23 '../testing/gmock.gyp:*', 24 '../testing/gmock.gyp:*',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 ], # targets 296 ], # targets
296 }], # "chromeos==1" 297 }], # "chromeos==1"
297 ], # conditions 298 ], # conditions
298 } 299 }
299 300
300 # Local Variables: 301 # Local Variables:
301 # tab-width:2 302 # tab-width:2
302 # indent-tabs-mode:nil 303 # indent-tabs-mode:nil
303 # End: 304 # End:
304 # vim: set expandtab tabstop=2 shiftwidth=2: 305 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/tools/sync_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698