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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 12517011: Added activity logging for ext APIs with custom bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lint fix Created 7 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 | Annotate | Revision Log
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'renderer/autofill/form_cache.cc', 48 'renderer/autofill/form_cache.cc',
49 'renderer/autofill/form_cache.h', 49 'renderer/autofill/form_cache.h',
50 'renderer/autofill/password_autofill_manager.cc', 50 'renderer/autofill/password_autofill_manager.cc',
51 'renderer/autofill/password_autofill_manager.h', 51 'renderer/autofill/password_autofill_manager.h',
52 'renderer/autofill/password_generation_manager.cc', 52 'renderer/autofill/password_generation_manager.cc',
53 'renderer/autofill/password_generation_manager.h', 53 'renderer/autofill/password_generation_manager.h',
54 'renderer/automation/automation_renderer_helper.cc', 54 'renderer/automation/automation_renderer_helper.cc',
55 'renderer/automation/automation_renderer_helper.h', 55 'renderer/automation/automation_renderer_helper.h',
56 'renderer/benchmarking_extension.cc', 56 'renderer/benchmarking_extension.cc',
57 'renderer/benchmarking_extension.h', 57 'renderer/benchmarking_extension.h',
58 'renderer/extensions/api_activity_logger.cc',
59 'renderer/extensions/api_activity_logger.h',
58 'renderer/extensions/api_definitions_natives.cc', 60 'renderer/extensions/api_definitions_natives.cc',
59 'renderer/extensions/api_definitions_natives.h', 61 'renderer/extensions/api_definitions_natives.h',
60 'renderer/extensions/app_bindings.cc', 62 'renderer/extensions/app_bindings.cc',
61 'renderer/extensions/app_bindings.h', 63 'renderer/extensions/app_bindings.h',
62 'renderer/extensions/app_runtime_custom_bindings.cc', 64 'renderer/extensions/app_runtime_custom_bindings.cc',
63 'renderer/extensions/app_runtime_custom_bindings.h', 65 'renderer/extensions/app_runtime_custom_bindings.h',
64 'renderer/extensions/app_window_custom_bindings.cc', 66 'renderer/extensions/app_window_custom_bindings.cc',
65 'renderer/extensions/app_window_custom_bindings.h', 67 'renderer/extensions/app_window_custom_bindings.h',
66 'renderer/extensions/chrome_v8_context.cc', 68 'renderer/extensions/chrome_v8_context.cc',
67 'renderer/extensions/chrome_v8_context.h', 69 'renderer/extensions/chrome_v8_context.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'export_dependent_settings': [ 372 'export_dependent_settings': [
371 '<(allocator_target)', 373 '<(allocator_target)',
372 ], 374 ],
373 }], 375 }],
374 ], 376 ],
375 }], 377 }],
376 ], 378 ],
377 }, 379 },
378 ], 380 ],
379 } 381 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698