| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'common/id_util.cc', | 105 'common/id_util.cc', |
| 106 'common/id_util.h', | 106 'common/id_util.h', |
| 107 'common/install_warning.cc', | 107 'common/install_warning.cc', |
| 108 'common/install_warning.h', | 108 'common/install_warning.h', |
| 109 'common/manifest.cc', | 109 'common/manifest.cc', |
| 110 'common/manifest.h', | 110 'common/manifest.h', |
| 111 'common/manifest_constants.cc', | 111 'common/manifest_constants.cc', |
| 112 'common/manifest_constants.h', | 112 'common/manifest_constants.h', |
| 113 'common/manifest_handler.cc', | 113 'common/manifest_handler.cc', |
| 114 'common/manifest_handler.h', | 114 'common/manifest_handler.h', |
| 115 'common/manifest_handler_helpers.cc', |
| 116 'common/manifest_handler_helpers.h', |
| 115 'common/manifest_handlers/background_info.cc', | 117 'common/manifest_handlers/background_info.cc', |
| 116 'common/manifest_handlers/background_info.h', | 118 'common/manifest_handlers/background_info.h', |
| 117 'common/manifest_handlers/csp_info.cc', | 119 'common/manifest_handlers/csp_info.cc', |
| 118 'common/manifest_handlers/csp_info.h', | 120 'common/manifest_handlers/csp_info.h', |
| 119 'common/manifest_handlers/incognito_info.cc', | 121 'common/manifest_handlers/incognito_info.cc', |
| 120 'common/manifest_handlers/incognito_info.h', | 122 'common/manifest_handlers/incognito_info.h', |
| 121 'common/manifest_handlers/kiosk_mode_info.cc', | 123 'common/manifest_handlers/kiosk_mode_info.cc', |
| 122 'common/manifest_handlers/kiosk_mode_info.h', | 124 'common/manifest_handlers/kiosk_mode_info.h', |
| 123 'common/manifest_handlers/offline_enabled_info.cc', | 125 'common/manifest_handlers/offline_enabled_info.cc', |
| 124 'common/manifest_handlers/offline_enabled_info.h', | 126 'common/manifest_handlers/offline_enabled_info.h', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'common/one_shot_event_unittest.cc', | 468 'common/one_shot_event_unittest.cc', |
| 467 'common/permissions/api_permission_set_unittest.cc', | 469 'common/permissions/api_permission_set_unittest.cc', |
| 468 'common/permissions/manifest_permission_set_unittest.cc', | 470 'common/permissions/manifest_permission_set_unittest.cc', |
| 469 'common/url_pattern_set_unittest.cc', | 471 'common/url_pattern_set_unittest.cc', |
| 470 'common/url_pattern_unittest.cc', | 472 'common/url_pattern_unittest.cc', |
| 471 'common/user_script_unittest.cc', | 473 'common/user_script_unittest.cc', |
| 472 ], | 474 ], |
| 473 }, | 475 }, |
| 474 ] | 476 ] |
| 475 } | 477 } |
| OLD | NEW |