| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'common/service_process_util_posix.cc', | 289 'common/service_process_util_posix.cc', |
| 290 'common/service_process_util_posix.h', | 290 'common/service_process_util_posix.h', |
| 291 'common/service_process_util_win.cc', | 291 'common/service_process_util_win.cc', |
| 292 'common/spellcheck_common.cc', | 292 'common/spellcheck_common.cc', |
| 293 'common/spellcheck_common.h', | 293 'common/spellcheck_common.h', |
| 294 'common/spellcheck_marker.h', | 294 'common/spellcheck_marker.h', |
| 295 'common/spellcheck_messages.h', | 295 'common/spellcheck_messages.h', |
| 296 'common/spellcheck_result.h', | 296 'common/spellcheck_result.h', |
| 297 'common/switch_utils.cc', | 297 'common/switch_utils.cc', |
| 298 'common/switch_utils.h', | 298 'common/switch_utils.h', |
| 299 'common/thumbnail_score.cc', | |
| 300 'common/thumbnail_score.h', | |
| 301 'common/tts_messages.h', | 299 'common/tts_messages.h', |
| 302 'common/tts_utterance_request.cc', | 300 'common/tts_utterance_request.cc', |
| 303 'common/tts_utterance_request.h', | 301 'common/tts_utterance_request.h', |
| 304 'common/url_constants.cc', | 302 'common/url_constants.cc', |
| 305 'common/url_constants.h', | 303 'common/url_constants.h', |
| 306 'common/variations/experiment_labels.cc', | 304 'common/variations/experiment_labels.cc', |
| 307 'common/variations/experiment_labels.h', | 305 'common/variations/experiment_labels.h', |
| 308 'common/variations/uniformity_field_trials.cc', | 306 'common/variations/uniformity_field_trials.cc', |
| 309 'common/variations/uniformity_field_trials.h', | 307 'common/variations/uniformity_field_trials.h', |
| 310 'common/variations/variations_util.cc', | 308 'common/variations/variations_util.cc', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 'common/metrics/proto/chrome_experiments.proto', | 679 'common/metrics/proto/chrome_experiments.proto', |
| 682 ], | 680 ], |
| 683 'variables': { | 681 'variables': { |
| 684 'proto_in_dir': 'common/metrics/proto', | 682 'proto_in_dir': 'common/metrics/proto', |
| 685 'proto_out_dir': 'chrome/common/metrics/proto', | 683 'proto_out_dir': 'chrome/common/metrics/proto', |
| 686 }, | 684 }, |
| 687 'includes': [ '../build/protoc.gypi' ], | 685 'includes': [ '../build/protoc.gypi' ], |
| 688 }, | 686 }, |
| 689 ], | 687 ], |
| 690 } | 688 } |
| OLD | NEW |