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

Side by Side Diff: Source/web/web.gyp

Issue 311343002: Move Source/web/scripts/make-file-arrays.py and add namespace option. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/web/scripts/make-file-arrays.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 { 205 {
206 'action_name': 'PickerCommon', 206 'action_name': 'PickerCommon',
207 'process_outputs_as_sources': 1, 207 'process_outputs_as_sources': 1,
208 'variables': { 208 'variables': {
209 'resources': [ 209 'resources': [
210 'resources/pickerCommon.css', 210 'resources/pickerCommon.css',
211 'resources/pickerCommon.js', 211 'resources/pickerCommon.js',
212 ], 212 ],
213 }, 213 },
214 'inputs': [ 214 'inputs': [
215 'scripts/make-file-arrays.py', 215 '../build/scripts/make-file-arrays.py',
216 '<@(resources)', 216 '<@(resources)',
217 ], 217 ],
218 'outputs': [ 218 'outputs': [
219 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.h', 219 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.h',
220 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp', 220 '<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp',
221 ], 221 ],
222 'action': [ 222 'action': [
223 'python', 223 'python',
224 'scripts/make-file-arrays.py', 224 '../build/scripts/make-file-arrays.py',
225 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.h ', 225 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.h ',
226 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon .cpp', 226 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon .cpp',
227 '<@(resources)', 227 '<@(resources)',
228 ], 228 ],
229 }, 229 },
230 { 230 {
231 'action_name': 'CalendarPicker', 231 'action_name': 'CalendarPicker',
232 'process_outputs_as_sources': 1, 232 'process_outputs_as_sources': 1,
233 'variables': { 233 'variables': {
234 'resources': [ 234 'resources': [
235 'resources/calendarPicker.css', 235 'resources/calendarPicker.css',
236 'resources/calendarPicker.js', 236 'resources/calendarPicker.js',
237 'resources/pickerButton.css', 237 'resources/pickerButton.css',
238 'resources/suggestionPicker.css', 238 'resources/suggestionPicker.css',
239 'resources/suggestionPicker.js', 239 'resources/suggestionPicker.js',
240 ], 240 ],
241 }, 241 },
242 'inputs': [ 242 'inputs': [
243 'scripts/make-file-arrays.py', 243 '../build/scripts/make-file-arrays.py',
244 '<@(resources)' 244 '<@(resources)'
245 ], 245 ],
246 'outputs': [ 246 'outputs': [
247 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.h', 247 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.h',
248 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp', 248 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp',
249 ], 249 ],
250 'action': [ 250 'action': [
251 'python', 251 'python',
252 'scripts/make-file-arrays.py', 252 '../build/scripts/make-file-arrays.py',
253 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker .h', 253 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker .h',
254 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPick er.cpp', 254 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPick er.cpp',
255 '<@(resources)', 255 '<@(resources)',
256 ], 256 ],
257 }, 257 },
258 { 258 {
259 'action_name': 'ColorSuggestionPicker', 259 'action_name': 'ColorSuggestionPicker',
260 'process_outputs_as_sources': 1, 260 'process_outputs_as_sources': 1,
261 'variables': { 261 'variables': {
262 'resources': [ 262 'resources': [
263 'resources/colorSuggestionPicker.css', 263 'resources/colorSuggestionPicker.css',
264 'resources/colorSuggestionPicker.js', 264 'resources/colorSuggestionPicker.js',
265 ], 265 ],
266 }, 266 },
267 'inputs': [ 267 'inputs': [
268 'scripts/make-file-arrays.py', 268 '../build/scripts/make-file-arrays.py',
269 '<@(resources)', 269 '<@(resources)',
270 ], 270 ],
271 'outputs': [ 271 'outputs': [
272 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker. h', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker. h',
273 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker. cpp', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker. cpp',
274 ], 274 ],
275 'action': [ 275 'action': [
276 'python', 276 'python',
277 'scripts/make-file-arrays.py', 277 '../build/scripts/make-file-arrays.py',
278 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestio nPicker.h', 278 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestio nPicker.h',
279 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggest ionPicker.cpp', 279 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggest ionPicker.cpp',
280 '<@(resources)', 280 '<@(resources)',
281 ], 281 ],
282 }, 282 },
283 ], 283 ],
284 }, 284 },
285 { 285 {
286 'target_name': 'blink_web_test_support', 286 'target_name': 'blink_web_test_support',
287 'conditions': [ 287 'conditions': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ['clang==1', { 330 ['clang==1', {
331 'target_defaults': { 331 'target_defaults': {
332 'cflags': ['-Wglobal-constructors'], 332 'cflags': ['-Wglobal-constructors'],
333 'xcode_settings': { 333 'xcode_settings': {
334 'WARNING_CFLAGS': ['-Wglobal-constructors'], 334 'WARNING_CFLAGS': ['-Wglobal-constructors'],
335 }, 335 },
336 }, 336 },
337 }], 337 }],
338 ], # conditions 338 ], # conditions
339 } 339 }
OLDNEW
« no previous file with comments | « Source/web/scripts/make-file-arrays.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698