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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 181343003: Revert of Link chrome_elf.dll instead of statically linking the blacklist code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('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 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 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 ], 3375 ],
3376 }], 3376 }],
3377 ['OS=="win"', { 3377 ['OS=="win"', {
3378 'include_dirs': [ 3378 'include_dirs': [
3379 '<(DEPTH)/third_party/wtl/include', 3379 '<(DEPTH)/third_party/wtl/include',
3380 ], 3380 ],
3381 'dependencies': [ 3381 'dependencies': [
3382 'chrome_process_finder', 3382 'chrome_process_finder',
3383 'installer_util_strings', 3383 'installer_util_strings',
3384 '../chrome/chrome.gyp:chrome_version_header', 3384 '../chrome/chrome.gyp:chrome_version_header',
3385 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3385 '../chrome_elf/chrome_elf.gyp:blacklist',
3386 '../google_update/google_update.gyp:google_update', 3386 '../google_update/google_update.gyp:google_update',
3387 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3387 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3388 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3388 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3389 '../ui/views/controls/webview/webview.gyp:webview', 3389 '../ui/views/controls/webview/webview.gyp:webview',
3390 '../ui/views/views.gyp:views', 3390 '../ui/views/views.gyp:views',
3391 '../win8/win8.gyp:win8_util', 3391 '../win8/win8.gyp:win8_util',
3392 ], 3392 ],
3393 'export_dependent_settings': [ 3393 'export_dependent_settings': [
3394 '../ui/views/controls/webview/webview.gyp:webview', 3394 '../ui/views/controls/webview/webview.gyp:webview',
3395 '../ui/views/views.gyp:views', 3395 '../ui/views/views.gyp:views',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
3748 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3748 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3749 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3749 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3750 }, 3750 },
3751 'includes': [ '../build/android/java_cpp_template.gypi' ], 3751 'includes': [ '../build/android/java_cpp_template.gypi' ],
3752 }, 3752 },
3753 ], 3753 ],
3754 }, 3754 },
3755 ], 3755 ],
3756 ], 3756 ],
3757 } 3757 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698