| 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', | |
| 209 '<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp', | 207 '<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp', |
| 210 | 208 |
| 211 # Additional .cpp files from the v8_inspector. | 209 # Additional .cpp files from the v8_inspector. |
| 212 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 210 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 213 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 211 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 214 ], | 212 ], |
| 215 'sources/': [ | 213 'sources/': [ |
| 216 # Exclude all platform specific things, reinclude them below on a per-plat
form basis | 214 # 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. | 215 # FIXME: Figure out how to store these patterns in a variable. |
| 218 ['exclude', '(cf|cg|mac|win)/'], | 216 ['exclude', '(cf|cg|mac|win)/'], |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 ['OS=="android"', { | 414 ['OS=="android"', { |
| 417 'cflags!': ['-mthumb'], | 415 'cflags!': ['-mthumb'], |
| 418 }], | 416 }], |
| 419 ], | 417 ], |
| 420 },{ # target_arch!="arm" | 418 },{ # target_arch!="arm" |
| 421 'type': 'none', | 419 'type': 'none', |
| 422 }], | 420 }], |
| 423 ], | 421 ], |
| 424 }], | 422 }], |
| 425 } | 423 } |
| OLD | NEW |