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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2067018: Break gyp cycles on Linux. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: remove duplicate vars Created 10 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_exe.gypi » ('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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 ], 72 ],
73 'conditions': [ 73 'conditions': [
74 ['OS=="win"', { 74 ['OS=="win"', {
75 'product_name': 'chrome', 75 'product_name': 'chrome',
76 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9', 76 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9',
77 'dependencies': [ 77 'dependencies': [
78 # On Windows, link the dependencies (libraries) that make 78 # On Windows, link the dependencies (libraries) that make
79 # up actual Chromium functionality into this .dll. 79 # up actual Chromium functionality into this .dll.
80 'chrome_dll_version', 80 'chrome_dll_version',
81 'chrome_resources', 81 'chrome_resources',
82 'installer/installer.gyp:installer_util_strings', 82 'installer_util_strings',
83 'worker', 83 'worker',
84 '../printing/printing.gyp:printing', 84 '../printing/printing.gyp:printing',
85 '../net/net.gyp:net_resources', 85 '../net/net.gyp:net_resources',
86 '../build/util/support/support.gyp:*', 86 '../build/util/support/support.gyp:*',
87 '../third_party/cld/cld.gyp:cld', 87 '../third_party/cld/cld.gyp:cld',
88 '../views/views.gyp:views', 88 '../views/views.gyp:views',
89 '../webkit/support/webkit_support.gyp:webkit_resources', 89 '../webkit/support/webkit_support.gyp:webkit_resources',
90 '../gears/gears.gyp:gears', 90 '../gears/gears.gyp:gears',
91 ], 91 ],
92 'sources': [ 92 'sources': [
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'configurations': { 548 'configurations': {
549 'Common_Base': { 549 'Common_Base': {
550 'msvs_target_platform': 'x64', 550 'msvs_target_platform': 'x64',
551 }, 551 },
552 }, 552 },
553 }, # target chrome_dll 553 }, # target chrome_dll
554 ], 554 ],
555 }], 555 }],
556 ], 556 ],
557 } 557 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698