OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'browser/signin/signin_error_controller_factory.h', | 507 'browser/signin/signin_error_controller_factory.h', |
508 'browser/signin/signin_manager_factory.cc', | 508 'browser/signin/signin_manager_factory.cc', |
509 'browser/signin/signin_manager_factory.h', | 509 'browser/signin/signin_manager_factory.h', |
510 'browser/signin/signin_manager_factory_observer.h', | 510 'browser/signin/signin_manager_factory_observer.h', |
511 'browser/signin/signin_util.h', | 511 'browser/signin/signin_util.h', |
512 'browser/signin/signin_util.mm', | 512 'browser/signin/signin_util.mm', |
513 'browser/snapshots/lru_cache.h', | 513 'browser/snapshots/lru_cache.h', |
514 'browser/snapshots/lru_cache.mm', | 514 'browser/snapshots/lru_cache.mm', |
515 'browser/snapshots/snapshot_cache.h', | 515 'browser/snapshots/snapshot_cache.h', |
516 'browser/snapshots/snapshot_cache.mm', | 516 'browser/snapshots/snapshot_cache.mm', |
517 'browser/snapshots/snapshot_cache_internal.h', | |
518 'browser/snapshots/snapshot_manager.h', | 517 'browser/snapshots/snapshot_manager.h', |
519 'browser/snapshots/snapshot_manager.mm', | 518 'browser/snapshots/snapshot_manager.mm', |
520 'browser/snapshots/snapshot_overlay.h', | 519 'browser/snapshots/snapshot_overlay.h', |
521 'browser/snapshots/snapshot_overlay.mm', | 520 'browser/snapshots/snapshot_overlay.mm', |
522 'browser/snapshots/snapshots_util.h', | 521 'browser/snapshots/snapshots_util.h', |
523 'browser/snapshots/snapshots_util.mm', | 522 'browser/snapshots/snapshots_util.mm', |
524 'browser/ssl/ios_chrome_security_state_model_client.h', | 523 'browser/ssl/ios_chrome_security_state_model_client.h', |
525 'browser/ssl/ios_chrome_security_state_model_client.mm', | 524 'browser/ssl/ios_chrome_security_state_model_client.mm', |
526 'browser/ssl/ios_ssl_blocking_page.h', | 525 'browser/ssl/ios_ssl_blocking_page.h', |
527 'browser/ssl/ios_ssl_blocking_page.mm', | 526 'browser/ssl/ios_ssl_blocking_page.mm', |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 'variables': { | 882 'variables': { |
884 'proto_in_dir': 'browser/safe_browsing', | 883 'proto_in_dir': 'browser/safe_browsing', |
885 'proto_out_dir': 'ios/chrome/browser/safe_browsing', | 884 'proto_out_dir': 'ios/chrome/browser/safe_browsing', |
886 }, | 885 }, |
887 'includes': [ '../../build/protoc.gypi' ], | 886 'includes': [ '../../build/protoc.gypi' ], |
888 }, | 887 }, |
889 ], | 888 ], |
890 }], | 889 }], |
891 ], | 890 ], |
892 } | 891 } |
OLD | NEW |