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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 174013007: Add UMA stats to record when DLLs are successfully blocked in the Browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Alignment 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 | « chrome/browser/chrome_elf_init_win.cc ('k') | chrome_elf/blacklist/blacklist.h » ('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': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 3395 matching lines...) Expand 10 before | Expand all | Expand 10 after
3406 ['OS=="win"', { 3406 ['OS=="win"', {
3407 'include_dirs': [ 3407 'include_dirs': [
3408 '<(DEPTH)/third_party/wtl/include', 3408 '<(DEPTH)/third_party/wtl/include',
3409 ], 3409 ],
3410 'dependencies': [ 3410 'dependencies': [
3411 'chrome_process_finder', 3411 'chrome_process_finder',
3412 'installer_util_strings', 3412 'installer_util_strings',
3413 '../chrome/chrome.gyp:chrome_version_header', 3413 '../chrome/chrome.gyp:chrome_version_header',
3414 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3414 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3415 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3415 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3416 '../chrome_elf/chrome_elf.gyp:dll_hash',
3416 '../google_update/google_update.gyp:google_update', 3417 '../google_update/google_update.gyp:google_update',
3417 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3418 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3418 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3419 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3419 '../ui/views/controls/webview/webview.gyp:webview', 3420 '../ui/views/controls/webview/webview.gyp:webview',
3420 '../ui/views/views.gyp:views', 3421 '../ui/views/views.gyp:views',
3421 '../win8/win8.gyp:win8_util', 3422 '../win8/win8.gyp:win8_util',
3422 ], 3423 ],
3423 'export_dependent_settings': [ 3424 'export_dependent_settings': [
3424 '../ui/views/controls/webview/webview.gyp:webview', 3425 '../ui/views/controls/webview/webview.gyp:webview',
3425 '../ui/views/views.gyp:views', 3426 '../ui/views/views.gyp:views',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3781 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3782 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3782 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3783 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3783 }, 3784 },
3784 'includes': [ '../build/android/java_cpp_template.gypi' ], 3785 'includes': [ '../build/android/java_cpp_template.gypi' ],
3785 }, 3786 },
3786 ], 3787 ],
3787 }, 3788 },
3788 ], 3789 ],
3789 ], 3790 ],
3790 } 3791 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_elf_init_win.cc ('k') | chrome_elf/blacklist/blacklist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698