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 3452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3463 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3463 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
3464 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 3464 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
3465 ], | 3465 ], |
3466 'sources': [ '<@(chrome_browser_plugins_sources)' ], | 3466 'sources': [ '<@(chrome_browser_plugins_sources)' ], |
3467 }], | 3467 }], |
3468 ['safe_browsing != 0', { | 3468 ['safe_browsing != 0', { |
3469 'sources': [ '<@(chrome_browser_safe_browsing_basic_sources)' ], | 3469 'sources': [ '<@(chrome_browser_safe_browsing_basic_sources)' ], |
3470 'dependencies': [ | 3470 'dependencies': [ |
3471 'safe_browsing_chunk_proto', | 3471 'safe_browsing_chunk_proto', |
3472 'safe_browsing_metadata_proto', | 3472 'safe_browsing_metadata_proto', |
3473 'safe_browsing_report_proto', | 3473 'safe_browsing_proto', |
3474 ], | 3474 ], |
3475 'conditions': [ | 3475 'conditions': [ |
3476 ['safe_browsing == 1', { | 3476 ['safe_browsing == 1', { |
3477 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], | 3477 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], |
3478 'dependencies': [ | 3478 'dependencies': [ |
3479 'safe_browsing_proto', | 3479 'safe_browsing_proto', |
3480 ], | 3480 ], |
3481 'conditions': [ | 3481 'conditions': [ |
3482 ['OS=="win"', { | 3482 ['OS=="win"', { |
3483 'dependencies': [ | 3483 'dependencies': [ |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3895 'target_name': 'safe_browsing_metadata_proto', | 3895 'target_name': 'safe_browsing_metadata_proto', |
3896 'type': 'static_library', | 3896 'type': 'static_library', |
3897 'sources': [ 'browser/safe_browsing/metadata.proto' ], | 3897 'sources': [ 'browser/safe_browsing/metadata.proto' ], |
3898 'variables': { | 3898 'variables': { |
3899 'proto_in_dir': 'browser/safe_browsing', | 3899 'proto_in_dir': 'browser/safe_browsing', |
3900 'proto_out_dir': 'chrome/browser/safe_browsing', | 3900 'proto_out_dir': 'chrome/browser/safe_browsing', |
3901 }, | 3901 }, |
3902 'includes': [ '../build/protoc.gypi' ] | 3902 'includes': [ '../build/protoc.gypi' ] |
3903 }, | 3903 }, |
3904 { | 3904 { |
3905 # Protobuf compiler / generator for the safebrowsing reporting | |
3906 # protocol buffer. | |
3907 # GN version: //chrome/browser/safe_browsing:report_proto | |
3908 'target_name': 'safe_browsing_report_proto', | |
3909 'type': 'static_library', | |
3910 'sources': [ 'browser/safe_browsing/report.proto' ], | |
3911 'variables': { | |
3912 'proto_in_dir': 'browser/safe_browsing', | |
3913 'proto_out_dir': 'chrome/browser/safe_browsing', | |
3914 }, | |
3915 'includes': [ '../build/protoc.gypi' ] | |
3916 }, | |
3917 { | |
3918 # Protobuf compiler / generator for the safebrowsing incident reporting | 3905 # Protobuf compiler / generator for the safebrowsing incident reporting |
3919 # service state store data protocol buffer. | 3906 # service state store data protocol buffer. |
3920 # GN version: //chrome/browser/safe_browsing/incident_reporting:state_stor
e_data_proto | 3907 # GN version: //chrome/browser/safe_browsing/incident_reporting:state_stor
e_data_proto |
3921 'target_name': 'incident_reporting_state_store_data_proto', | 3908 'target_name': 'incident_reporting_state_store_data_proto', |
3922 'type': 'static_library', | 3909 'type': 'static_library', |
3923 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr
oto' ], | 3910 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr
oto' ], |
3924 'variables': { | 3911 'variables': { |
3925 'proto_in_dir': 'browser/safe_browsing/incident_reporting', | 3912 'proto_in_dir': 'browser/safe_browsing/incident_reporting', |
3926 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', | 3913 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', |
3927 }, | 3914 }, |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4096 '../components/components.gyp:omnibox_browser', | 4083 '../components/components.gyp:omnibox_browser', |
4097 '../components/components.gyp:rlz', | 4084 '../components/components.gyp:rlz', |
4098 '../components/components.gyp:search_engines', | 4085 '../components/components.gyp:search_engines', |
4099 '../rlz/rlz.gyp:rlz_lib', | 4086 '../rlz/rlz.gyp:rlz_lib', |
4100 ], | 4087 ], |
4101 }, | 4088 }, |
4102 ], | 4089 ], |
4103 }], | 4090 }], |
4104 ], | 4091 ], |
4105 } | 4092 } |
OLD | NEW |