| 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)/v8_inspector/protocol/Console.cpp', |
| 208 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp', | 209 '<(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/HeapProfiler.cpp', |
| 210 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', | 211 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', |
| 211 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', | 212 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', |
| 212 | 213 |
| 213 # Additional .cpp files from the v8_inspector. | 214 # Additional .cpp files from the v8_inspector. |
| 214 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 215 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 215 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 216 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 216 ], | 217 ], |
| 217 'sources/': [ | 218 'sources/': [ |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 ['OS=="android"', { | 419 ['OS=="android"', { |
| 419 'cflags!': ['-mthumb'], | 420 'cflags!': ['-mthumb'], |
| 420 }], | 421 }], |
| 421 ], | 422 ], |
| 422 },{ # target_arch!="arm" | 423 },{ # target_arch!="arm" |
| 423 'type': 'none', | 424 'type': 'none', |
| 424 }], | 425 }], |
| 425 ], | 426 ], |
| 426 }], | 427 }], |
| 427 } | 428 } |
| OLD | NEW |