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

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

Issue 332413004: Generate web, devtools files into their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more gn build changes 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
« no previous file with comments | « Source/modules/BUILD.gn ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'variables': { 61 'variables': {
62 'resources': [ 62 'resources': [
63 'serviceworkers/polyfills/fetchPolyfill.js', 63 'serviceworkers/polyfills/fetchPolyfill.js',
64 ], 64 ],
65 }, 65 },
66 'inputs': [ 66 'inputs': [
67 '../build/scripts/make-file-arrays.py', 67 '../build/scripts/make-file-arrays.py',
68 '<@(resources)', 68 '<@(resources)',
69 ], 69 ],
70 'outputs': [ 70 'outputs': [
71 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.h', 71 '<(blink_modules_output_dir)/FetchPolyfill.h',
72 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.cpp', 72 '<(blink_modules_output_dir)/FetchPolyfill.cpp',
73 ], 73 ],
74 'action': [ 74 'action': [
75 'python', 75 'python',
76 '../build/scripts/make-file-arrays.py', 76 '../build/scripts/make-file-arrays.py',
77 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.h', 77 '--out-h=<(blink_modules_output_dir)/FetchPolyfill.h',
78 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.cpp', 78 '--out-cpp=<(blink_modules_output_dir)/FetchPolyfill.cpp',
79 '--namespace=WebCore', 79 '--namespace=WebCore',
80 '<@(resources)', 80 '<@(resources)',
81 ], 81 ],
82 }, 82 },
83 { 83 {
84 # GN version: //third_party/WebKit/Source/modules:modules_cache_polyfill 84 # GN version: //third_party/WebKit/Source/modules:modules_cache_polyfill
85 'action_name': 'CachePolyfill', 85 'action_name': 'CachePolyfill',
86 'process_outputs_as_sources': 1, 86 'process_outputs_as_sources': 1,
87 'variables': { 87 'variables': {
88 'resources': [ 88 'resources': [
89 'serviceworkers/polyfills/cachePolyfill.js', 89 'serviceworkers/polyfills/cachePolyfill.js',
90 ], 90 ],
91 }, 91 },
92 'inputs': [ 92 'inputs': [
93 '../build/scripts/make-file-arrays.py', 93 '../build/scripts/make-file-arrays.py',
94 '<@(resources)', 94 '<@(resources)',
95 ], 95 ],
96 'outputs': [ 96 'outputs': [
97 '<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.h', 97 '<(blink_modules_output_dir)/CachePolyfill.h',
98 '<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.cpp', 98 '<(blink_modules_output_dir)/CachePolyfill.cpp',
99 ], 99 ],
100 'action': [ 100 'action': [
101 'python', 101 'python',
102 '../build/scripts/make-file-arrays.py', 102 '../build/scripts/make-file-arrays.py',
103 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.h', 103 '--out-h=<(blink_modules_output_dir)/CachePolyfill.h',
104 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.cpp', 104 '--out-cpp=<(blink_modules_output_dir)/CachePolyfill.cpp',
105 '--namespace=WebCore', 105 '--namespace=WebCore',
106 '<@(resources)', 106 '<@(resources)',
107 ], 107 ],
108 }, 108 },
109 { 109 {
110 # GN version: //third_party/WebKit/Source/modules:modules_cache_storage_ polyfill 110 # GN version: //third_party/WebKit/Source/modules:modules_cache_storage_ polyfill
111 'action_name': 'CacheStoragePolyfill', 111 'action_name': 'CacheStoragePolyfill',
112 'process_outputs_as_sources': 1, 112 'process_outputs_as_sources': 1,
113 'variables': { 113 'variables': {
114 'resources': [ 114 'resources': [
115 'serviceworkers/polyfills/cacheStoragePolyfill.js', 115 'serviceworkers/polyfills/cacheStoragePolyfill.js',
116 ], 116 ],
117 }, 117 },
118 'inputs': [ 118 'inputs': [
119 '../build/scripts/make-file-arrays.py', 119 '../build/scripts/make-file-arrays.py',
120 '<@(resources)', 120 '<@(resources)',
121 ], 121 ],
122 'outputs': [ 122 'outputs': [
123 '<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.h', 123 '<(blink_modules_output_dir)/CacheStoragePolyfill.h',
124 '<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.cpp', 124 '<(blink_modules_output_dir)/CacheStoragePolyfill.cpp',
125 ], 125 ],
126 'action': [ 126 'action': [
127 'python', 127 'python',
128 '../build/scripts/make-file-arrays.py', 128 '../build/scripts/make-file-arrays.py',
129 '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.h', 129 '--out-h=<(blink_modules_output_dir)/CacheStoragePolyfill.h',
130 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.cpp ', 130 '--out-cpp=<(blink_modules_output_dir)/CacheStoragePolyfill.cpp',
131 '--namespace=WebCore', 131 '--namespace=WebCore',
132 '<@(resources)', 132 '<@(resources)',
133 ], 133 ],
134 }, 134 },
135 ], 135 ],
136 # Disable c4267 warnings until we fix size_t to int truncations. 136 # Disable c4267 warnings until we fix size_t to int truncations.
137 'msvs_disabled_warnings': [ 4267, 4334, ] 137 'msvs_disabled_warnings': [ 4267, 4334, ]
138 }, 138 },
139 { 139 {
140 # GN version: //third_party/WebKit/Source/modules:modules_testing 140 # GN version: //third_party/WebKit/Source/modules:modules_testing
(...skipping 26 matching lines...) Expand all
167 ], 167 ],
168 'sources': [ 168 'sources': [
169 # bison rule 169 # bison rule
170 '../core/css/CSSGrammar.y', 170 '../core/css/CSSGrammar.y',
171 '../core/xml/XPathGrammar.y', 171 '../core/xml/XPathGrammar.y',
172 ], 172 ],
173 'actions': [ 173 'actions': [
174 ], 174 ],
175 }], 175 }],
176 } 176 }
OLDNEW
« no previous file with comments | « Source/modules/BUILD.gn ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698