| 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 3116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3127 }], | 3127 }], |
| 3128 ['safe_browsing != 0', { | 3128 ['safe_browsing != 0', { |
| 3129 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], | 3129 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], |
| 3130 'dependencies': [ | 3130 'dependencies': [ |
| 3131 'safe_browsing_chunk_proto', | 3131 'safe_browsing_chunk_proto', |
| 3132 'safe_browsing_report_proto', | 3132 'safe_browsing_report_proto', |
| 3133 ], | 3133 ], |
| 3134 'conditions': [ | 3134 'conditions': [ |
| 3135 ['safe_browsing == 1', { | 3135 ['safe_browsing == 1', { |
| 3136 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ], | 3136 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ], |
| 3137 'defines': [ | |
| 3138 'FULL_SAFE_BROWSING', | |
| 3139 ], | |
| 3140 'dependencies': [ | 3137 'dependencies': [ |
| 3141 'safe_browsing_proto', | 3138 'safe_browsing_proto', |
| 3142 ], | 3139 ], |
| 3143 }], | 3140 }], |
| 3144 ['safe_browsing == 2', { | |
| 3145 'defines': [ | |
| 3146 'MOBILE_SAFE_BROWSING', | |
| 3147 ], | |
| 3148 }], | |
| 3149 ], | 3141 ], |
| 3150 }], | 3142 }], |
| 3151 ['OS=="linux"', { | 3143 ['OS=="linux"', { |
| 3152 'dependencies': [ | 3144 'dependencies': [ |
| 3153 '../build/linux/system.gyp:udev', | 3145 '../build/linux/system.gyp:udev', |
| 3154 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f
ile_entry_proto', | 3146 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f
ile_entry_proto', |
| 3155 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', | 3147 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', |
| 3156 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 3148 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
| 3157 ], | 3149 ], |
| 3158 }], | 3150 }], |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 'package_name': 'org/chromium/chrome/browser', | 3604 'package_name': 'org/chromium/chrome/browser', |
| 3613 'template_deps': ['browser/android/tab_load_status.h'], | 3605 'template_deps': ['browser/android/tab_load_status.h'], |
| 3614 }, | 3606 }, |
| 3615 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3607 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3616 }, | 3608 }, |
| 3617 ], | 3609 ], |
| 3618 }, | 3610 }, |
| 3619 ], | 3611 ], |
| 3620 ], | 3612 ], |
| 3621 } | 3613 } |
| OLD | NEW |