OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', |
9 '../cc/cc.gyp:cc', | 9 '../cc/cc.gyp:cc', |
10 '../cc/cc.gyp:cc_proto', | 10 '../cc/cc.gyp:cc_proto', |
11 '../cc/blink/cc_blink.gyp:cc_blink', | 11 '../cc/blink/cc_blink.gyp:cc_blink', |
12 #'../components/permission/permission.gyp:permission_mojo_bindings', | |
mlamouri (slow - plz ping)
2016/04/27 13:00:58
what did you mean to do here?
| |
12 '../components/scheduler/scheduler.gyp:scheduler', | 13 '../components/scheduler/scheduler.gyp:scheduler', |
13 '../components/url_formatter/url_formatter.gyp:url_formatter', | 14 '../components/url_formatter/url_formatter.gyp:url_formatter', |
14 '../device/battery/battery.gyp:device_battery', | 15 '../device/battery/battery.gyp:device_battery', |
15 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 16 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
16 '../device/vibration/vibration.gyp:device_vibration', | 17 '../device/vibration/vibration.gyp:device_vibration', |
17 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 18 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
18 '../gin/gin.gyp:gin', | 19 '../gin/gin.gyp:gin', |
19 '../gpu/gpu.gyp:gpu', | 20 '../gpu/gpu.gyp:gpu', |
20 '../ipc/ipc.gyp:ipc', | 21 '../ipc/ipc.gyp:ipc', |
21 '../jingle/jingle.gyp:jingle_glue', | 22 '../jingle/jingle.gyp:jingle_glue', |
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
914 }], | 915 }], |
915 ], | 916 ], |
916 'target_conditions': [ | 917 'target_conditions': [ |
917 ['OS=="android"', { | 918 ['OS=="android"', { |
918 'sources/': [ | 919 'sources/': [ |
919 ['include', '^renderer/render_view_linux\\.cc$'], | 920 ['include', '^renderer/render_view_linux\\.cc$'], |
920 ], | 921 ], |
921 }], | 922 }], |
922 ], | 923 ], |
923 } | 924 } |
OLD | NEW |