OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 3133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3144 'safe_browsing_proto', | 3144 'safe_browsing_proto', |
3145 ], | 3145 ], |
3146 }], | 3146 }], |
3147 ['safe_browsing == 2', { | 3147 ['safe_browsing == 2', { |
3148 'defines': [ | 3148 'defines': [ |
3149 'MOBILE_SAFE_BROWSING', | 3149 'MOBILE_SAFE_BROWSING', |
3150 ], | 3150 ], |
3151 }], | 3151 }], |
3152 ], | 3152 ], |
3153 }], | 3153 }], |
| 3154 ['use_udev == 1', { |
| 3155 'dependencies': [ |
| 3156 '../build/linux/system.gyp:udev', |
| 3157 ], |
| 3158 }], |
3154 ['OS=="linux"', { | 3159 ['OS=="linux"', { |
3155 'dependencies': [ | 3160 'dependencies': [ |
3156 '../build/linux/system.gyp:udev', | |
3157 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f
ile_entry_proto', | 3161 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f
ile_entry_proto', |
3158 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', | 3162 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', |
3159 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 3163 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
3160 ], | 3164 ], |
3161 }], | 3165 }], |
3162 ['OS=="linux" and chromeos==0', { | 3166 ['OS=="linux" and chromeos==0', { |
3163 'dependencies': [ | 3167 'dependencies': [ |
3164 '../build/linux/system.gyp:libspeechd', | 3168 '../build/linux/system.gyp:libspeechd', |
3165 ], | 3169 ], |
3166 }], | 3170 }], |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3615 'package_name': 'org/chromium/chrome/browser', | 3619 'package_name': 'org/chromium/chrome/browser', |
3616 'template_deps': ['browser/android/tab_load_status.h'], | 3620 'template_deps': ['browser/android/tab_load_status.h'], |
3617 }, | 3621 }, |
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3622 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3619 }, | 3623 }, |
3620 ], | 3624 ], |
3621 }, | 3625 }, |
3622 ], | 3626 ], |
3623 ], | 3627 ], |
3624 } | 3628 } |
OLD | NEW |