| 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 3169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3180 }], | 3180 }], |
| 3181 ['safe_browsing == 2', { | 3181 ['safe_browsing == 2', { |
| 3182 'defines': [ | 3182 'defines': [ |
| 3183 'MOBILE_SAFE_BROWSING', | 3183 'MOBILE_SAFE_BROWSING', |
| 3184 ], | 3184 ], |
| 3185 }], | 3185 }], |
| 3186 ], | 3186 ], |
| 3187 }], | 3187 }], |
| 3188 ['use_udev == 1', { | 3188 ['use_udev == 1', { |
| 3189 'dependencies': [ | 3189 'dependencies': [ |
| 3190 '../build/linux/system.gyp:udev', | 3190 '../device/udev_linux/udev.gyp:udev_linux', |
| 3191 ], | 3191 ], |
| 3192 }], | 3192 }], |
| 3193 ['OS=="linux"', { | 3193 ['OS=="linux"', { |
| 3194 'dependencies': [ | 3194 'dependencies': [ |
| 3195 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f
ile_entry_proto', | 3195 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f
ile_entry_proto', |
| 3196 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', | 3196 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', |
| 3197 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 3197 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
| 3198 ], | 3198 ], |
| 3199 }], | 3199 }], |
| 3200 ['OS=="linux" and chromeos==0', { | 3200 ['OS=="linux" and chromeos==0', { |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3669 'variables': { | 3669 'variables': { |
| 3670 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3670 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3671 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3671 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3672 }, | 3672 }, |
| 3673 'includes': [ '../build/protoc.gypi' ] | 3673 'includes': [ '../build/protoc.gypi' ] |
| 3674 }, | 3674 }, |
| 3675 ], | 3675 ], |
| 3676 },], | 3676 },], |
| 3677 ], | 3677 ], |
| 3678 } | 3678 } |
| OLD | NEW |