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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 8094001: More aura build fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove tmp var Created 9 years, 2 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_exe.gypi ('k') | ui/gfx/path_aura.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'renderer/spellchecker/spellcheck.h', 177 'renderer/spellchecker/spellcheck.h',
178 'renderer/spellchecker/spellcheck_worditerator.cc', 178 'renderer/spellchecker/spellcheck_worditerator.cc',
179 'renderer/spellchecker/spellcheck_worditerator.h', 179 'renderer/spellchecker/spellcheck_worditerator.h',
180 'renderer/static_v8_external_string_resource.cc', 180 'renderer/static_v8_external_string_resource.cc',
181 'renderer/static_v8_external_string_resource.h', 181 'renderer/static_v8_external_string_resource.h',
182 'renderer/translate_helper.cc', 182 'renderer/translate_helper.cc',
183 'renderer/translate_helper.h', 183 'renderer/translate_helper.h',
184 'renderer/visitedlink_slave.cc', 184 'renderer/visitedlink_slave.cc',
185 'renderer/visitedlink_slave.h', 185 'renderer/visitedlink_slave.h',
186 ], 186 ],
187 'conditions': [ 187 'conditions': [
188 ['use_aura == 1', {
189 'dependencies!': [
190 '../content/content.gyp:content_plugin',
191 ],
192 }],
188 ['disable_nacl!=1', { 193 ['disable_nacl!=1', {
189 'dependencies': [ 194 'dependencies': [
190 'nacl', 195 'nacl',
191 ], 196 ],
192 'sources': [ 197 'sources': [
193 'renderer/nacl_desc_wrapper_chrome.cc', 198 'renderer/nacl_desc_wrapper_chrome.cc',
194 ], 199 ],
195 }], 200 }],
196 ['safe_browsing==1', { 201 ['safe_browsing==1', {
197 'defines': [ 202 'defines': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'export_dependent_settings': [ 238 'export_dependent_settings': [
234 '<(allocator_target)', 239 '<(allocator_target)',
235 ], 240 ],
236 }], 241 }],
237 ], 242 ],
238 }], 243 }],
239 ], 244 ],
240 }, 245 },
241 ], 246 ],
242 } 247 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | ui/gfx/path_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698