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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1117063004: Revert of Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/policy/BUILD.gn ('k') | chrome/chrome_repack_locales.gni » ('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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 }, 319 },
320 ], 320 ],
321 }], # OS=="mac" 321 }], # OS=="mac"
322 ], # conditions 322 ], # conditions
323 }, # target chrome_main_dll 323 }, # target chrome_main_dll
324 ], # targets 324 ], # targets
325 }], # OS=="mac" or OS=="win" 325 }], # OS=="mac" or OS=="win"
326 ['chrome_multiple_dll', { 326 ['chrome_multiple_dll', {
327 'targets': [ 327 'targets': [
328 { 328 {
329 # GN version: //chrome:chrome_child
330 'target_name': 'chrome_child_dll', 329 'target_name': 'chrome_child_dll',
331 'type': 'shared_library', 330 'type': 'shared_library',
332 'product_name': 'chrome_child', 331 'product_name': 'chrome_child',
333 'variables': { 332 'variables': {
334 'enable_wexit_time_destructors': 1, 333 'enable_wexit_time_destructors': 1,
335 }, 334 },
336 'dependencies': [ 335 'dependencies': [
337 '<@(chromium_child_dependencies)', 336 '<@(chromium_child_dependencies)',
338 '../content/content.gyp:content_app_child', 337 '../content/content.gyp:content_app_child',
339 'chrome_version_resources', 338 'chrome_version_resources',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'dependencies': [ 375 'dependencies': [
377 '../pdf/pdf.gyp:pdf', 376 '../pdf/pdf.gyp:pdf',
378 ], 377 ],
379 }], 378 }],
380 ], 379 ],
381 }, # target chrome_child_dll 380 }, # target chrome_child_dll
382 ], 381 ],
383 }], 382 }],
384 ], 383 ],
385 } 384 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/BUILD.gn ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698