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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 23320004: reland 'Set chrome_multiple_dll=1 by default on Windows in static_library' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix define Created 7 years, 4 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_android.gypi ('k') | content/content.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 { 405 {
406 'target_name': 'chrome_frame_net_tests', 406 'target_name': 'chrome_frame_net_tests',
407 'type': 'executable', 407 'type': 'executable',
408 'dependencies': [ 408 'dependencies': [
409 '../base/base.gyp:test_support_base', 409 '../base/base.gyp:test_support_base',
410 '../chrome/chrome.gyp:browser', 410 '../chrome/chrome.gyp:browser',
411 '../chrome/chrome.gyp:debugger', 411 '../chrome/chrome.gyp:debugger',
412 '../chrome/chrome.gyp:renderer', 412 '../chrome/chrome.gyp:renderer',
413 '../chrome/chrome.gyp:test_support_common', 413 '../chrome/chrome.gyp:test_support_common',
414 '../chrome/chrome_resources.gyp:chrome_resources', 414 '../chrome/chrome_resources.gyp:chrome_resources',
415 '../content/content.gyp:content_app_browser', 415 '../content/content.gyp:content_app_both',
416 '../content/content.gyp:content_gpu', 416 '../content/content.gyp:content_gpu',
417 '../content/content.gyp:test_support_content', 417 '../content/content.gyp:test_support_content',
418 '../net/net.gyp:net', 418 '../net/net.gyp:net',
419 '../net/net.gyp:net_test_support', 419 '../net/net.gyp:net_test_support',
420 '../skia/skia.gyp:skia', 420 '../skia/skia.gyp:skia',
421 '../sync/sync.gyp:sync', 421 '../sync/sync.gyp:sync',
422 '../testing/gtest.gyp:gtest', 422 '../testing/gtest.gyp:gtest',
423 '../third_party/icu/icu.gyp:icui18n', 423 '../third_party/icu/icu.gyp:icui18n',
424 '../third_party/icu/icu.gyp:icuuc', 424 '../third_party/icu/icu.gyp:icuuc',
425 '../ui/ui.gyp:ui_resources', 425 '../ui/ui.gyp:ui_resources',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 # Use outputs of this action as inputs for the main target build. 1092 # Use outputs of this action as inputs for the main target build.
1093 # Seems as a misnomer but makes this happy on Linux (scons). 1093 # Seems as a misnomer but makes this happy on Linux (scons).
1094 'process_outputs_as_sources': 1, 1094 'process_outputs_as_sources': 1,
1095 }, 1095 },
1096 ], 1096 ],
1097 }, 1097 },
1098 ], 1098 ],
1099 }, ], # 'coverage!=0' 1099 }, ], # 'coverage!=0'
1100 ], # 'conditions' 1100 ], # 'conditions'
1101 } 1101 }
OLDNEW
« no previous file with comments | « chrome/chrome_android.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698