| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'browser/browser_state/browser_state_info_cache.cc', | 175 'browser/browser_state/browser_state_info_cache.cc', |
| 176 'browser/browser_state/browser_state_info_cache.h', | 176 'browser/browser_state/browser_state_info_cache.h', |
| 177 'browser/browser_state/browser_state_info_cache_observer.h', | 177 'browser/browser_state/browser_state_info_cache_observer.h', |
| 178 'browser/browser_state/browser_state_keyed_service_factories.h', | 178 'browser/browser_state/browser_state_keyed_service_factories.h', |
| 179 'browser/browser_state/browser_state_keyed_service_factories.mm', | 179 'browser/browser_state/browser_state_keyed_service_factories.mm', |
| 180 'browser/browser_state/browser_state_otr_helper.cc', | 180 'browser/browser_state/browser_state_otr_helper.cc', |
| 181 'browser/browser_state/browser_state_otr_helper.h', | 181 'browser/browser_state/browser_state_otr_helper.h', |
| 182 'browser/browser_state_metrics/browser_state_metrics.cc', | 182 'browser/browser_state_metrics/browser_state_metrics.cc', |
| 183 'browser/browser_state_metrics/browser_state_metrics.h', | 183 'browser/browser_state_metrics/browser_state_metrics.h', |
| 184 'browser/browsing_data_change_listening.h', | 184 'browser/browsing_data_change_listening.h', |
| 185 'browser/chrome_constants.cc', |
| 186 'browser/chrome_constants.h', |
| 185 'browser/chrome_paths.h', | 187 'browser/chrome_paths.h', |
| 186 'browser/chrome_paths.mm', | 188 'browser/chrome_paths.mm', |
| 187 'browser/chrome_paths_internal.h', | 189 'browser/chrome_paths_internal.h', |
| 188 'browser/chrome_switches.cc', | 190 'browser/chrome_switches.cc', |
| 189 'browser/chrome_switches.h', | 191 'browser/chrome_switches.h', |
| 190 'browser/chrome_url_constants.cc', | 192 'browser/chrome_url_constants.cc', |
| 191 'browser/chrome_url_constants.h', | 193 'browser/chrome_url_constants.h', |
| 192 'browser/chrome_url_util.h', | 194 'browser/chrome_url_util.h', |
| 193 'browser/chrome_url_util.mm', | 195 'browser/chrome_url_util.mm', |
| 194 'browser/component_updater/ios_component_updater_configurator.cc', | 196 'browser/component_updater/ios_component_updater_configurator.cc', |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 '../../components/components.gyp:omnibox_browser', | 660 '../../components/components.gyp:omnibox_browser', |
| 659 '../../components/components.gyp:rlz', | 661 '../../components/components.gyp:rlz', |
| 660 '../../components/components.gyp:search_engines', | 662 '../../components/components.gyp:search_engines', |
| 661 '../../rlz/rlz.gyp:rlz_lib', | 663 '../../rlz/rlz.gyp:rlz_lib', |
| 662 ], | 664 ], |
| 663 }, | 665 }, |
| 664 ], | 666 ], |
| 665 }], | 667 }], |
| 666 ], | 668 ], |
| 667 } | 669 } |
| OLD | NEW |