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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 'browser/install_verification/win/module_ids.h', | 407 'browser/install_verification/win/module_ids.h', |
408 'browser/install_verification/win/module_info.h', | 408 'browser/install_verification/win/module_info.h', |
409 'browser/install_verification/win/module_list.cc', | 409 'browser/install_verification/win/module_list.cc', |
410 'browser/install_verification/win/module_list.h', | 410 'browser/install_verification/win/module_list.h', |
411 'browser/install_verification/win/module_verification_common.cc', | 411 'browser/install_verification/win/module_verification_common.cc', |
412 'browser/install_verification/win/module_verification_common.h', | 412 'browser/install_verification/win/module_verification_common.h', |
413 'browser/internal_auth.cc', | 413 'browser/internal_auth.cc', |
414 'browser/internal_auth.h', | 414 'browser/internal_auth.h', |
415 'browser/interstitials/security_interstitial_page.cc', | 415 'browser/interstitials/security_interstitial_page.cc', |
416 'browser/interstitials/security_interstitial_page.h', | 416 'browser/interstitials/security_interstitial_page.h', |
| 417 'browser/interstitials/security_interstitial_uma_helper.cc', |
| 418 'browser/interstitials/security_interstitial_uma_helper.h', |
417 'browser/intranet_redirect_detector.cc', | 419 'browser/intranet_redirect_detector.cc', |
418 'browser/intranet_redirect_detector.h', | 420 'browser/intranet_redirect_detector.h', |
419 'browser/invalidation/invalidation_service_factory_android.cc', | 421 'browser/invalidation/invalidation_service_factory_android.cc', |
420 'browser/invalidation/invalidation_service_factory_android.h', | 422 'browser/invalidation/invalidation_service_factory_android.h', |
421 'browser/invalidation/profile_invalidation_provider_factory.cc', | 423 'browser/invalidation/profile_invalidation_provider_factory.cc', |
422 'browser/invalidation/profile_invalidation_provider_factory.h', | 424 'browser/invalidation/profile_invalidation_provider_factory.h', |
423 'browser/io_thread.cc', | 425 'browser/io_thread.cc', |
424 'browser/io_thread.h', | 426 'browser/io_thread.h', |
425 'browser/jumplist_updater_win.cc', | 427 'browser/jumplist_updater_win.cc', |
426 'browser/jumplist_updater_win.h', | 428 'browser/jumplist_updater_win.h', |
(...skipping 3290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3717 'variables': { | 3719 'variables': { |
3718 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3720 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3719 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3721 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3720 }, | 3722 }, |
3721 'includes': [ '../build/protoc.gypi' ] | 3723 'includes': [ '../build/protoc.gypi' ] |
3722 }, | 3724 }, |
3723 ], | 3725 ], |
3724 },], | 3726 },], |
3725 ], | 3727 ], |
3726 } | 3728 } |
OLD | NEW |