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

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

Issue 2025953002: DevTools: generate class-per domain for remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 }, 146 },
147 { 147 {
148 # GN version: //third_party/WebKit/Source/core:make_core_generated 148 # GN version: //third_party/WebKit/Source/core:make_core_generated
149 'target_name': 'make_core_generated', 149 'target_name': 'make_core_generated',
150 'type': 'none', 150 'type': 'none',
151 'hard_dependency': 1, 151 'hard_dependency': 1,
152 'dependencies': [ 152 'dependencies': [
153 'generated_testing_idls', 153 'generated_testing_idls',
154 'core_event_interfaces', 154 'core_event_interfaces',
155 '../config.gyp:config', 155 '../config.gyp:config',
156 'inspector/inspector.gyp:protocol_sources',
156 ], 157 ],
157 'sources': [ 158 'sources': [
158 # bison rule 159 # bison rule
159 'xml/XPathGrammar.y', 160 'xml/XPathGrammar.y',
160 ], 161 ],
161 'actions': [ 162 'actions': [
162 { 163 {
163 'action_name': 'generatePrivateScript', 164 'action_name': 'generatePrivateScript',
164 # FIXME: The implementation of Blink-in-JS is not yet mature. 165 # FIXME: The implementation of Blink-in-JS is not yet mature.
165 # You can use Blink-in-JS in your local experiment, but don't ship it. 166 # You can use Blink-in-JS in your local experiment, but don't ship it.
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 '../build/scripts/rule_bison.py', 805 '../build/scripts/rule_bison.py',
805 '<(RULE_INPUT_PATH)', 806 '<(RULE_INPUT_PATH)',
806 '<(blink_core_output_dir)', 807 '<(blink_core_output_dir)',
807 '<(bison_exe)', 808 '<(bison_exe)',
808 ], 809 ],
809 }, 810 },
810 ], 811 ],
811 }, 812 },
812 ], 813 ],
813 } 814 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698