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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 14977013: Delete Automation[Tab/Renderer]Helper and users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update now that 202087 is committed Created 7 years, 7 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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('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 29 matching lines...) Expand all
40 ], 40 ],
41 'defines': [ 41 'defines': [
42 '<@(nacl_defines)', 42 '<@(nacl_defines)',
43 ], 43 ],
44 'direct_dependent_settings': { 44 'direct_dependent_settings': {
45 'defines': [ 45 'defines': [
46 '<@(nacl_defines)', 46 '<@(nacl_defines)',
47 ], 47 ],
48 }, 48 },
49 'sources': [ 49 'sources': [
50 'renderer/automation/automation_renderer_helper.cc',
51 'renderer/automation/automation_renderer_helper.h',
52 'renderer/benchmarking_extension.cc', 50 'renderer/benchmarking_extension.cc',
53 'renderer/benchmarking_extension.h', 51 'renderer/benchmarking_extension.h',
54 'renderer/extensions/api_activity_logger.cc', 52 'renderer/extensions/api_activity_logger.cc',
55 'renderer/extensions/api_activity_logger.h', 53 'renderer/extensions/api_activity_logger.h',
56 'renderer/extensions/api_definitions_natives.cc', 54 'renderer/extensions/api_definitions_natives.cc',
57 'renderer/extensions/api_definitions_natives.h', 55 'renderer/extensions/api_definitions_natives.h',
58 'renderer/extensions/app_bindings.cc', 56 'renderer/extensions/app_bindings.cc',
59 'renderer/extensions/app_bindings.h', 57 'renderer/extensions/app_bindings.h',
60 'renderer/extensions/app_runtime_custom_bindings.cc', 58 'renderer/extensions/app_runtime_custom_bindings.cc',
61 'renderer/extensions/app_runtime_custom_bindings.h', 59 'renderer/extensions/app_runtime_custom_bindings.h',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'export_dependent_settings': [ 391 'export_dependent_settings': [
394 '<(allocator_target)', 392 '<(allocator_target)',
395 ], 393 ],
396 }], 394 }],
397 ], 395 ],
398 }], 396 }],
399 ], 397 ],
400 }, 398 },
401 ], 399 ],
402 } 400 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698