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

Side by Side Diff: chrome/chrome.gyp

Issue 159542: Add a WebKit API that registers a V8 extension to be loaded into content (Closed)
Patch Set: final Created 11 years, 4 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 | « DEPS ('k') | chrome/renderer/extension_groups.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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 2500 matching lines...) Expand 10 before | Expand all | Expand 10 after
2511 'renderer/audio_message_filter.cc', 2511 'renderer/audio_message_filter.cc',
2512 'renderer/audio_message_filter.h', 2512 'renderer/audio_message_filter.h',
2513 'renderer/devtools_agent.cc', 2513 'renderer/devtools_agent.cc',
2514 'renderer/devtools_agent.h', 2514 'renderer/devtools_agent.h',
2515 'renderer/devtools_agent_filter.cc', 2515 'renderer/devtools_agent_filter.cc',
2516 'renderer/devtools_agent_filter.h', 2516 'renderer/devtools_agent_filter.h',
2517 'renderer/devtools_client.cc', 2517 'renderer/devtools_client.cc',
2518 'renderer/devtools_client.h', 2518 'renderer/devtools_client.h',
2519 'renderer/dom_ui_bindings.cc', 2519 'renderer/dom_ui_bindings.cc',
2520 'renderer/dom_ui_bindings.h', 2520 'renderer/dom_ui_bindings.h',
2521 'renderer/extension_groups.h',
2521 'renderer/external_host_bindings.cc', 2522 'renderer/external_host_bindings.cc',
2522 'renderer/external_host_bindings.h', 2523 'renderer/external_host_bindings.h',
2523 'renderer/external_extension.cc', 2524 'renderer/external_extension.cc',
2524 'renderer/external_extension.h', 2525 'renderer/external_extension.h',
2525 'renderer/js_only_v8_extensions.cc', 2526 'renderer/js_only_v8_extensions.cc',
2526 'renderer/js_only_v8_extensions.h', 2527 'renderer/js_only_v8_extensions.h',
2527 'renderer/localized_error.cc', 2528 'renderer/localized_error.cc',
2528 'renderer/localized_error.h', 2529 'renderer/localized_error.h',
2529 'renderer/navigation_state.h', 2530 'renderer/navigation_state.h',
2530 'renderer/plugin_channel_host.cc', 2531 'renderer/plugin_channel_host.cc',
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
5188 # Use outputs of this action as inputs for the main target build. 5189 # Use outputs of this action as inputs for the main target build.
5189 # Seems as a misnomer but makes this happy on Linux (scons). 5190 # Seems as a misnomer but makes this happy on Linux (scons).
5190 'process_outputs_as_sources': 1, 5191 'process_outputs_as_sources': 1,
5191 }, 5192 },
5192 ], # 'actions' 5193 ], # 'actions'
5193 }, 5194 },
5194 ] 5195 ]
5195 }], 5196 }],
5196 ], # 'conditions' 5197 ], # 'conditions'
5197 } 5198 }
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/renderer/extension_groups.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698