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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 181373003: Link chrome_elf.dll instead of statically linking the blacklist code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add header Created 6 years, 9 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3371 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 ], 3382 ],
3383 }], 3383 }],
3384 ['OS=="win"', { 3384 ['OS=="win"', {
3385 'include_dirs': [ 3385 'include_dirs': [
3386 '<(DEPTH)/third_party/wtl/include', 3386 '<(DEPTH)/third_party/wtl/include',
3387 ], 3387 ],
3388 'dependencies': [ 3388 'dependencies': [
3389 'chrome_process_finder', 3389 'chrome_process_finder',
3390 'installer_util_strings', 3390 'installer_util_strings',
3391 '../chrome/chrome.gyp:chrome_version_header', 3391 '../chrome/chrome.gyp:chrome_version_header',
3392 '../chrome_elf/chrome_elf.gyp:blacklist', 3392 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3393 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3393 '../google_update/google_update.gyp:google_update', 3394 '../google_update/google_update.gyp:google_update',
3394 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3395 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3395 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3396 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3396 '../ui/views/controls/webview/webview.gyp:webview', 3397 '../ui/views/controls/webview/webview.gyp:webview',
3397 '../ui/views/views.gyp:views', 3398 '../ui/views/views.gyp:views',
3398 '../win8/win8.gyp:win8_util', 3399 '../win8/win8.gyp:win8_util',
3399 ], 3400 ],
3400 'export_dependent_settings': [ 3401 'export_dependent_settings': [
3401 '../ui/views/controls/webview/webview.gyp:webview', 3402 '../ui/views/controls/webview/webview.gyp:webview',
3402 '../ui/views/views.gyp:views', 3403 '../ui/views/views.gyp:views',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
3756 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3757 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3757 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3758 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3758 }, 3759 },
3759 'includes': [ '../build/android/java_cpp_template.gypi' ], 3760 'includes': [ '../build/android/java_cpp_template.gypi' ],
3760 }, 3761 },
3761 ], 3762 ],
3762 }, 3763 },
3763 ], 3764 ],
3764 ], 3765 ],
3765 } 3766 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_elf_init_win.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698