| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'browser/install_verification/win/install_verification.h', | 299 'browser/install_verification/win/install_verification.h', |
| 300 'browser/install_verification/win/loaded_module_verification.cc', | 300 'browser/install_verification/win/loaded_module_verification.cc', |
| 301 'browser/install_verification/win/loaded_module_verification.h', | 301 'browser/install_verification/win/loaded_module_verification.h', |
| 302 'browser/install_verification/win/module_ids.cc', | 302 'browser/install_verification/win/module_ids.cc', |
| 303 'browser/install_verification/win/module_ids.h', | 303 'browser/install_verification/win/module_ids.h', |
| 304 'browser/install_verification/win/module_info.h', | 304 'browser/install_verification/win/module_info.h', |
| 305 'browser/install_verification/win/module_list.cc', | 305 'browser/install_verification/win/module_list.cc', |
| 306 'browser/install_verification/win/module_list.h', | 306 'browser/install_verification/win/module_list.h', |
| 307 'browser/install_verification/win/module_verification_common.cc', | 307 'browser/install_verification/win/module_verification_common.cc', |
| 308 'browser/install_verification/win/module_verification_common.h', | 308 'browser/install_verification/win/module_verification_common.h', |
| 309 'browser/installable/installable_checker.cc', |
| 310 'browser/installable/installable_checker.h', |
| 311 'browser/installable/installable_logging.cc', |
| 312 'browser/installable/installable_logging.h', |
| 309 'browser/internal_auth.cc', | 313 'browser/internal_auth.cc', |
| 310 'browser/internal_auth.h', | 314 'browser/internal_auth.h', |
| 311 'browser/interstitials/chrome_controller_client.cc', | 315 'browser/interstitials/chrome_controller_client.cc', |
| 312 'browser/interstitials/chrome_controller_client.h', | 316 'browser/interstitials/chrome_controller_client.h', |
| 313 'browser/interstitials/chrome_metrics_helper.cc', | 317 'browser/interstitials/chrome_metrics_helper.cc', |
| 314 'browser/interstitials/chrome_metrics_helper.h', | 318 'browser/interstitials/chrome_metrics_helper.h', |
| 315 'browser/interstitials/security_interstitial_page.cc', | 319 'browser/interstitials/security_interstitial_page.cc', |
| 316 'browser/interstitials/security_interstitial_page.h', | 320 'browser/interstitials/security_interstitial_page.h', |
| 317 'browser/intranet_redirect_detector.cc', | 321 'browser/intranet_redirect_detector.cc', |
| 318 'browser/intranet_redirect_detector.h', | 322 'browser/intranet_redirect_detector.h', |
| (...skipping 3982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4301 '../components/components.gyp:rlz', | 4305 '../components/components.gyp:rlz', |
| 4302 '../components/components.gyp:search_engines', | 4306 '../components/components.gyp:search_engines', |
| 4303 '../rlz/rlz.gyp:rlz_lib', | 4307 '../rlz/rlz.gyp:rlz_lib', |
| 4304 'common', | 4308 'common', |
| 4305 ], | 4309 ], |
| 4306 }, | 4310 }, |
| 4307 ], | 4311 ], |
| 4308 }], | 4312 }], |
| 4309 ], | 4313 ], |
| 4310 } | 4314 } |
| OLD | NEW |