OLD | NEW |
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 | 197 |
198 # Additional .cpp files from platform_generated.gyp:make_platform_generate
d actions. | 198 # Additional .cpp files from platform_generated.gyp:make_platform_generate
d actions. |
199 '<(blink_platform_output_dir)/CharacterPropertyData.cpp', | 199 '<(blink_platform_output_dir)/CharacterPropertyData.cpp', |
200 '<(blink_platform_output_dir)/ColorData.cpp', | 200 '<(blink_platform_output_dir)/ColorData.cpp', |
201 '<(blink_platform_output_dir)/FontFamilyNames.cpp', | 201 '<(blink_platform_output_dir)/FontFamilyNames.cpp', |
202 '<(blink_platform_output_dir)/HTTPNames.cpp', | 202 '<(blink_platform_output_dir)/HTTPNames.cpp', |
203 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', | 203 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', |
204 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', | 204 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', |
205 | 205 |
206 # Additional .cpp files from the protocol_sources list. | 206 # Additional .cpp files from the protocol_sources list. |
207 '<(blink_platform_output_dir)/inspector_protocol/Frontend.cpp', | |
208 '<(blink_platform_output_dir)/inspector_protocol/Dispatcher.cpp', | 207 '<(blink_platform_output_dir)/inspector_protocol/Dispatcher.cpp', |
209 '<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp', | 208 '<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp', |
210 | 209 |
211 # Additional .cpp files from the v8_inspector. | 210 # Additional .cpp files from the v8_inspector. |
212 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 211 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
213 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 212 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
214 ], | 213 ], |
215 'sources/': [ | 214 'sources/': [ |
216 # Exclude all platform specific things, reinclude them below on a per-plat
form basis | 215 # Exclude all platform specific things, reinclude them below on a per-plat
form basis |
217 # FIXME: Figure out how to store these patterns in a variable. | 216 # FIXME: Figure out how to store these patterns in a variable. |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 ['OS=="android"', { | 415 ['OS=="android"', { |
417 'cflags!': ['-mthumb'], | 416 'cflags!': ['-mthumb'], |
418 }], | 417 }], |
419 ], | 418 ], |
420 },{ # target_arch!="arm" | 419 },{ # target_arch!="arm" |
421 'type': 'none', | 420 'type': 'none', |
422 }], | 421 }], |
423 ], | 422 ], |
424 }], | 423 }], |
425 } | 424 } |
OLD | NEW |