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

Side by Side Diff: build/all.gyp

Issue 155905: Separates ipc code from common (http://crbug.com/16829) (Closed)
Patch Set: Fixes reference to 'common_message_traits' it's actually 'common_param_traits' Created 11 years, 5 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 | « base/file_descriptor_posix.h ('k') | chrome/app/breakpad_linux.cc » ('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 'includes': [ 6 'includes': [
7 'common.gypi', 7 'common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'All', 11 'target_name': 'All',
12 'type': 'none', 12 'type': 'none',
13 'xcode_create_dependents_test_runner': 1, 13 'xcode_create_dependents_test_runner': 1,
14 'dependencies': [ 14 'dependencies': [
15 '../app/app.gyp:*', 15 '../app/app.gyp:*',
16 '../base/base.gyp:*', 16 '../base/base.gyp:*',
17 '../chrome/chrome.gyp:*', 17 '../chrome/chrome.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:*',
24 '../testing/gtest.gyp:*', 25 '../testing/gtest.gyp:*',
25 '../third_party/bzip2/bzip2.gyp:*', 26 '../third_party/bzip2/bzip2.gyp:*',
26 '../third_party/codesighs/codesighs.gyp:*', 27 '../third_party/codesighs/codesighs.gyp:*',
27 '../third_party/ffmpeg/ffmpeg.gyp:*', 28 '../third_party/ffmpeg/ffmpeg.gyp:*',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'type': 'none', 107 'type': 'none',
107 'dependencies': [ 108 'dependencies': [
108 'All', 109 'All',
109 '../chrome/chrome.gyp:build_app_dmg', 110 '../chrome/chrome.gyp:build_app_dmg',
110 ], 111 ],
111 }, 112 },
112 ], 113 ],
113 }], 114 }],
114 ], 115 ],
115 } 116 }
OLDNEW
« no previous file with comments | « base/file_descriptor_posix.h ('k') | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698