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

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

Issue 424983002: Stop using WebCore namespace in generated code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/core/animation/CompositorAnimationsImpl.h ('k') | Source/core/css/CSSGrammar.y » ('j') | 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 '<@(stylesheets)' 594 '<@(stylesheets)'
595 ], 595 ],
596 'outputs': [ 596 'outputs': [
597 '<(blink_core_output_dir)/UserAgentStyleSheets.h', 597 '<(blink_core_output_dir)/UserAgentStyleSheets.h',
598 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', 598 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
599 ], 599 ],
600 'action': [ 600 'action': [
601 'python', 601 'python',
602 '<@(scripts)', 602 '<@(scripts)',
603 '--namespace', 603 '--namespace',
604 'WebCore', 604 'blink',
605 '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h', 605 '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h',
606 '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', 606 '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
607 '<@(stylesheets)', 607 '<@(stylesheets)',
608 ], 608 ],
609 }, 609 },
610 { 610 {
611 'action_name': 'FetchInitiatorTypeNames', 611 'action_name': 'FetchInitiatorTypeNames',
612 'inputs': [ 612 'inputs': [
613 '<@(make_names_files)', 613 '<@(make_names_files)',
614 'fetch/FetchInitiatorTypeNames.in', 614 'fetch/FetchInitiatorTypeNames.in',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '../build/scripts/rule_bison.py', 819 '../build/scripts/rule_bison.py',
820 '<(RULE_INPUT_PATH)', 820 '<(RULE_INPUT_PATH)',
821 '<(blink_core_output_dir)', 821 '<(blink_core_output_dir)',
822 '<(bison_exe)', 822 '<(bison_exe)',
823 ], 823 ],
824 }, 824 },
825 ], 825 ],
826 }, 826 },
827 ], 827 ],
828 } 828 }
OLDNEW
« no previous file with comments | « Source/core/animation/CompositorAnimationsImpl.h ('k') | Source/core/css/CSSGrammar.y » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698