| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 | 199 |
| 200 # Additional .cpp files from platform_generated.gyp:make_platform_generate
d actions. | 200 # Additional .cpp files from platform_generated.gyp:make_platform_generate
d actions. |
| 201 '<(blink_platform_output_dir)/CharacterPropertyData.cpp', | 201 '<(blink_platform_output_dir)/CharacterPropertyData.cpp', |
| 202 '<(blink_platform_output_dir)/ColorData.cpp', | 202 '<(blink_platform_output_dir)/ColorData.cpp', |
| 203 '<(blink_platform_output_dir)/FontFamilyNames.cpp', | 203 '<(blink_platform_output_dir)/FontFamilyNames.cpp', |
| 204 '<(blink_platform_output_dir)/HTTPNames.cpp', | 204 '<(blink_platform_output_dir)/HTTPNames.cpp', |
| 205 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', | 205 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', |
| 206 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', | 206 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', |
| 207 | 207 |
| 208 # Additional .cpp files from the protocol_sources list. | 208 # Additional .cpp files from the protocol_sources list. |
| 209 '<(blink_platform_output_dir)/v8_inspector/protocol/Console.cpp', |
| 209 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp', | 210 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp', |
| 210 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp', | 211 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp', |
| 211 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', | 212 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', |
| 212 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', | 213 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', |
| 213 | 214 |
| 214 # Additional .cpp files from the v8_inspector. | 215 # Additional .cpp files from the v8_inspector. |
| 215 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 216 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 216 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 217 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 217 ], | 218 ], |
| 218 'sources/': [ | 219 'sources/': [ |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 ['OS=="android"', { | 420 ['OS=="android"', { |
| 420 'cflags!': ['-mthumb'], | 421 'cflags!': ['-mthumb'], |
| 421 }], | 422 }], |
| 422 ], | 423 ], |
| 423 },{ # target_arch!="arm" | 424 },{ # target_arch!="arm" |
| 424 'type': 'none', | 425 'type': 'none', |
| 425 }], | 426 }], |
| 426 ], | 427 ], |
| 427 }], | 428 }], |
| 428 } | 429 } |
| OLD | NEW |