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

Side by Side Diff: chrome/chrome.gyp

Issue 131109: Add 'theme_dll' as a dependency of 'chrome_dll'.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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') | no next file » | 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 4130 matching lines...) Expand 10 before | Expand all | Expand 10 after
4141 'include_dirs': [ 4141 'include_dirs': [
4142 'third_party/wtl/include', 4142 'third_party/wtl/include',
4143 ], 4143 ],
4144 'dependencies': [ 4144 'dependencies': [
4145 # On Windows, link the dependencies (libraries) that make 4145 # On Windows, link the dependencies (libraries) that make
4146 # up actual Chromium functionality into this .dll. 4146 # up actual Chromium functionality into this .dll.
4147 '<@(chromium_dependencies)', 4147 '<@(chromium_dependencies)',
4148 'chrome_dll_version', 4148 'chrome_dll_version',
4149 'chrome_resources', 4149 'chrome_resources',
4150 'installer/installer.gyp:installer_util_strings', 4150 'installer/installer.gyp:installer_util_strings',
4151 # TODO(sgk): causes problems because theme_dll doesn't 4151 'theme_dll',
4152 # actually generate default.lib, but now expects it.
4153 #'theme_dll',
4154 'worker', 4152 'worker',
4155 '../net/net.gyp:net_resources', 4153 '../net/net.gyp:net_resources',
4156 '../support/support.gyp:*', 4154 '../support/support.gyp:*',
4157 '../third_party/cld/cld.gyp:cld', 4155 '../third_party/cld/cld.gyp:cld',
4158 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 4156 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
4159 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 4157 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
4160 '../views/views.gyp:views', 4158 '../views/views.gyp:views',
4161 '../webkit/webkit.gyp:webkit_resources', 4159 '../webkit/webkit.gyp:webkit_resources',
4162 '../gears/gears.gyp:gears', 4160 '../gears/gears.gyp:gears',
4163 ], 4161 ],
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
4792 # Use outputs of this action as inputs for the main target build. 4790 # Use outputs of this action as inputs for the main target build.
4793 # Seems as a misnomer but makes this happy on Linux (scons). 4791 # Seems as a misnomer but makes this happy on Linux (scons).
4794 'process_outputs_as_sources': 1, 4792 'process_outputs_as_sources': 1,
4795 }, 4793 },
4796 ], # 'actions' 4794 ], # 'actions'
4797 }, 4795 },
4798 ] 4796 ]
4799 }], 4797 }],
4800 ], # 'conditions' 4798 ], # 'conditions'
4801 } 4799 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698