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

Side by Side Diff: apps/shell/app_shell.gyp

Issue 237833002: Create ExtensionsRendererClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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 | apps/shell/renderer/shell_content_renderer_client.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'browser/shell_extensions_browser_client.cc', 112 'browser/shell_extensions_browser_client.cc',
113 'browser/shell_extensions_browser_client.h', 113 'browser/shell_extensions_browser_client.h',
114 'common/shell_app_runtime.cc', 114 'common/shell_app_runtime.cc',
115 'common/shell_app_runtime.h', 115 'common/shell_app_runtime.h',
116 'common/shell_content_client.cc', 116 'common/shell_content_client.cc',
117 'common/shell_content_client.h', 117 'common/shell_content_client.h',
118 'common/shell_extensions_client.cc', 118 'common/shell_extensions_client.cc',
119 'common/shell_extensions_client.h', 119 'common/shell_extensions_client.h',
120 'renderer/shell_content_renderer_client.cc', 120 'renderer/shell_content_renderer_client.cc',
121 'renderer/shell_content_renderer_client.h', 121 'renderer/shell_content_renderer_client.h',
122 'renderer/shell_extensions_renderer_client.cc',
123 'renderer/shell_extensions_renderer_client.h',
122 ], 124 ],
123 }, 125 },
124 { 126 {
125 'target_name': 'app_shell', 127 'target_name': 'app_shell',
126 'type': 'executable', 128 'type': 'executable',
127 'defines!': ['CONTENT_IMPLEMENTATION'], 129 'defines!': ['CONTENT_IMPLEMENTATION'],
128 'dependencies': [ 130 'dependencies': [
129 'app_shell_lib', 131 'app_shell_lib',
130 'app_shell_pak', 132 'app_shell_pak',
131 ], 133 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'browser/shell_browsertest.cc', 172 'browser/shell_browsertest.cc',
171 'test/shell_test.h', 173 'test/shell_test.h',
172 'test/shell_test.cc', 174 'test/shell_test.cc',
173 'test/shell_test_launcher_delegate.cc', 175 'test/shell_test_launcher_delegate.cc',
174 'test/shell_test_launcher_delegate.h', 176 'test/shell_test_launcher_delegate.h',
175 'test/shell_tests_main.cc', 177 'test/shell_tests_main.cc',
176 ], 178 ],
177 }, 179 },
178 ], # targets 180 ], # targets
179 } 181 }
OLDNEW
« no previous file with comments | « no previous file | apps/shell/renderer/shell_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698