Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gyp

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked as per comments! Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'target_name': 'blink_platform', 124 'target_name': 'blink_platform',
125 'type': '<(component)', 125 'type': '<(component)',
126 'dependencies': [ 126 'dependencies': [
127 '../config.gyp:config', 127 '../config.gyp:config',
128 '../wtf/wtf.gyp:wtf', 128 '../wtf/wtf.gyp:wtf',
129 'blink_common', 129 'blink_common',
130 'blink_heap_asm_stubs', 130 'blink_heap_asm_stubs',
131 'platform_generated.gyp:make_platform_generated', 131 'platform_generated.gyp:make_platform_generated',
132 '<(DEPTH)/base/base.gyp:base', 132 '<(DEPTH)/base/base.gyp:base',
133 '<(DEPTH)/cc/cc.gyp:cc', 133 '<(DEPTH)/cc/cc.gyp:cc',
134 '<(DEPTH)/content/content_common_mojo_bindings.gyp:content_common_mojo_bin dings',
Yuki 2016/03/22 07:15:03 Ditto.
RaviKasibhatla 2016/03/23 15:20:50 Done.
134 '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings', 135 '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings',
135 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 136 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
136 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 137 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
137 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 138 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
138 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', 139 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
139 '<(DEPTH)/skia/skia.gyp:skia', 140 '<(DEPTH)/skia/skia.gyp:skia',
140 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 141 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
141 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 142 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
142 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 143 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
143 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 144 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 ['OS=="android"', { 429 ['OS=="android"', {
429 'cflags!': ['-mthumb'], 430 'cflags!': ['-mthumb'],
430 }], 431 }],
431 ], 432 ],
432 },{ # target_arch!="arm" 433 },{ # target_arch!="arm"
433 'type': 'none', 434 'type': 'none',
434 }], 435 }],
435 ], 436 ],
436 }], 437 }],
437 } 438 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698