| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'common/event_filter.h', | 57 'common/event_filter.h', |
| 58 'common/event_filtering_info.cc', | 58 'common/event_filtering_info.cc', |
| 59 'common/event_filtering_info.h', | 59 'common/event_filtering_info.h', |
| 60 'common/event_matcher.cc', | 60 'common/event_matcher.cc', |
| 61 'common/event_matcher.h', | 61 'common/event_matcher.h', |
| 62 'common/extension.cc', | 62 'common/extension.cc', |
| 63 'common/extension.h', | 63 'common/extension.h', |
| 64 'common/extension_api.cc', | 64 'common/extension_api.cc', |
| 65 'common/extension_api.h', | 65 'common/extension_api.h', |
| 66 'common/extension_api_stub.cc', | 66 'common/extension_api_stub.cc', |
| 67 'common/extension_icon_set.cc', |
| 68 'common/extension_icon_set.h', |
| 67 'common/extension_message_generator.cc', | 69 'common/extension_message_generator.cc', |
| 68 'common/extension_message_generator.h', | 70 'common/extension_message_generator.h', |
| 69 'common/extension_messages.cc', | 71 'common/extension_messages.cc', |
| 70 'common/extension_messages.h', | 72 'common/extension_messages.h', |
| 71 'common/extension_paths.cc', | 73 'common/extension_paths.cc', |
| 72 'common/extension_paths.h', | 74 'common/extension_paths.h', |
| 73 'common/extension_resource.cc', | 75 'common/extension_resource.cc', |
| 74 'common/extension_resource.h', | 76 'common/extension_resource.h', |
| 75 'common/extension_set.cc', | 77 'common/extension_set.cc', |
| 76 'common/extension_set.h', | 78 'common/extension_set.h', |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 'common/one_shot_event_unittest.cc', | 466 'common/one_shot_event_unittest.cc', |
| 465 'common/permissions/api_permission_set_unittest.cc', | 467 'common/permissions/api_permission_set_unittest.cc', |
| 466 'common/permissions/manifest_permission_set_unittest.cc', | 468 'common/permissions/manifest_permission_set_unittest.cc', |
| 467 'common/url_pattern_set_unittest.cc', | 469 'common/url_pattern_set_unittest.cc', |
| 468 'common/url_pattern_unittest.cc', | 470 'common/url_pattern_unittest.cc', |
| 469 'common/user_script_unittest.cc', | 471 'common/user_script_unittest.cc', |
| 470 ], | 472 ], |
| 471 }, | 473 }, |
| 472 ] | 474 ] |
| 473 } | 475 } |
| OLD | NEW |