| 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 3428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3439 'sources': [ 'browser/net/probe_message.proto' ], | 3439 'sources': [ 'browser/net/probe_message.proto' ], |
| 3440 'variables': { | 3440 'variables': { |
| 3441 'proto_in_dir': 'browser/net', | 3441 'proto_in_dir': 'browser/net', |
| 3442 'proto_out_dir': 'chrome/browser/net', | 3442 'proto_out_dir': 'chrome/browser/net', |
| 3443 }, | 3443 }, |
| 3444 'includes': [ '../build/protoc.gypi' ] | 3444 'includes': [ '../build/protoc.gypi' ] |
| 3445 }, | 3445 }, |
| 3446 { | 3446 { |
| 3447 # Protobuf compiler / generator for the safebrowsing chunk | 3447 # Protobuf compiler / generator for the safebrowsing chunk |
| 3448 # protocol buffer. | 3448 # protocol buffer. |
| 3449 # GN version: //chrome/browser/safe_browsing:chunk_proto |
| 3449 'target_name': 'safe_browsing_chunk_proto', | 3450 'target_name': 'safe_browsing_chunk_proto', |
| 3450 'type': 'static_library', | 3451 'type': 'static_library', |
| 3451 'sources': [ 'browser/safe_browsing/chunk.proto' ], | 3452 'sources': [ 'browser/safe_browsing/chunk.proto' ], |
| 3452 'variables': { | 3453 'variables': { |
| 3453 'proto_in_dir': 'browser/safe_browsing', | 3454 'proto_in_dir': 'browser/safe_browsing', |
| 3454 'proto_out_dir': 'chrome/browser/safe_browsing', | 3455 'proto_out_dir': 'chrome/browser/safe_browsing', |
| 3455 }, | 3456 }, |
| 3456 'includes': [ '../build/protoc.gypi' ] | 3457 'includes': [ '../build/protoc.gypi' ] |
| 3457 }, | 3458 }, |
| 3458 { | 3459 { |
| 3459 # Protobuf compiler / generator for the safebrowsing reporting | 3460 # Protobuf compiler / generator for the safebrowsing reporting |
| 3460 # protocol buffer. | 3461 # protocol buffer. |
| 3462 # GN version: //chrome/browser/safe_browsing:report_proto |
| 3461 'target_name': 'safe_browsing_report_proto', | 3463 'target_name': 'safe_browsing_report_proto', |
| 3462 'type': 'static_library', | 3464 'type': 'static_library', |
| 3463 'sources': [ 'browser/safe_browsing/report.proto' ], | 3465 'sources': [ 'browser/safe_browsing/report.proto' ], |
| 3464 'variables': { | 3466 'variables': { |
| 3465 'proto_in_dir': 'browser/safe_browsing', | 3467 'proto_in_dir': 'browser/safe_browsing', |
| 3466 'proto_out_dir': 'chrome/browser/safe_browsing', | 3468 'proto_out_dir': 'chrome/browser/safe_browsing', |
| 3467 }, | 3469 }, |
| 3468 'includes': [ '../build/protoc.gypi' ] | 3470 'includes': [ '../build/protoc.gypi' ] |
| 3469 }, | 3471 }, |
| 3470 { | 3472 { |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3588 'package_name': 'org/chromium/chrome/browser', | 3590 'package_name': 'org/chromium/chrome/browser', |
| 3589 'template_deps': ['browser/android/tab_load_status.h'], | 3591 'template_deps': ['browser/android/tab_load_status.h'], |
| 3590 }, | 3592 }, |
| 3591 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3593 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3592 }, | 3594 }, |
| 3593 ], | 3595 ], |
| 3594 }, | 3596 }, |
| 3595 ], | 3597 ], |
| 3596 ], | 3598 ], |
| 3597 } | 3599 } |
| OLD | NEW |