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

Side by Side Diff: content/content.gyp

Issue 10911315: Move gpu blacklist data file to content side. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/gpu/software_rendering_list.json ('k') | content/content_resources.grd » ('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) 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 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)', 8 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
9 'conditions': [ 9 'conditions': [
10 ['inside_chromium_build==0', { 10 ['inside_chromium_build==0', {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ], 80 ],
81 }, 81 },
82 { 82 {
83 'target_name': 'content_browser', 83 'target_name': 'content_browser',
84 'type': 'static_library', 84 'type': 'static_library',
85 'variables': { 'enable_wexit_time_destructors': 1, }, 85 'variables': { 'enable_wexit_time_destructors': 1, },
86 'includes': [ 86 'includes': [
87 'content_browser.gypi', 87 'content_browser.gypi',
88 ], 88 ],
89 'dependencies': [ 89 'dependencies': [
90 'content_common', 90 'content_common', 'content_resources.gyp:content_resources',
91 ], 91 ],
92 }, 92 },
93 { 93 {
94 'target_name': 'content_common', 94 'target_name': 'content_common',
95 'type': 'static_library', 95 'type': 'static_library',
96 'variables': { 'enable_wexit_time_destructors': 1, }, 96 'variables': { 'enable_wexit_time_destructors': 1, },
97 'includes': [ 97 'includes': [
98 'content_common.gypi', 98 'content_common.gypi',
99 ], 99 ],
100 'conditions': [ 100 'conditions': [
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 }, 297 },
298 { 298 {
299 'target_name': 'content_jni_headers', 299 'target_name': 'content_jni_headers',
300 'type': 'none', 300 'type': 'none',
301 'includes': [ 'content_jni.gypi' ], 301 'includes': [ 'content_jni.gypi' ],
302 }, 302 },
303 ], 303 ],
304 }], # OS == "android" 304 }], # OS == "android"
305 ], 305 ],
306 } 306 }
OLDNEW
« no previous file with comments | « content/browser/gpu/software_rendering_list.json ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698