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

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

Issue 164833002: Revert 251095 "Revert 250828 "Add a UMA stat to track if the Bro..." (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 ],
444 'include_dirs': [ 447 'include_dirs': [
445 '<(DEPTH)/third_party/wtl/include', 448 '<(DEPTH)/third_party/wtl/include',
446 ], 449 ],
447 'conditions': [ 450 'conditions': [
448 ['win_use_allocator_shim==1', { 451 ['win_use_allocator_shim==1', {
449 'dependencies': [ 452 'dependencies': [
450 '<(allocator_target)', 453 '<(allocator_target)',
451 ], 454 ],
452 'export_dependent_settings': [ 455 'export_dependent_settings': [
453 '<(allocator_target)', 456 '<(allocator_target)',
(...skipping 10 matching lines...) Expand all
464 }], 467 }],
465 ['enable_printing!=0', { 468 ['enable_printing!=0', {
466 'dependencies': [ 469 'dependencies': [
467 '../printing/printing.gyp:printing', 470 '../printing/printing.gyp:printing',
468 ], 471 ],
469 }], 472 }],
470 ], 473 ],
471 }, 474 },
472 ], 475 ],
473 } 476 }
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