| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 | 198 |
| 199 # Additional .cpp files from platform_generated.gyp:make_platform_generate
d actions. | 199 # Additional .cpp files from platform_generated.gyp:make_platform_generate
d actions. |
| 200 '<(blink_platform_output_dir)/CharacterPropertyData.cpp', | 200 '<(blink_platform_output_dir)/CharacterPropertyData.cpp', |
| 201 '<(blink_platform_output_dir)/ColorData.cpp', | 201 '<(blink_platform_output_dir)/ColorData.cpp', |
| 202 '<(blink_platform_output_dir)/FontFamilyNames.cpp', | 202 '<(blink_platform_output_dir)/FontFamilyNames.cpp', |
| 203 '<(blink_platform_output_dir)/HTTPNames.cpp', | 203 '<(blink_platform_output_dir)/HTTPNames.cpp', |
| 204 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', | 204 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', |
| 205 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', | 205 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', |
| 206 | 206 |
| 207 # Additional .cpp files from the protocol_sources list. | 207 # Additional .cpp files from the protocol_sources list. |
| 208 '<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp', | 208 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp', |
| 209 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp', |
| 210 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', |
| 211 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', |
| 209 | 212 |
| 210 # Additional .cpp files from the v8_inspector. | 213 # Additional .cpp files from the v8_inspector. |
| 211 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 214 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 212 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 215 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 213 ], | 216 ], |
| 214 'sources/': [ | 217 'sources/': [ |
| 215 # Exclude all platform specific things, reinclude them below on a per-plat
form basis | 218 # Exclude all platform specific things, reinclude them below on a per-plat
form basis |
| 216 # FIXME: Figure out how to store these patterns in a variable. | 219 # FIXME: Figure out how to store these patterns in a variable. |
| 217 ['exclude', '(cf|cg|mac|win)/'], | 220 ['exclude', '(cf|cg|mac|win)/'], |
| 218 ['exclude', '(?<!Chromium)(CF|CG|Mac|Win)\\.(cpp|mm?)$'], | 221 ['exclude', '(?<!Chromium)(CF|CG|Mac|Win)\\.(cpp|mm?)$'], |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 ['OS=="android"', { | 418 ['OS=="android"', { |
| 416 'cflags!': ['-mthumb'], | 419 'cflags!': ['-mthumb'], |
| 417 }], | 420 }], |
| 418 ], | 421 ], |
| 419 },{ # target_arch!="arm" | 422 },{ # target_arch!="arm" |
| 420 'type': 'none', | 423 'type': 'none', |
| 421 }], | 424 }], |
| 422 ], | 425 ], |
| 423 }], | 426 }], |
| 424 } | 427 } |
| OLD | NEW |