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

Side by Side Diff: build/all.gyp

Issue 115062: Move Courgette... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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.sln » ('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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS!="win"', { 8 ['OS!="win"', {
9 'all_gyps%': 1, 9 'all_gyps%': 1,
10 },{ # else OS=="win" 10 },{ # else OS=="win"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 }], 52 }],
53 ['OS=="linux"', { 53 ['OS=="linux"', {
54 'dependencies': [ 54 'dependencies': [
55 '../third_party/harfbuzz/harfbuzz.gyp:*', 55 '../third_party/harfbuzz/harfbuzz.gyp:*',
56 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 56 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
57 ], 57 ],
58 }], 58 }],
59 ['OS=="win"', { 59 ['OS=="win"', {
60 'dependencies': [ 60 'dependencies': [
61 '../sandbox/sandbox.gyp:*', 61 '../sandbox/sandbox.gyp:*',
62 '../third_party/courgette/courgette.gyp:*', 62 '../courgette/courgette.gyp:*',
63 '../webkit/activex_shim/activex_shim.gyp:*', 63 '../webkit/activex_shim/activex_shim.gyp:*',
64 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', 64 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
65 'temp_gyp/breakpad.gyp:*', 65 'temp_gyp/breakpad.gyp:*',
66 ], 66 ],
67 }, { 67 }, {
68 'dependencies': [ 68 'dependencies': [
69 '../third_party/libevent/libevent.gyp:*', 69 '../third_party/libevent/libevent.gyp:*',
70 ], 70 ],
71 }], 71 }],
72 ['all_gyps', { 72 ['all_gyps', {
(...skipping 15 matching lines...) Expand all
88 'dependencies': [ 88 'dependencies': [
89 '../chrome/chrome.gyp:image_diff', 89 '../chrome/chrome.gyp:image_diff',
90 '../webkit/tools/test_shell/test_shell.gyp:test_shell', 90 '../webkit/tools/test_shell/test_shell.gyp:test_shell',
91 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', 91 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
92 ], 92 ],
93 }, 93 },
94 ], 94 ],
95 }], 95 }],
96 ], 96 ],
97 } 97 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698