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

Side by Side Diff: build/all.gyp

Issue 11184028: Pull in mtpd from CrOS and add files to build it on Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 2 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 | « DEPS ('k') | third_party/mtpd/README.chromium » ('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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ], 94 ],
95 'conditions': [ 95 'conditions': [
96 ['branding=="Chrome"', { 96 ['branding=="Chrome"', {
97 'dependencies': [ 97 'dependencies': [
98 '../chrome/chrome.gyp:linux_packages_<(channel)', 98 '../chrome/chrome.gyp:linux_packages_<(channel)',
99 ], 99 ],
100 }], 100 }],
101 ['chromeos==0', { 101 ['chromeos==0', {
102 'dependencies': [ 102 'dependencies': [
103 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', 103 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
104 '../third_party/libmtp/libmtp.gyp:*',
105 '../third_party/mtpd/mtpd.gyp:*',
104 ], 106 ],
105 }], 107 }],
106 ], 108 ],
107 }], 109 }],
108 ['toolkit_uses_gtk==1', { 110 ['toolkit_uses_gtk==1', {
109 'dependencies': [ 111 'dependencies': [
110 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 112 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
111 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 113 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
112 ], 114 ],
113 }], 115 }],
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 '../base/base.gyp:base_unittests_run', 718 '../base/base.gyp:base_unittests_run',
717 '../chrome/chrome.gyp:browser_tests_run', 719 '../chrome/chrome.gyp:browser_tests_run',
718 '../chrome/chrome.gyp:unit_tests_run', 720 '../chrome/chrome.gyp:unit_tests_run',
719 '../net/net.gyp:net_unittests_run', 721 '../net/net.gyp:net_unittests_run',
720 ], 722 ],
721 }, # target_name: chromium_swarm_tests 723 }, # target_name: chromium_swarm_tests
722 ], 724 ],
723 }], 725 }],
724 ], # conditions 726 ], # conditions
725 } 727 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/mtpd/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698