| 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 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2129 'browser/media_galleries/win/snapshot_file_details.h', | 2129 'browser/media_galleries/win/snapshot_file_details.h', |
| 2130 'browser/net/firefox_proxy_settings.cc', | 2130 'browser/net/firefox_proxy_settings.cc', |
| 2131 'browser/net/firefox_proxy_settings.h', | 2131 'browser/net/firefox_proxy_settings.h', |
| 2132 'browser/net/predictor_tab_helper.cc', | 2132 'browser/net/predictor_tab_helper.cc', |
| 2133 'browser/net/predictor_tab_helper.h', | 2133 'browser/net/predictor_tab_helper.h', |
| 2134 'browser/process_singleton_modal_dialog_lock.cc', | 2134 'browser/process_singleton_modal_dialog_lock.cc', |
| 2135 'browser/process_singleton_modal_dialog_lock.h', | 2135 'browser/process_singleton_modal_dialog_lock.h', |
| 2136 'browser/process_singleton_posix.cc', | 2136 'browser/process_singleton_posix.cc', |
| 2137 'browser/process_singleton_startup_lock.cc', | 2137 'browser/process_singleton_startup_lock.cc', |
| 2138 'browser/process_singleton_startup_lock.h', | 2138 'browser/process_singleton_startup_lock.h', |
| 2139 'browser/profile_resetter/automatic_profile_resetter.cc', |
| 2140 'browser/profile_resetter/automatic_profile_resetter_delegate.cc', |
| 2141 'browser/profile_resetter/automatic_profile_resetter_delegate.h', |
| 2142 'browser/profile_resetter/automatic_profile_resetter_factory.cc', |
| 2143 'browser/profile_resetter/automatic_profile_resetter_factory.h', |
| 2144 'browser/profile_resetter/automatic_profile_resetter.h', |
| 2145 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', |
| 2146 'browser/profile_resetter/automatic_profile_resetter_mementos.h', |
| 2139 'browser/profile_resetter/brandcode_config_fetcher.cc', | 2147 'browser/profile_resetter/brandcode_config_fetcher.cc', |
| 2140 'browser/profile_resetter/brandcode_config_fetcher.h', | 2148 'browser/profile_resetter/brandcode_config_fetcher.h', |
| 2141 'browser/profile_resetter/brandcoded_default_settings.cc', | 2149 'browser/profile_resetter/brandcoded_default_settings.cc', |
| 2142 'browser/profile_resetter/brandcoded_default_settings.h', | 2150 'browser/profile_resetter/brandcoded_default_settings.h', |
| 2151 'browser/profile_resetter/jtl_foundation.cc', |
| 2152 'browser/profile_resetter/jtl_foundation.h', |
| 2153 'browser/profile_resetter/jtl_instructions.h', |
| 2154 'browser/profile_resetter/jtl_interpreter.cc', |
| 2155 'browser/profile_resetter/jtl_interpreter.h', |
| 2156 'browser/profile_resetter/profile_reset_global_error.cc', |
| 2157 'browser/profile_resetter/profile_reset_global_error.h', |
| 2143 'browser/profile_resetter/profile_resetter.cc', | 2158 'browser/profile_resetter/profile_resetter.cc', |
| 2144 'browser/profile_resetter/profile_resetter.h', | 2159 'browser/profile_resetter/profile_resetter.h', |
| 2145 'browser/profile_resetter/resettable_settings_snapshot.cc', | 2160 'browser/profile_resetter/resettable_settings_snapshot.cc', |
| 2146 'browser/profile_resetter/resettable_settings_snapshot.h', | 2161 'browser/profile_resetter/resettable_settings_snapshot.h', |
| 2147 'browser/profiles/profile_shortcut_manager.cc', | 2162 'browser/profiles/profile_shortcut_manager.cc', |
| 2148 'browser/profiles/profile_shortcut_manager.h', | 2163 'browser/profiles/profile_shortcut_manager.h', |
| 2149 'browser/renderer_context_menu/render_view_context_menu.cc', | 2164 'browser/renderer_context_menu/render_view_context_menu.cc', |
| 2150 'browser/renderer_context_menu/render_view_context_menu.h', | 2165 'browser/renderer_context_menu/render_view_context_menu.h', |
| 2151 'browser/renderer_context_menu/spelling_bubble_model.cc', | 2166 'browser/renderer_context_menu/spelling_bubble_model.cc', |
| 2152 'browser/renderer_context_menu/spelling_bubble_model.h', | 2167 'browser/renderer_context_menu/spelling_bubble_model.h', |
| (...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3572 'variables': { | 3587 'variables': { |
| 3573 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3588 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3589 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3575 }, | 3590 }, |
| 3576 'includes': [ '../build/protoc.gypi' ] | 3591 'includes': [ '../build/protoc.gypi' ] |
| 3577 }, | 3592 }, |
| 3578 ], | 3593 ], |
| 3579 },], | 3594 },], |
| 3580 ], | 3595 ], |
| 3581 } | 3596 } |
| OLD | NEW |