| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'browser/chrome_url_constants.cc', | 165 'browser/chrome_url_constants.cc', |
| 166 'browser/chrome_url_constants.h', | 166 'browser/chrome_url_constants.h', |
| 167 'browser/chrome_url_util.h', | 167 'browser/chrome_url_util.h', |
| 168 'browser/chrome_url_util.mm', | 168 'browser/chrome_url_util.mm', |
| 169 'browser/content_settings/cookie_settings_factory.cc', | 169 'browser/content_settings/cookie_settings_factory.cc', |
| 170 'browser/content_settings/cookie_settings_factory.h', | 170 'browser/content_settings/cookie_settings_factory.h', |
| 171 'browser/crash_loop_detection_util.h', | 171 'browser/crash_loop_detection_util.h', |
| 172 'browser/crash_loop_detection_util.mm', | 172 'browser/crash_loop_detection_util.mm', |
| 173 'browser/crash_report/breakpad_helper.h', | 173 'browser/crash_report/breakpad_helper.h', |
| 174 'browser/crash_report/breakpad_helper.mm', | 174 'browser/crash_report/breakpad_helper.mm', |
| 175 'browser/crash_report/crash_keys.cc', |
| 176 'browser/crash_report/crash_keys.h', |
| 175 'browser/crash_report/crash_report_background_uploader.h', | 177 'browser/crash_report/crash_report_background_uploader.h', |
| 176 'browser/crash_report/crash_report_background_uploader.mm', | 178 'browser/crash_report/crash_report_background_uploader.mm', |
| 177 'browser/crash_report/crash_report_multi_parameter.h', | 179 'browser/crash_report/crash_report_multi_parameter.h', |
| 178 'browser/crash_report/crash_report_multi_parameter.mm', | 180 'browser/crash_report/crash_report_multi_parameter.mm', |
| 179 'browser/crash_report/crash_report_user_application_state.h', | 181 'browser/crash_report/crash_report_user_application_state.h', |
| 180 'browser/crash_report/crash_report_user_application_state.mm', | 182 'browser/crash_report/crash_report_user_application_state.mm', |
| 181 'browser/crash_report/crash_upload_list.cc', | 183 'browser/crash_report/crash_upload_list.cc', |
| 182 'browser/crash_report/crash_upload_list.h', | 184 'browser/crash_report/crash_upload_list.h', |
| 183 'browser/dom_distiller/distiller_viewer.cc', | 185 'browser/dom_distiller/distiller_viewer.cc', |
| 184 'browser/dom_distiller/distiller_viewer.h', | 186 'browser/dom_distiller/distiller_viewer.h', |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 '../../components/components.gyp:omnibox_browser', | 547 '../../components/components.gyp:omnibox_browser', |
| 546 '../../components/components.gyp:rlz', | 548 '../../components/components.gyp:rlz', |
| 547 '../../components/components.gyp:search_engines', | 549 '../../components/components.gyp:search_engines', |
| 548 '../../rlz/rlz.gyp:rlz_lib', | 550 '../../rlz/rlz.gyp:rlz_lib', |
| 549 ], | 551 ], |
| 550 }, | 552 }, |
| 551 ], | 553 ], |
| 552 }], | 554 }], |
| 553 ], | 555 ], |
| 554 } | 556 } |
| OLD | NEW |