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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'common/extensions/user_script.cc', | 278 'common/extensions/user_script.cc', |
279 'common/extensions/user_script.h', | 279 'common/extensions/user_script.h', |
280 'common/extensions/value_counter.cc', | 280 'common/extensions/value_counter.cc', |
281 'common/extensions/value_counter.h', | 281 'common/extensions/value_counter.h', |
282 'common/extensions/web_accessible_resources_handler.cc', | 282 'common/extensions/web_accessible_resources_handler.cc', |
283 'common/extensions/web_accessible_resources_handler.h', | 283 'common/extensions/web_accessible_resources_handler.h', |
284 'common/external_ipc_fuzzer.h', | 284 'common/external_ipc_fuzzer.h', |
285 'common/external_ipc_fuzzer.cc', | 285 'common/external_ipc_fuzzer.cc', |
286 'common/icon_with_badge_image_source.cc', | 286 'common/icon_with_badge_image_source.cc', |
287 'common/icon_with_badge_image_source.h', | 287 'common/icon_with_badge_image_source.h', |
| 288 'common/instant_restricted_id_cache.h', |
288 'common/instant_types.cc', | 289 'common/instant_types.cc', |
289 'common/instant_types.h', | 290 'common/instant_types.h', |
290 'common/json_schema/json_schema_constants.cc', | 291 'common/json_schema/json_schema_constants.cc', |
291 'common/json_schema/json_schema_constants.h', | 292 'common/json_schema/json_schema_constants.h', |
292 'common/json_schema/json_schema_validator.cc', | 293 'common/json_schema/json_schema_validator.cc', |
293 'common/json_schema/json_schema_validator.h', | 294 'common/json_schema/json_schema_validator.h', |
294 'common/localized_error.cc', | 295 'common/localized_error.cc', |
295 'common/localized_error.h', | 296 'common/localized_error.h', |
296 'common/logging_chrome.cc', | 297 'common/logging_chrome.cc', |
297 'common/logging_chrome.h', | 298 'common/logging_chrome.h', |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'common/metrics/proto/user_action_event.proto', | 712 'common/metrics/proto/user_action_event.proto', |
712 ], | 713 ], |
713 'variables': { | 714 'variables': { |
714 'proto_in_dir': 'common/metrics/proto', | 715 'proto_in_dir': 'common/metrics/proto', |
715 'proto_out_dir': 'chrome/common/metrics/proto', | 716 'proto_out_dir': 'chrome/common/metrics/proto', |
716 }, | 717 }, |
717 'includes': [ '../build/protoc.gypi' ], | 718 'includes': [ '../build/protoc.gypi' ], |
718 }, | 719 }, |
719 ], | 720 ], |
720 } | 721 } |
OLD | NEW |