| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'browser/idle_mac.mm', | 384 'browser/idle_mac.mm', |
| 385 'browser/idle_win.cc', | 385 'browser/idle_win.cc', |
| 386 'browser/image_decoder.cc', | 386 'browser/image_decoder.cc', |
| 387 'browser/image_decoder.h', | 387 'browser/image_decoder.h', |
| 388 'browser/image_holder.cc', | 388 'browser/image_holder.cc', |
| 389 'browser/image_holder.h', | 389 'browser/image_holder.h', |
| 390 'browser/infobars/infobar_service.cc', | 390 'browser/infobars/infobar_service.cc', |
| 391 'browser/infobars/infobar_service.h', | 391 'browser/infobars/infobar_service.h', |
| 392 'browser/infobars/insecure_content_infobar_delegate.cc', | 392 'browser/infobars/insecure_content_infobar_delegate.cc', |
| 393 'browser/infobars/insecure_content_infobar_delegate.h', | 393 'browser/infobars/insecure_content_infobar_delegate.h', |
| 394 'browser/infobars/simple_alert_infobar_delegate.cc', | |
| 395 'browser/infobars/simple_alert_infobar_delegate.h', | |
| 396 'browser/install_verification/win/imported_module_verification.cc', | 394 'browser/install_verification/win/imported_module_verification.cc', |
| 397 'browser/install_verification/win/imported_module_verification.h', | 395 'browser/install_verification/win/imported_module_verification.h', |
| 398 'browser/install_verification/win/install_verification.cc', | 396 'browser/install_verification/win/install_verification.cc', |
| 399 'browser/install_verification/win/install_verification.h', | 397 'browser/install_verification/win/install_verification.h', |
| 400 'browser/install_verification/win/loaded_module_verification.cc', | 398 'browser/install_verification/win/loaded_module_verification.cc', |
| 401 'browser/install_verification/win/loaded_module_verification.h', | 399 'browser/install_verification/win/loaded_module_verification.h', |
| 402 'browser/install_verification/win/loaded_modules_snapshot.cc', | 400 'browser/install_verification/win/loaded_modules_snapshot.cc', |
| 403 'browser/install_verification/win/loaded_modules_snapshot.h', | 401 'browser/install_verification/win/loaded_modules_snapshot.h', |
| 404 'browser/install_verification/win/module_ids.cc', | 402 'browser/install_verification/win/module_ids.cc', |
| 405 'browser/install_verification/win/module_ids.h', | 403 'browser/install_verification/win/module_ids.h', |
| (...skipping 3350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3756 'variables': { | 3754 'variables': { |
| 3757 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3755 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3758 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3756 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3759 }, | 3757 }, |
| 3760 'includes': [ '../build/protoc.gypi' ] | 3758 'includes': [ '../build/protoc.gypi' ] |
| 3761 }, | 3759 }, |
| 3762 ], | 3760 ], |
| 3763 },], | 3761 },], |
| 3764 ], | 3762 ], |
| 3765 } | 3763 } |
| OLD | NEW |