| 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', |
| 517 'browser/snapshots/snapshot_manager.h', | 518 'browser/snapshots/snapshot_manager.h', |
| 518 'browser/snapshots/snapshot_manager.mm', | 519 'browser/snapshots/snapshot_manager.mm', |
| 519 'browser/snapshots/snapshot_overlay.h', | 520 'browser/snapshots/snapshot_overlay.h', |
| 520 'browser/snapshots/snapshot_overlay.mm', | 521 'browser/snapshots/snapshot_overlay.mm', |
| 521 'browser/snapshots/snapshots_util.h', | 522 'browser/snapshots/snapshots_util.h', |
| 522 'browser/snapshots/snapshots_util.mm', | 523 'browser/snapshots/snapshots_util.mm', |
| 523 'browser/ssl/ios_chrome_security_state_model_client.h', | 524 'browser/ssl/ios_chrome_security_state_model_client.h', |
| 524 'browser/ssl/ios_chrome_security_state_model_client.mm', | 525 'browser/ssl/ios_chrome_security_state_model_client.mm', |
| 525 'browser/ssl/ios_ssl_blocking_page.h', | 526 'browser/ssl/ios_ssl_blocking_page.h', |
| 526 'browser/ssl/ios_ssl_blocking_page.mm', | 527 'browser/ssl/ios_ssl_blocking_page.mm', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 'variables': { | 883 'variables': { |
| 883 'proto_in_dir': 'browser/safe_browsing', | 884 'proto_in_dir': 'browser/safe_browsing', |
| 884 'proto_out_dir': 'ios/chrome/browser/safe_browsing', | 885 'proto_out_dir': 'ios/chrome/browser/safe_browsing', |
| 885 }, | 886 }, |
| 886 'includes': [ '../../build/protoc.gypi' ], | 887 'includes': [ '../../build/protoc.gypi' ], |
| 887 }, | 888 }, |
| 888 ], | 889 ], |
| 889 }], | 890 }], |
| 890 ], | 891 ], |
| 891 } | 892 } |
| OLD | NEW |