| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 '../extensions/common/matcher/url_matcher_constants.cc', | 87 '../extensions/common/matcher/url_matcher_constants.cc', |
| 88 '../extensions/common/matcher/url_matcher_constants.h', | 88 '../extensions/common/matcher/url_matcher_constants.h', |
| 89 '../extensions/common/matcher/url_matcher_factory.cc', | 89 '../extensions/common/matcher/url_matcher_factory.cc', |
| 90 '../extensions/common/matcher/url_matcher_factory.h', | 90 '../extensions/common/matcher/url_matcher_factory.h', |
| 91 '../extensions/common/matcher/url_matcher_helpers.cc', | 91 '../extensions/common/matcher/url_matcher_helpers.cc', |
| 92 '../extensions/common/matcher/url_matcher_helpers.h', | 92 '../extensions/common/matcher/url_matcher_helpers.h', |
| 93 '../extensions/common/url_pattern.cc', | 93 '../extensions/common/url_pattern.cc', |
| 94 '../extensions/common/url_pattern.h', | 94 '../extensions/common/url_pattern.h', |
| 95 '../extensions/common/url_pattern_set.cc', | 95 '../extensions/common/url_pattern_set.cc', |
| 96 '../extensions/common/url_pattern_set.h', | 96 '../extensions/common/url_pattern_set.h', |
| 97 '../extensions/common/view_type.cc', |
| 98 '../extensions/common/view_type.h', |
| 97 'common/all_messages.h', | 99 'common/all_messages.h', |
| 98 'common/attrition_experiments.h', | 100 'common/attrition_experiments.h', |
| 99 'common/auto_start_linux.cc', | 101 'common/auto_start_linux.cc', |
| 100 'common/auto_start_linux.h', | 102 'common/auto_start_linux.h', |
| 101 'common/automation_constants.cc', | 103 'common/automation_constants.cc', |
| 102 'common/automation_constants.h', | 104 'common/automation_constants.h', |
| 103 'common/automation_events.cc', | 105 'common/automation_events.cc', |
| 104 'common/automation_events.h', | 106 'common/automation_events.h', |
| 105 'common/automation_id.cc', | 107 'common/automation_id.cc', |
| 106 'common/automation_id.h', | 108 'common/automation_id.h', |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'common/startup_metric_utils.cc', | 394 'common/startup_metric_utils.cc', |
| 393 'common/startup_metric_utils.h', | 395 'common/startup_metric_utils.h', |
| 394 'common/switch_utils.cc', | 396 'common/switch_utils.cc', |
| 395 'common/switch_utils.h', | 397 'common/switch_utils.h', |
| 396 'common/thumbnail_score.cc', | 398 'common/thumbnail_score.cc', |
| 397 'common/thumbnail_score.h', | 399 'common/thumbnail_score.h', |
| 398 'common/time_format.cc', | 400 'common/time_format.cc', |
| 399 'common/time_format.h', | 401 'common/time_format.h', |
| 400 'common/url_constants.cc', | 402 'common/url_constants.cc', |
| 401 'common/url_constants.h', | 403 'common/url_constants.h', |
| 402 'common/view_type.cc', | |
| 403 'common/view_type.h', | |
| 404 'common/web_apps.cc', | 404 'common/web_apps.cc', |
| 405 'common/web_apps.h', | 405 'common/web_apps.h', |
| 406 'common/web_resource/web_resource_unpacker.cc', | 406 'common/web_resource/web_resource_unpacker.cc', |
| 407 'common/web_resource/web_resource_unpacker.h', | 407 'common/web_resource/web_resource_unpacker.h', |
| 408 'common/worker_thread_ticker.cc', | 408 'common/worker_thread_ticker.cc', |
| 409 'common/worker_thread_ticker.h', | 409 'common/worker_thread_ticker.h', |
| 410 'common/zip.cc', # Requires zlib directly. | 410 'common/zip.cc', # Requires zlib directly. |
| 411 'common/zip.h', | 411 'common/zip.h', |
| 412 'common/zip_internal.cc', | 412 'common/zip_internal.cc', |
| 413 'common/zip_internal.h', | 413 'common/zip_internal.h', |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 'common/metrics/proto/user_action_event.proto', | 738 'common/metrics/proto/user_action_event.proto', |
| 739 ], | 739 ], |
| 740 'variables': { | 740 'variables': { |
| 741 'proto_in_dir': 'common/metrics/proto', | 741 'proto_in_dir': 'common/metrics/proto', |
| 742 'proto_out_dir': 'chrome/common/metrics/proto', | 742 'proto_out_dir': 'chrome/common/metrics/proto', |
| 743 }, | 743 }, |
| 744 'includes': [ '../build/protoc.gypi' ], | 744 'includes': [ '../build/protoc.gypi' ], |
| 745 }, | 745 }, |
| 746 ], | 746 ], |
| 747 } | 747 } |
| OLD | NEW |