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

Side by Side Diff: Source/core/core_generated.gyp

Issue 221233005: Remove remaining Dart-specific perl code in Dartium (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1847
Patch Set: Remove msvs setting 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 | « Source/build/scripts/name_macros.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) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ], 303 ],
304 }, 304 },
305 { 305 {
306 'action_name': 'EventFactory', 306 'action_name': 'EventFactory',
307 'inputs': [ 307 'inputs': [
308 '<@(make_event_factory_files)', 308 '<@(make_event_factory_files)',
309 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', 309 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
310 'events/EventAliases.in', 310 'events/EventAliases.in',
311 ], 311 ],
312 'outputs': [ 312 'outputs': [
313 '<(SHARED_INTERMEDIATE_DIR)/blink/DartEventHeaders.h',
313 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', 314 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp',
314 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', 315 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h',
315 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', 316 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h',
316 ], 317 ],
317 'action': [ 318 'action': [
318 'python', 319 'python',
319 '../build/scripts/make_event_factory.py', 320 '../build/scripts/make_event_factory.py',
320 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', 321 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
321 'events/EventAliases.in', 322 'events/EventAliases.in',
322 '--output_dir', 323 '--output_dir',
(...skipping 18 matching lines...) Expand all
341 '<(SHARED_INTERMEDIATE_DIR)/blink', 342 '<(SHARED_INTERMEDIATE_DIR)/blink',
342 ], 343 ],
343 }, 344 },
344 { 345 {
345 'action_name': 'EventTargetFactory', 346 'action_name': 'EventTargetFactory',
346 'inputs': [ 347 'inputs': [
347 '<@(make_event_factory_files)', 348 '<@(make_event_factory_files)',
348 'events/EventTargetFactory.in', 349 'events/EventTargetFactory.in',
349 ], 350 ],
350 'outputs': [ 351 'outputs': [
352 '<(SHARED_INTERMEDIATE_DIR)/blink/DartEventTargetHeaders.h',
351 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', 353 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
352 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', 354 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h',
353 ], 355 ],
354 'action': [ 356 'action': [
355 'python', 357 'python',
356 '../build/scripts/make_event_factory.py', 358 '../build/scripts/make_event_factory.py',
357 'events/EventTargetFactory.in', 359 'events/EventTargetFactory.in',
358 '--output_dir', 360 '--output_dir',
359 '<(SHARED_INTERMEDIATE_DIR)/blink', 361 '<(SHARED_INTERMEDIATE_DIR)/blink',
360 ], 362 ],
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 '../build/scripts/rule_bison.py', 640 '../build/scripts/rule_bison.py',
639 '<(RULE_INPUT_PATH)', 641 '<(RULE_INPUT_PATH)',
640 '<(SHARED_INTERMEDIATE_DIR)/blink', 642 '<(SHARED_INTERMEDIATE_DIR)/blink',
641 '<(bison_exe)', 643 '<(bison_exe)',
642 ], 644 ],
643 }, 645 },
644 ], 646 ],
645 }, 647 },
646 ], 648 ],
647 } 649 }
OLDNEW
« no previous file with comments | « Source/build/scripts/name_macros.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698