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

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

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 10 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'target_name': 'blink_platform', 123 'target_name': 'blink_platform',
124 'type': '<(component)', 124 'type': '<(component)',
125 'dependencies': [ 125 'dependencies': [
126 '../config.gyp:config', 126 '../config.gyp:config',
127 '../wtf/wtf.gyp:wtf', 127 '../wtf/wtf.gyp:wtf',
128 'blink_common', 128 'blink_common',
129 'blink_heap_asm_stubs', 129 'blink_heap_asm_stubs',
130 'platform_generated.gyp:make_platform_generated', 130 'platform_generated.gyp:make_platform_generated',
131 '<(DEPTH)/base/base.gyp:base', 131 '<(DEPTH)/base/base.gyp:base',
132 '<(DEPTH)/cc/cc.gyp:cc', 132 '<(DEPTH)/cc/cc.gyp:cc',
133 '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings',
133 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 134 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
135 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
136 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
134 '<(DEPTH)/skia/skia.gyp:skia', 137 '<(DEPTH)/skia/skia.gyp:skia',
135 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 138 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 139 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 140 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
138 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 141 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
139 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 142 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
140 '<(DEPTH)/third_party/ots/ots.gyp:ots', 143 '<(DEPTH)/third_party/ots/ots.gyp:ots',
141 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 144 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
142 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 145 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
143 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 146 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 ['OS=="android"', { 425 ['OS=="android"', {
423 'cflags!': ['-mthumb'], 426 'cflags!': ['-mthumb'],
424 }], 427 }],
425 ], 428 ],
426 },{ # target_arch!="arm" 429 },{ # target_arch!="arm"
427 'type': 'none', 430 'type': 'none',
428 }], 431 }],
429 ], 432 ],
430 }], 433 }],
431 } 434 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698