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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.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) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 # up actual Chromium functionality into this .dll. 104 # up actual Chromium functionality into this .dll.
105 'chrome_dll_pdb_workaround', 105 'chrome_dll_pdb_workaround',
106 'chrome_resources.gyp:chrome_resources', 106 'chrome_resources.gyp:chrome_resources',
107 'chrome_version_resources', 107 'chrome_version_resources',
108 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', 108 '../chrome/chrome_resources.gyp:chrome_unscaled_resources',
109 '../crypto/crypto.gyp:crypto', 109 '../crypto/crypto.gyp:crypto',
110 '../printing/printing.gyp:printing', 110 '../printing/printing.gyp:printing',
111 '../net/net.gyp:net_resources', 111 '../net/net.gyp:net_resources',
112 '../third_party/cld/cld.gyp:cld', 112 '../third_party/cld/cld.gyp:cld',
113 '../ui/views/views.gyp:views', 113 '../ui/views/views.gyp:views',
114 '../webkit/support/webkit_support.gyp:webkit_resources', 114 '../webkit/webkit_resources.gyp:webkit_temp_resources',
115 ], 115 ],
116 'sources': [ 116 'sources': [
117 'app/chrome_command_ids.h', 117 'app/chrome_command_ids.h',
118 'app/chrome_dll.rc', 118 'app/chrome_dll.rc',
119 'app/chrome_dll_resource.h', 119 'app/chrome_dll_resource.h',
120 'app/chrome_main.cc', 120 'app/chrome_main.cc',
121 'app/chrome_main_delegate.cc', 121 'app/chrome_main_delegate.cc',
122 'app/chrome_main_delegate.h', 122 'app/chrome_main_delegate.h',
123 'app/delay_load_hook_win.cc', 123 'app/delay_load_hook_win.cc',
124 'app/delay_load_hook_win.h', 124 'app/delay_load_hook_win.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/chrome.dll.pdb', 324 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/chrome.dll.pdb',
325 }, 325 },
326 }, 326 },
327 }], 327 }],
328 ], 328 ],
329 }, 329 },
330 ], 330 ],
331 }], 331 }],
332 ], 332 ],
333 } 333 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698