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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 'browser/experimental_flags.h', | 125 'browser/experimental_flags.h', |
126 'browser/experimental_flags.mm', | 126 'browser/experimental_flags.mm', |
127 'browser/find_in_page/find_in_page_controller.h', | 127 'browser/find_in_page/find_in_page_controller.h', |
128 'browser/find_in_page/find_in_page_controller.mm', | 128 'browser/find_in_page/find_in_page_controller.mm', |
129 'browser/find_in_page/find_in_page_model.h', | 129 'browser/find_in_page/find_in_page_model.h', |
130 'browser/find_in_page/find_in_page_model.mm', | 130 'browser/find_in_page/find_in_page_model.mm', |
131 'browser/find_in_page/js_findinpage_manager.h', | 131 'browser/find_in_page/js_findinpage_manager.h', |
132 'browser/find_in_page/js_findinpage_manager.mm', | 132 'browser/find_in_page/js_findinpage_manager.mm', |
133 'browser/first_run/first_run.h', | 133 'browser/first_run/first_run.h', |
134 'browser/first_run/first_run.mm', | 134 'browser/first_run/first_run.mm', |
| 135 'browser/first_run/first_run_configuration.h', |
| 136 'browser/first_run/first_run_configuration.mm', |
| 137 'browser/first_run/first_run_metrics.h', |
135 'browser/geolocation/CLLocation+OmniboxGeolocation.h', | 138 'browser/geolocation/CLLocation+OmniboxGeolocation.h', |
136 'browser/geolocation/CLLocation+OmniboxGeolocation.mm', | 139 'browser/geolocation/CLLocation+OmniboxGeolocation.mm', |
137 'browser/geolocation/CLLocation+XGeoHeader.h', | 140 'browser/geolocation/CLLocation+XGeoHeader.h', |
138 'browser/geolocation/CLLocation+XGeoHeader.mm', | 141 'browser/geolocation/CLLocation+XGeoHeader.mm', |
139 'browser/geolocation/location_manager.h', | 142 'browser/geolocation/location_manager.h', |
140 'browser/geolocation/location_manager.mm', | 143 'browser/geolocation/location_manager.mm', |
141 'browser/geolocation/omnibox_geolocation_config.h', | 144 'browser/geolocation/omnibox_geolocation_config.h', |
142 'browser/geolocation/omnibox_geolocation_config.mm', | 145 'browser/geolocation/omnibox_geolocation_config.mm', |
143 'browser/infobars/confirm_infobar_controller.h', | 146 'browser/infobars/confirm_infobar_controller.h', |
144 'browser/infobars/confirm_infobar_controller.mm', | 147 'browser/infobars/confirm_infobar_controller.mm', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 '../../ios/web/js_compile.gypi', | 299 '../../ios/web/js_compile.gypi', |
297 ], | 300 ], |
298 'link_settings': { | 301 'link_settings': { |
299 'mac_bundle_resources': [ | 302 'mac_bundle_resources': [ |
300 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 303 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
301 ], | 304 ], |
302 }, | 305 }, |
303 }, | 306 }, |
304 ], | 307 ], |
305 } | 308 } |
OLD | NEW |