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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove spurious '33' from .gyp file. Created 10 years 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/version.h.in ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 }, 491 },
492 'msvs_settings': { 492 'msvs_settings': {
493 'VCLinkerTool': { 493 'VCLinkerTool': {
494 'DelayLoadDLLs': ['prntvpt.dll'], 494 'DelayLoadDLLs': ['prntvpt.dll'],
495 }, 495 },
496 }, 496 },
497 'dependencies': [ 497 'dependencies': [
498 '../breakpad/breakpad.gyp:breakpad_handler', 498 '../breakpad/breakpad.gyp:breakpad_handler',
499 '../chrome/chrome.gyp:automation', 499 '../chrome/chrome.gyp:automation',
500 '../chrome/chrome.gyp:crash_service', 500 '../chrome/chrome.gyp:crash_service',
501 '../chrome/chrome.gyp:chrome_dll_version', 501 '../chrome/chrome.gyp:chrome_version_header',
502 '../chrome/chrome.gyp:installer_util', 502 '../chrome/chrome.gyp:installer_util',
503 '../google_update/google_update.gyp:google_update', 503 '../google_update/google_update.gyp:google_update',
504 ], 504 ],
505 'configurations': { 505 'configurations': {
506 'Debug_Base': { 506 'Debug_Base': {
507 'msvs_settings': { 507 'msvs_settings': {
508 'VCLinkerTool': { 508 'VCLinkerTool': {
509 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 509 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
510 }, 510 },
511 }, 511 },
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 ], # 'conditions' 1075 ], # 'conditions'
1076 } 1076 }
1077 1077
1078 # vim: shiftwidth=2:et:ai:tabstop=2 1078 # vim: shiftwidth=2:et:ai:tabstop=2
1079 1079
1080 # Local Variables: 1080 # Local Variables:
1081 # tab-width:2 1081 # tab-width:2
1082 # indent-tabs-mode:nil 1082 # indent-tabs-mode:nil
1083 # End: 1083 # End:
1084 # vim: set expandtab tabstop=2 shiftwidth=2: 1084 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/version.h.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698