| 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 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3076 '../components/components.gyp:pdf_browser', | 3076 '../components/components.gyp:pdf_browser', |
| 3077 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3077 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 3078 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 3078 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 3079 ], | 3079 ], |
| 3080 'sources': [ '<@(chrome_browser_plugins_sources)' ], | 3080 'sources': [ '<@(chrome_browser_plugins_sources)' ], |
| 3081 }], | 3081 }], |
| 3082 ['safe_browsing != 0', { | 3082 ['safe_browsing != 0', { |
| 3083 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], | 3083 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], |
| 3084 'dependencies': [ | 3084 'dependencies': [ |
| 3085 'safe_browsing_chunk_proto', | 3085 'safe_browsing_chunk_proto', |
| 3086 'safe_browsing_metadata_proto', |
| 3086 'safe_browsing_report_proto', | 3087 'safe_browsing_report_proto', |
| 3087 ], | 3088 ], |
| 3088 'conditions': [ | 3089 'conditions': [ |
| 3089 ['safe_browsing == 1', { | 3090 ['safe_browsing == 1', { |
| 3090 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ], | 3091 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ], |
| 3091 'defines': [ | 3092 'defines': [ |
| 3092 'FULL_SAFE_BROWSING', | 3093 'FULL_SAFE_BROWSING', |
| 3093 ], | 3094 ], |
| 3094 'dependencies': [ | 3095 'dependencies': [ |
| 3095 'safe_browsing_proto', | 3096 'safe_browsing_proto', |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3432 'target_name': 'safe_browsing_chunk_proto', | 3433 'target_name': 'safe_browsing_chunk_proto', |
| 3433 'type': 'static_library', | 3434 'type': 'static_library', |
| 3434 'sources': [ 'browser/safe_browsing/chunk.proto' ], | 3435 'sources': [ 'browser/safe_browsing/chunk.proto' ], |
| 3435 'variables': { | 3436 'variables': { |
| 3436 'proto_in_dir': 'browser/safe_browsing', | 3437 'proto_in_dir': 'browser/safe_browsing', |
| 3437 'proto_out_dir': 'chrome/browser/safe_browsing', | 3438 'proto_out_dir': 'chrome/browser/safe_browsing', |
| 3438 }, | 3439 }, |
| 3439 'includes': [ '../build/protoc.gypi' ] | 3440 'includes': [ '../build/protoc.gypi' ] |
| 3440 }, | 3441 }, |
| 3441 { | 3442 { |
| 3443 # Protobuf compiler / generator for the safebrowsing full hash metadata |
| 3444 # protocol buffer. |
| 3445 # GN version: //chrome/browser/safe_browsing:metadata_proto |
| 3446 'target_name': 'safe_browsing_metadata_proto', |
| 3447 'type': 'static_library', |
| 3448 'sources': [ 'browser/safe_browsing/metadata.proto' ], |
| 3449 'variables': { |
| 3450 'proto_in_dir': 'browser/safe_browsing', |
| 3451 'proto_out_dir': 'chrome/browser/safe_browsing', |
| 3452 }, |
| 3453 'includes': [ '../build/protoc.gypi' ] |
| 3454 }, |
| 3455 { |
| 3442 # Protobuf compiler / generator for the safebrowsing reporting | 3456 # Protobuf compiler / generator for the safebrowsing reporting |
| 3443 # protocol buffer. | 3457 # protocol buffer. |
| 3444 # GN version: //chrome/browser/safe_browsing:report_proto | 3458 # GN version: //chrome/browser/safe_browsing:report_proto |
| 3445 'target_name': 'safe_browsing_report_proto', | 3459 'target_name': 'safe_browsing_report_proto', |
| 3446 'type': 'static_library', | 3460 'type': 'static_library', |
| 3447 'sources': [ 'browser/safe_browsing/report.proto' ], | 3461 'sources': [ 'browser/safe_browsing/report.proto' ], |
| 3448 'variables': { | 3462 'variables': { |
| 3449 'proto_in_dir': 'browser/safe_browsing', | 3463 'proto_in_dir': 'browser/safe_browsing', |
| 3450 'proto_out_dir': 'chrome/browser/safe_browsing', | 3464 'proto_out_dir': 'chrome/browser/safe_browsing', |
| 3451 }, | 3465 }, |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3564 'variables': { | 3578 'variables': { |
| 3565 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3579 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3566 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3580 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3567 }, | 3581 }, |
| 3568 'includes': [ '../build/protoc.gypi' ] | 3582 'includes': [ '../build/protoc.gypi' ] |
| 3569 }, | 3583 }, |
| 3570 ], | 3584 ], |
| 3571 },], | 3585 },], |
| 3572 ], | 3586 ], |
| 3573 } | 3587 } |
| OLD | NEW |