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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 11411324: Exclude chrome/common/extensions/api/ from build if enable_extensions==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 }, 116 },
117 { 117 {
118 'action_name': 'renderer_resources', 118 'action_name': 'renderer_resources',
119 'variables': { 119 'variables': {
120 'grit_grd_file': 'renderer/resources/renderer_resources.grd', 120 'grit_grd_file': 'renderer/resources/renderer_resources.grd',
121 }, 121 },
122 'includes': [ '../build/grit_action.gypi' ], 122 'includes': [ '../build/grit_action.gypi' ],
123 }, 123 },
124 ], 124 ],
125 'conditions': [ 125 'conditions': [
126 ['OS != "ios"', { 126 ['enable_extensions==1', {
127 'actions': [ 127 'actions': [
128 { 128 {
129 'action_name': 'extensions_api_resources', 129 'action_name': 'extensions_api_resources',
130 'variables': { 130 'variables': {
131 'grit_grd_file': 'common/extensions_api_resources.grd', 131 'grit_grd_file': 'common/extensions_api_resources.grd',
132 }, 132 },
133 'includes': [ '../build/grit_action.gypi' ], 133 'includes': [ '../build/grit_action.gypi' ],
134 } 134 }
135 ], 135 ],
136 }], 136 }],
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'variables': { 424 'variables': {
425 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', 425 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd',
426 }, 426 },
427 'includes': [ '../build/grit_action.gypi' ], 427 'includes': [ '../build/grit_action.gypi' ],
428 }, 428 },
429 ], 429 ],
430 'includes': [ '../build/grit_target.gypi' ], 430 'includes': [ '../build/grit_target.gypi' ],
431 }, 431 },
432 ], # targets 432 ], # targets
433 } 433 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698