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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 577453002: Rename ChromeBrowserPluginDelegate to GuestViewContainer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved GuestViewContainer to ENABLE_EXTENSIONS guard Created 6 years, 3 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
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 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/benchmarking_extension.cc', 8 'renderer/benchmarking_extension.cc',
9 'renderer/benchmarking_extension.h', 9 'renderer/benchmarking_extension.h',
10 'renderer/browser_plugin/chrome_browser_plugin_delegate.cc',
11 'renderer/browser_plugin/chrome_browser_plugin_delegate.h',
12 'renderer/isolated_world_ids.h', 10 'renderer/isolated_world_ids.h',
13 'renderer/loadtimes_extension_bindings.cc', 11 'renderer/loadtimes_extension_bindings.cc',
14 'renderer/loadtimes_extension_bindings.h', 12 'renderer/loadtimes_extension_bindings.h',
15 'renderer/media/cast_rtp_stream.cc', 13 'renderer/media/cast_rtp_stream.cc',
16 'renderer/media/cast_rtp_stream.h', 14 'renderer/media/cast_rtp_stream.h',
17 'renderer/media/cast_ipc_dispatcher.cc', 15 'renderer/media/cast_ipc_dispatcher.cc',
18 'renderer/media/cast_ipc_dispatcher.h', 16 'renderer/media/cast_ipc_dispatcher.h',
19 'renderer/media/cast_session.cc', 17 'renderer/media/cast_session.cc',
20 'renderer/media/cast_session.h', 18 'renderer/media/cast_session.h',
21 'renderer/media/cast_session_delegate.cc', 19 'renderer/media/cast_session_delegate.cc',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'dependencies': [ 419 'dependencies': [
422 # TODO(hclam): See crbug.com/298380 for details. 420 # TODO(hclam): See crbug.com/298380 for details.
423 # We should isolate the APIs needed by the renderer. 421 # We should isolate the APIs needed by the renderer.
424 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', 422 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
425 ], 423 ],
426 }], 424 }],
427 ], 425 ],
428 }, 426 },
429 ], 427 ],
430 } 428 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/renderer/browser_plugin/chrome_browser_plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698