| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'browser/android/provider/bookmark_model_observer_task.cc', | 142 'browser/android/provider/bookmark_model_observer_task.cc', |
| 143 'browser/android/provider/bookmark_model_observer_task.h', | 143 'browser/android/provider/bookmark_model_observer_task.h', |
| 144 'browser/android/provider/chrome_browser_provider.cc', | 144 'browser/android/provider/chrome_browser_provider.cc', |
| 145 'browser/android/provider/chrome_browser_provider.h', | 145 'browser/android/provider/chrome_browser_provider.h', |
| 146 'browser/android/provider/run_on_ui_thread_blocking.h', | 146 'browser/android/provider/run_on_ui_thread_blocking.h', |
| 147 'browser/android/recently_closed_tabs_bridge.cc', | 147 'browser/android/recently_closed_tabs_bridge.cc', |
| 148 'browser/android/recently_closed_tabs_bridge.h', | 148 'browser/android/recently_closed_tabs_bridge.h', |
| 149 'browser/android/resource_id.h', | 149 'browser/android/resource_id.h', |
| 150 'browser/android/resource_mapper.cc', | 150 'browser/android/resource_mapper.cc', |
| 151 'browser/android/resource_mapper.h', | 151 'browser/android/resource_mapper.h', |
| 152 'browser/android/seccomp_support_detector.cc', |
| 153 'browser/android/seccomp_support_detector.h', |
| 152 'browser/android/service_tab_launcher.cc', | 154 'browser/android/service_tab_launcher.cc', |
| 153 'browser/android/service_tab_launcher.h', | 155 'browser/android/service_tab_launcher.h', |
| 154 'browser/android/shortcut_helper.cc', | 156 'browser/android/shortcut_helper.cc', |
| 155 'browser/android/shortcut_helper.h', | 157 'browser/android/shortcut_helper.h', |
| 156 'browser/android/shortcut_info.cc', | 158 'browser/android/shortcut_info.cc', |
| 157 'browser/android/shortcut_info.h', | 159 'browser/android/shortcut_info.h', |
| 158 'browser/android/signin/account_management_screen_helper.cc', | 160 'browser/android/signin/account_management_screen_helper.cc', |
| 159 'browser/android/signin/account_management_screen_helper.h', | 161 'browser/android/signin/account_management_screen_helper.h', |
| 160 'browser/android/signin/signin_manager_android.cc', | 162 'browser/android/signin/signin_manager_android.cc', |
| 161 'browser/android/signin/signin_manager_android.h', | 163 'browser/android/signin/signin_manager_android.h', |
| (...skipping 3600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3762 'variables': { | 3764 'variables': { |
| 3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3765 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3766 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3765 }, | 3767 }, |
| 3766 'includes': [ '../build/protoc.gypi' ] | 3768 'includes': [ '../build/protoc.gypi' ] |
| 3767 }, | 3769 }, |
| 3768 ], | 3770 ], |
| 3769 },], | 3771 },], |
| 3770 ], | 3772 ], |
| 3771 } | 3773 } |
| OLD | NEW |