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

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

Issue 2036663003: Establish mojo service between Canvas (blink) and SurfaceManager (browser) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OWNERS change on offscreencanvas folder Created 4 years, 6 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ], 127 ],
128 'yasm_output_path': '<(SHARED_INTERMEDIATE_DIR)/webcore/heap' 128 'yasm_output_path': '<(SHARED_INTERMEDIATE_DIR)/webcore/heap'
129 }, 129 },
130 }, 130 },
131 { 131 {
132 'target_name': 'blink_platform', 132 'target_name': 'blink_platform',
133 'type': '<(component)', 133 'type': '<(component)',
134 # Because of transitive dependency on make_platform_generated. 134 # Because of transitive dependency on make_platform_generated.
135 'hard_dependency': 1, 135 'hard_dependency': 1,
136 'dependencies': [ 136 'dependencies': [
137 '../../public/blink.gyp:mojo_bindings',
137 '../config.gyp:config', 138 '../config.gyp:config',
138 '../wtf/wtf.gyp:wtf', 139 '../wtf/wtf.gyp:wtf',
139 'blink_common', 140 'blink_common',
140 'blink_heap_asm_stubs', 141 'blink_heap_asm_stubs',
141 'platform_generated.gyp:make_platform_generated', 142 'platform_generated.gyp:make_platform_generated',
142 '<(DEPTH)/base/base.gyp:base', 143 '<(DEPTH)/base/base.gyp:base',
143 '<(DEPTH)/cc/cc.gyp:cc', 144 '<(DEPTH)/cc/cc.gyp:cc',
144 '<(DEPTH)/components/link_header_util/link_header_util.gyp:link_header_uti l', 145 '<(DEPTH)/components/link_header_util/link_header_util.gyp:link_header_uti l',
145 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 146 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
146 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 147 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698