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

Side by Side Diff: trunk/src/chrome/chrome_renderer.gypi

Issue 163633005: Revert 250828 "Add a UMA stat to track if the Browser blacklist ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | « no previous file | trunk/src/chrome/interactive_ui_tests.isolate » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'renderer/extensions/context_menus_custom_bindings.cc', 434 'renderer/extensions/context_menus_custom_bindings.cc',
435 'renderer/extensions/file_browser_handler_custom_bindings.cc', 435 'renderer/extensions/file_browser_handler_custom_bindings.cc',
436 'renderer/extensions/page_actions_custom_bindings.cc', 436 'renderer/extensions/page_actions_custom_bindings.cc',
437 'renderer/extensions/render_view_observer_natives.cc', 437 'renderer/extensions/render_view_observer_natives.cc',
438 'renderer/extensions/send_request_natives.cc', 438 'renderer/extensions/send_request_natives.cc',
439 'renderer/extensions/tabs_custom_bindings.cc', 439 'renderer/extensions/tabs_custom_bindings.cc',
440 'renderer/extensions/tts_custom_bindings.cc', 440 'renderer/extensions/tts_custom_bindings.cc',
441 ], 441 ],
442 }], 442 }],
443 ['OS=="win"', { 443 ['OS=="win"', {
444 'dependencies': [
445 '../chrome_elf/chrome_elf.gyp:chrome_elf',
446 ],
447 'include_dirs': [ 444 'include_dirs': [
448 '<(DEPTH)/third_party/wtl/include', 445 '<(DEPTH)/third_party/wtl/include',
449 ], 446 ],
450 'conditions': [ 447 'conditions': [
451 ['win_use_allocator_shim==1', { 448 ['win_use_allocator_shim==1', {
452 'dependencies': [ 449 'dependencies': [
453 '<(allocator_target)', 450 '<(allocator_target)',
454 ], 451 ],
455 'export_dependent_settings': [ 452 'export_dependent_settings': [
456 '<(allocator_target)', 453 '<(allocator_target)',
(...skipping 10 matching lines...) Expand all
467 }], 464 }],
468 ['enable_printing!=0', { 465 ['enable_printing!=0', {
469 'dependencies': [ 466 'dependencies': [
470 '../printing/printing.gyp:printing', 467 '../printing/printing.gyp:printing',
471 ], 468 ],
472 }], 469 }],
473 ], 470 ],
474 }, 471 },
475 ], 472 ],
476 } 473 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698