| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'browser/install_verification/win/install_verification.h', | 293 'browser/install_verification/win/install_verification.h', |
| 294 'browser/install_verification/win/loaded_module_verification.cc', | 294 'browser/install_verification/win/loaded_module_verification.cc', |
| 295 'browser/install_verification/win/loaded_module_verification.h', | 295 'browser/install_verification/win/loaded_module_verification.h', |
| 296 'browser/install_verification/win/module_ids.cc', | 296 'browser/install_verification/win/module_ids.cc', |
| 297 'browser/install_verification/win/module_ids.h', | 297 'browser/install_verification/win/module_ids.h', |
| 298 'browser/install_verification/win/module_info.h', | 298 'browser/install_verification/win/module_info.h', |
| 299 'browser/install_verification/win/module_list.cc', | 299 'browser/install_verification/win/module_list.cc', |
| 300 'browser/install_verification/win/module_list.h', | 300 'browser/install_verification/win/module_list.h', |
| 301 'browser/install_verification/win/module_verification_common.cc', | 301 'browser/install_verification/win/module_verification_common.cc', |
| 302 'browser/install_verification/win/module_verification_common.h', | 302 'browser/install_verification/win/module_verification_common.h', |
| 303 'browser/installable/installable_logging.cc', |
| 304 'browser/installable/installable_logging.h', |
| 305 'browser/installable/installable_manager.cc', |
| 306 'browser/installable/installable_manager.h', |
| 307 'browser/installable/installable_property.cc', |
| 308 'browser/installable/installable_property.h', |
| 303 'browser/internal_auth.cc', | 309 'browser/internal_auth.cc', |
| 304 'browser/internal_auth.h', | 310 'browser/internal_auth.h', |
| 305 'browser/interstitials/chrome_controller_client.cc', | 311 'browser/interstitials/chrome_controller_client.cc', |
| 306 'browser/interstitials/chrome_controller_client.h', | 312 'browser/interstitials/chrome_controller_client.h', |
| 307 'browser/interstitials/chrome_metrics_helper.cc', | 313 'browser/interstitials/chrome_metrics_helper.cc', |
| 308 'browser/interstitials/chrome_metrics_helper.h', | 314 'browser/interstitials/chrome_metrics_helper.h', |
| 309 'browser/interstitials/security_interstitial_page.cc', | 315 'browser/interstitials/security_interstitial_page.cc', |
| 310 'browser/interstitials/security_interstitial_page.h', | 316 'browser/interstitials/security_interstitial_page.h', |
| 311 'browser/intranet_redirect_detector.cc', | 317 'browser/intranet_redirect_detector.cc', |
| 312 'browser/intranet_redirect_detector.h', | 318 'browser/intranet_redirect_detector.h', |
| (...skipping 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4344 '../components/components.gyp:rlz', | 4350 '../components/components.gyp:rlz', |
| 4345 '../components/components.gyp:search_engines', | 4351 '../components/components.gyp:search_engines', |
| 4346 '../rlz/rlz.gyp:rlz_lib', | 4352 '../rlz/rlz.gyp:rlz_lib', |
| 4347 'common', | 4353 'common', |
| 4348 ], | 4354 ], |
| 4349 }, | 4355 }, |
| 4350 ], | 4356 ], |
| 4351 }], | 4357 }], |
| 4352 ], | 4358 ], |
| 4353 } | 4359 } |
| OLD | NEW |