| 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 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1526 'browser/sync_file_system/sync_process_runner.h', | 1526 'browser/sync_file_system/sync_process_runner.h', |
| 1527 'browser/sync_file_system/sync_service_state.h', | 1527 'browser/sync_file_system/sync_service_state.h', |
| 1528 'browser/sync_file_system/sync_status_code.cc', | 1528 'browser/sync_file_system/sync_status_code.cc', |
| 1529 'browser/sync_file_system/sync_status_code.h', | 1529 'browser/sync_file_system/sync_status_code.h', |
| 1530 'browser/sync_file_system/syncable_file_system_util.cc', | 1530 'browser/sync_file_system/syncable_file_system_util.cc', |
| 1531 'browser/sync_file_system/syncable_file_system_util.h', | 1531 'browser/sync_file_system/syncable_file_system_util.h', |
| 1532 'browser/sync_file_system/task_logger.cc', | 1532 'browser/sync_file_system/task_logger.cc', |
| 1533 'browser/sync_file_system/task_logger.h', | 1533 'browser/sync_file_system/task_logger.h', |
| 1534 ], | 1534 ], |
| 1535 'chrome_browser_favicon_sources': [ | 1535 'chrome_browser_favicon_sources': [ |
| 1536 'browser/favicon/chrome_fallback_icon_client.cc', |
| 1537 'browser/favicon/chrome_fallback_icon_client.h', |
| 1538 'browser/favicon/chrome_fallback_icon_client_factory.cc', |
| 1539 'browser/favicon/chrome_fallback_icon_client_factory.h', |
| 1536 'browser/favicon/chrome_favicon_client.cc', | 1540 'browser/favicon/chrome_favicon_client.cc', |
| 1537 'browser/favicon/chrome_favicon_client.h', | 1541 'browser/favicon/chrome_favicon_client.h', |
| 1538 'browser/favicon/chrome_favicon_client_factory.cc', | 1542 'browser/favicon/chrome_favicon_client_factory.cc', |
| 1539 'browser/favicon/chrome_favicon_client_factory.h', | 1543 'browser/favicon/chrome_favicon_client_factory.h', |
| 1544 'browser/favicon/fallback_icon_service_factory.cc', |
| 1545 'browser/favicon/fallback_icon_service_factory.h', |
| 1540 'browser/favicon/favicon_service_factory.cc', | 1546 'browser/favicon/favicon_service_factory.cc', |
| 1541 'browser/favicon/favicon_service_factory.h', | 1547 'browser/favicon/favicon_service_factory.h', |
| 1542 'browser/favicon/favicon_tab_helper.cc', | 1548 'browser/favicon/favicon_tab_helper.cc', |
| 1543 'browser/favicon/favicon_tab_helper.h', | 1549 'browser/favicon/favicon_tab_helper.h', |
| 1544 ], | 1550 ], |
| 1545 'chrome_browser_gnome_keyring_sources': [ | 1551 'chrome_browser_gnome_keyring_sources': [ |
| 1546 'browser/password_manager/native_backend_gnome_x.cc', | 1552 'browser/password_manager/native_backend_gnome_x.cc', |
| 1547 'browser/password_manager/native_backend_gnome_x.h', | 1553 'browser/password_manager/native_backend_gnome_x.h', |
| 1548 ], | 1554 ], |
| 1549 'chrome_browser_libsecret_sources': [ | 1555 'chrome_browser_libsecret_sources': [ |
| (...skipping 2223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3773 'variables': { | 3779 'variables': { |
| 3774 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3780 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3775 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3781 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3776 }, | 3782 }, |
| 3777 'includes': [ '../build/protoc.gypi' ] | 3783 'includes': [ '../build/protoc.gypi' ] |
| 3778 }, | 3784 }, |
| 3779 ], | 3785 ], |
| 3780 },], | 3786 },], |
| 3781 ], | 3787 ], |
| 3782 } | 3788 } |
| OLD | NEW |