| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 'browser/icon_manager.cc', | 288 'browser/icon_manager.cc', |
| 289 'browser/icon_manager.h', | 289 'browser/icon_manager.h', |
| 290 'browser/image_decoder.cc', | 290 'browser/image_decoder.cc', |
| 291 'browser/image_decoder.h', | 291 'browser/image_decoder.h', |
| 292 'browser/image_holder.cc', | 292 'browser/image_holder.cc', |
| 293 'browser/image_holder.h', | 293 'browser/image_holder.h', |
| 294 'browser/infobars/infobar_responder.cc', | 294 'browser/infobars/infobar_responder.cc', |
| 295 'browser/infobars/infobar_responder.h', | 295 'browser/infobars/infobar_responder.h', |
| 296 'browser/infobars/infobar_service.cc', | 296 'browser/infobars/infobar_service.cc', |
| 297 'browser/infobars/infobar_service.h', | 297 'browser/infobars/infobar_service.h', |
| 298 'browser/infobars/insecure_content_infobar_delegate.cc', | |
| 299 'browser/infobars/insecure_content_infobar_delegate.h', | |
| 300 'browser/install_verification/win/install_verification.cc', | 298 'browser/install_verification/win/install_verification.cc', |
| 301 'browser/install_verification/win/install_verification.h', | 299 'browser/install_verification/win/install_verification.h', |
| 302 'browser/install_verification/win/loaded_module_verification.cc', | 300 'browser/install_verification/win/loaded_module_verification.cc', |
| 303 'browser/install_verification/win/loaded_module_verification.h', | 301 'browser/install_verification/win/loaded_module_verification.h', |
| 304 'browser/install_verification/win/module_ids.cc', | 302 'browser/install_verification/win/module_ids.cc', |
| 305 'browser/install_verification/win/module_ids.h', | 303 'browser/install_verification/win/module_ids.h', |
| 306 'browser/install_verification/win/module_info.h', | 304 'browser/install_verification/win/module_info.h', |
| 307 'browser/install_verification/win/module_list.cc', | 305 'browser/install_verification/win/module_list.cc', |
| 308 'browser/install_verification/win/module_list.h', | 306 'browser/install_verification/win/module_list.h', |
| 309 'browser/install_verification/win/module_verification_common.cc', | 307 'browser/install_verification/win/module_verification_common.cc', |
| (...skipping 4021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4331 '../components/components.gyp:rlz', | 4329 '../components/components.gyp:rlz', |
| 4332 '../components/components.gyp:search_engines', | 4330 '../components/components.gyp:search_engines', |
| 4333 '../rlz/rlz.gyp:rlz_lib', | 4331 '../rlz/rlz.gyp:rlz_lib', |
| 4334 'common', | 4332 'common', |
| 4335 ], | 4333 ], |
| 4336 }, | 4334 }, |
| 4337 ], | 4335 ], |
| 4338 }], | 4336 }], |
| 4339 ], | 4337 ], |
| 4340 } | 4338 } |
| OLD | NEW |