| 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'browser/install_verification/win/loaded_modules_snapshot.h', | 576 'browser/install_verification/win/loaded_modules_snapshot.h', |
| 577 'browser/install_verification/win/module_ids.cc', | 577 'browser/install_verification/win/module_ids.cc', |
| 578 'browser/install_verification/win/module_ids.h', | 578 'browser/install_verification/win/module_ids.h', |
| 579 'browser/install_verification/win/module_info.h', | 579 'browser/install_verification/win/module_info.h', |
| 580 'browser/install_verification/win/module_list.cc', | 580 'browser/install_verification/win/module_list.cc', |
| 581 'browser/install_verification/win/module_list.h', | 581 'browser/install_verification/win/module_list.h', |
| 582 'browser/install_verification/win/module_verification_common.cc', | 582 'browser/install_verification/win/module_verification_common.cc', |
| 583 'browser/install_verification/win/module_verification_common.h', | 583 'browser/install_verification/win/module_verification_common.h', |
| 584 'browser/internal_auth.cc', | 584 'browser/internal_auth.cc', |
| 585 'browser/internal_auth.h', | 585 'browser/internal_auth.h', |
| 586 'browser/interstitials/security_interstitial_page.cc', |
| 587 'browser/interstitials/security_interstitial_page.h', |
| 586 'browser/intranet_redirect_detector.cc', | 588 'browser/intranet_redirect_detector.cc', |
| 587 'browser/intranet_redirect_detector.h', | 589 'browser/intranet_redirect_detector.h', |
| 588 'browser/invalidation/invalidation_service_factory_android.cc', | 590 'browser/invalidation/invalidation_service_factory_android.cc', |
| 589 'browser/invalidation/invalidation_service_factory_android.h', | 591 'browser/invalidation/invalidation_service_factory_android.h', |
| 590 'browser/invalidation/profile_invalidation_provider_factory.cc', | 592 'browser/invalidation/profile_invalidation_provider_factory.cc', |
| 591 'browser/invalidation/profile_invalidation_provider_factory.h', | 593 'browser/invalidation/profile_invalidation_provider_factory.h', |
| 592 'browser/io_thread.cc', | 594 'browser/io_thread.cc', |
| 593 'browser/io_thread.h', | 595 'browser/io_thread.h', |
| 594 'browser/jumplist_updater_win.cc', | 596 'browser/jumplist_updater_win.cc', |
| 595 'browser/jumplist_updater_win.h', | 597 'browser/jumplist_updater_win.h', |
| (...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3585 'variables': { | 3587 'variables': { |
| 3586 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3588 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3589 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3588 }, | 3590 }, |
| 3589 'includes': [ '../build/protoc.gypi' ] | 3591 'includes': [ '../build/protoc.gypi' ] |
| 3590 }, | 3592 }, |
| 3591 ], | 3593 ], |
| 3592 },], | 3594 },], |
| 3593 ], | 3595 ], |
| 3594 } | 3596 } |
| OLD | NEW |