| 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 'variables': { | 6 'variables': { |
| 7 'chrome_common_sources': [ | 7 'chrome_common_sources': [ |
| 8 '../apps/app_shim/app_shim_launch.h', | 8 '../apps/app_shim/app_shim_launch.h', |
| 9 '../apps/app_shim/app_shim_messages.h', | 9 '../apps/app_shim/app_shim_messages.h', |
| 10 'common/all_messages.h', | 10 'common/all_messages.h', |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'common/service_process_util_posix.cc', | 206 'common/service_process_util_posix.cc', |
| 207 'common/service_process_util_posix.h', | 207 'common/service_process_util_posix.h', |
| 208 'common/service_process_util_win.cc', | 208 'common/service_process_util_win.cc', |
| 209 'common/spellcheck_common.cc', | 209 'common/spellcheck_common.cc', |
| 210 'common/spellcheck_common.h', | 210 'common/spellcheck_common.h', |
| 211 'common/spellcheck_marker.h', | 211 'common/spellcheck_marker.h', |
| 212 'common/spellcheck_messages.h', | 212 'common/spellcheck_messages.h', |
| 213 'common/spellcheck_result.h', | 213 'common/spellcheck_result.h', |
| 214 'common/switch_utils.cc', | 214 'common/switch_utils.cc', |
| 215 'common/switch_utils.h', | 215 'common/switch_utils.h', |
| 216 'common/terminate_on_heap_corruption_experiment_win.cc', |
| 217 'common/terminate_on_heap_corruption_experiment_win.h', |
| 216 'common/tts_messages.h', | 218 'common/tts_messages.h', |
| 217 'common/tts_utterance_request.cc', | 219 'common/tts_utterance_request.cc', |
| 218 'common/tts_utterance_request.h', | 220 'common/tts_utterance_request.h', |
| 219 'common/url_constants.cc', | 221 'common/url_constants.cc', |
| 220 'common/url_constants.h', | 222 'common/url_constants.h', |
| 221 'common/variations/experiment_labels.cc', | 223 'common/variations/experiment_labels.cc', |
| 222 'common/variations/experiment_labels.h', | 224 'common/variations/experiment_labels.h', |
| 223 'common/variations/uniformity_field_trials.cc', | 225 'common/variations/uniformity_field_trials.cc', |
| 224 'common/variations/uniformity_field_trials.h', | 226 'common/variations/uniformity_field_trials.h', |
| 225 'common/variations/variations_util.cc', | 227 'common/variations/variations_util.cc', |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'common/safe_browsing/csd.proto' | 690 'common/safe_browsing/csd.proto' |
| 689 ], | 691 ], |
| 690 'variables': { | 692 'variables': { |
| 691 'proto_in_dir': 'common/safe_browsing', | 693 'proto_in_dir': 'common/safe_browsing', |
| 692 'proto_out_dir': 'chrome/common/safe_browsing', | 694 'proto_out_dir': 'chrome/common/safe_browsing', |
| 693 }, | 695 }, |
| 694 'includes': [ '../build/protoc.gypi' ], | 696 'includes': [ '../build/protoc.gypi' ], |
| 695 }, | 697 }, |
| 696 ], | 698 ], |
| 697 } | 699 } |
| OLD | NEW |