| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'common/extensions/features/feature_channel.cc', | 172 'common/extensions/features/feature_channel.cc', |
| 173 'common/extensions/features/feature_channel.h', | 173 'common/extensions/features/feature_channel.h', |
| 174 'common/extensions/manifest_handlers/app_isolation_info.cc', | 174 'common/extensions/manifest_handlers/app_isolation_info.cc', |
| 175 'common/extensions/manifest_handlers/app_isolation_info.h', | 175 'common/extensions/manifest_handlers/app_isolation_info.h', |
| 176 'common/extensions/manifest_handlers/app_launch_info.cc', | 176 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 177 'common/extensions/manifest_handlers/app_launch_info.h', | 177 'common/extensions/manifest_handlers/app_launch_info.h', |
| 178 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 178 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 179 'common/extensions/manifest_handlers/content_scripts_handler.h', | 179 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 180 'common/extensions/manifest_handlers/externally_connectable.cc', | 180 'common/extensions/manifest_handlers/externally_connectable.cc', |
| 181 'common/extensions/manifest_handlers/externally_connectable.h', | 181 'common/extensions/manifest_handlers/externally_connectable.h', |
| 182 'common/extensions/manifest_handlers/icons_handler.cc', | |
| 183 'common/extensions/manifest_handlers/icons_handler.h', | |
| 184 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | 182 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
| 185 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | 183 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
| 186 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | 184 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |
| 187 'common/extensions/manifest_handlers/nacl_modules_handler.h', | 185 'common/extensions/manifest_handlers/nacl_modules_handler.h', |
| 188 'common/extensions/manifest_handlers/settings_overrides_handler.cc', | 186 'common/extensions/manifest_handlers/settings_overrides_handler.cc', |
| 189 'common/extensions/manifest_handlers/settings_overrides_handler.h', | 187 'common/extensions/manifest_handlers/settings_overrides_handler.h', |
| 190 'common/extensions/manifest_handlers/theme_handler.cc', | 188 'common/extensions/manifest_handlers/theme_handler.cc', |
| 191 'common/extensions/manifest_handlers/theme_handler.h', | 189 'common/extensions/manifest_handlers/theme_handler.h', |
| 192 'common/extensions/manifest_handlers/ui_overrides_handler.cc', | 190 'common/extensions/manifest_handlers/ui_overrides_handler.cc', |
| 193 'common/extensions/manifest_handlers/ui_overrides_handler.h', | 191 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 'common/metrics/proto/user_action_event.proto', | 699 'common/metrics/proto/user_action_event.proto', |
| 702 ], | 700 ], |
| 703 'variables': { | 701 'variables': { |
| 704 'proto_in_dir': 'common/metrics/proto', | 702 'proto_in_dir': 'common/metrics/proto', |
| 705 'proto_out_dir': 'chrome/common/metrics/proto', | 703 'proto_out_dir': 'chrome/common/metrics/proto', |
| 706 }, | 704 }, |
| 707 'includes': [ '../build/protoc.gypi' ], | 705 'includes': [ '../build/protoc.gypi' ], |
| 708 }, | 706 }, |
| 709 ], | 707 ], |
| 710 } | 708 } |
| OLD | NEW |