| 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 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1012 'browser/profiles/profile_avatar_icon_util.cc', | 1012 'browser/profiles/profile_avatar_icon_util.cc', |
| 1013 'browser/profiles/profile_avatar_icon_util.h', | 1013 'browser/profiles/profile_avatar_icon_util.h', |
| 1014 'browser/profiles/profile_io_data.cc', | 1014 'browser/profiles/profile_io_data.cc', |
| 1015 'browser/profiles/profile_io_data.h', | 1015 'browser/profiles/profile_io_data.h', |
| 1016 'browser/profiles/profile_list.h', | 1016 'browser/profiles/profile_list.h', |
| 1017 'browser/profiles/profile_manager.cc', | 1017 'browser/profiles/profile_manager.cc', |
| 1018 'browser/profiles/profile_manager.h', | 1018 'browser/profiles/profile_manager.h', |
| 1019 'browser/profiles/profile_metrics.cc', | 1019 'browser/profiles/profile_metrics.cc', |
| 1020 'browser/profiles/profile_metrics.h', | 1020 'browser/profiles/profile_metrics.h', |
| 1021 'browser/profiles/profile_metrics_list.h', | 1021 'browser/profiles/profile_metrics_list.h', |
| 1022 'browser/profiles/profile_metrics_mac.mm', |
| 1022 'browser/profiles/profile_shortcut_manager_win.cc', | 1023 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1023 'browser/profiles/profile_shortcut_manager_win.h', | 1024 'browser/profiles/profile_shortcut_manager_win.h', |
| 1024 'browser/profiles/profile_window.cc', | 1025 'browser/profiles/profile_window.cc', |
| 1025 'browser/profiles/profile_window.h', | 1026 'browser/profiles/profile_window.h', |
| 1026 'browser/profiles/profiles_state.cc', | 1027 'browser/profiles/profiles_state.cc', |
| 1027 'browser/profiles/profiles_state.h', | 1028 'browser/profiles/profiles_state.h', |
| 1028 'browser/profiles/startup_task_runner_service.cc', | 1029 'browser/profiles/startup_task_runner_service.cc', |
| 1029 'browser/profiles/startup_task_runner_service.h', | 1030 'browser/profiles/startup_task_runner_service.h', |
| 1030 'browser/profiles/startup_task_runner_service_factory.cc', | 1031 'browser/profiles/startup_task_runner_service_factory.cc', |
| 1031 'browser/profiles/startup_task_runner_service_factory.h', | 1032 'browser/profiles/startup_task_runner_service_factory.h', |
| (...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3600 'variables': { | 3601 'variables': { |
| 3601 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3602 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3602 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3603 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3603 }, | 3604 }, |
| 3604 'includes': [ '../build/protoc.gypi' ] | 3605 'includes': [ '../build/protoc.gypi' ] |
| 3605 }, | 3606 }, |
| 3606 ], | 3607 ], |
| 3607 },], | 3608 },], |
| 3608 ], | 3609 ], |
| 3609 } | 3610 } |
| OLD | NEW |