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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'common/mac/objc_method_swizzle.h', | 244 'common/mac/objc_method_swizzle.h', |
245 'common/mac/objc_method_swizzle.mm', | 245 'common/mac/objc_method_swizzle.mm', |
246 'common/mac/objc_zombie.h', | 246 'common/mac/objc_zombie.h', |
247 'common/mac/objc_zombie.mm', | 247 'common/mac/objc_zombie.mm', |
248 'common/media/webrtc_logging_messages.h', | 248 'common/media/webrtc_logging_messages.h', |
249 'common/media/webrtc_logging_message_data.cc', | 249 'common/media/webrtc_logging_message_data.cc', |
250 'common/media/webrtc_logging_message_data.h', | 250 'common/media/webrtc_logging_message_data.h', |
251 'common/media_galleries/metadata_types.h', | 251 'common/media_galleries/metadata_types.h', |
252 'common/metrics/metrics_service_base.cc', | 252 'common/metrics/metrics_service_base.cc', |
253 'common/metrics/metrics_service_base.h', | 253 'common/metrics/metrics_service_base.h', |
254 'common/metrics/variations/experiment_labels.cc', | |
255 'common/metrics/variations/experiment_labels.h', | |
256 'common/metrics/variations/uniformity_field_trials.cc', | |
257 'common/metrics/variations/uniformity_field_trials.h', | |
258 'common/metrics/variations/variations_util.cc', | |
259 'common/metrics/variations/variations_util.h', | |
260 'common/multi_process_lock.h', | 254 'common/multi_process_lock.h', |
261 'common/multi_process_lock_linux.cc', | 255 'common/multi_process_lock_linux.cc', |
262 'common/multi_process_lock_mac.cc', | 256 'common/multi_process_lock_mac.cc', |
263 'common/multi_process_lock_win.cc', | 257 'common/multi_process_lock_win.cc', |
264 'common/omnibox_focus_state.h', | 258 'common/omnibox_focus_state.h', |
265 'common/partial_circular_buffer.cc', | 259 'common/partial_circular_buffer.cc', |
266 'common/partial_circular_buffer.h', | 260 'common/partial_circular_buffer.h', |
267 'common/pepper_flash.cc', | 261 'common/pepper_flash.cc', |
268 'common/pepper_flash.h', | 262 'common/pepper_flash.h', |
269 'common/pepper_permission_util.cc', | 263 'common/pepper_permission_util.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'common/spellcheck_result.h', | 296 'common/spellcheck_result.h', |
303 'common/switch_utils.cc', | 297 'common/switch_utils.cc', |
304 'common/switch_utils.h', | 298 'common/switch_utils.h', |
305 'common/thumbnail_score.cc', | 299 'common/thumbnail_score.cc', |
306 'common/thumbnail_score.h', | 300 'common/thumbnail_score.h', |
307 'common/tts_messages.h', | 301 'common/tts_messages.h', |
308 'common/tts_utterance_request.cc', | 302 'common/tts_utterance_request.cc', |
309 'common/tts_utterance_request.h', | 303 'common/tts_utterance_request.h', |
310 'common/url_constants.cc', | 304 'common/url_constants.cc', |
311 'common/url_constants.h', | 305 'common/url_constants.h', |
| 306 'common/variations/experiment_labels.cc', |
| 307 'common/variations/experiment_labels.h', |
| 308 'common/variations/uniformity_field_trials.cc', |
| 309 'common/variations/uniformity_field_trials.h', |
| 310 'common/variations/variations_util.cc', |
| 311 'common/variations/variations_util.h', |
312 'common/web_application_info.cc', | 312 'common/web_application_info.cc', |
313 'common/web_application_info.h', | 313 'common/web_application_info.h', |
314 'common/worker_thread_ticker.cc', | 314 'common/worker_thread_ticker.cc', |
315 'common/worker_thread_ticker.h', | 315 'common/worker_thread_ticker.h', |
316 ], | 316 ], |
317 'conditions': [ | 317 'conditions': [ |
318 ['enable_extensions==1', { | 318 ['enable_extensions==1', { |
319 'dependencies': [ | 319 'dependencies': [ |
320 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 320 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
321 '../device/usb/usb.gyp:device_usb', | 321 '../device/usb/usb.gyp:device_usb', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'common/metrics/proto/chrome_experiments.proto', | 680 'common/metrics/proto/chrome_experiments.proto', |
681 ], | 681 ], |
682 'variables': { | 682 'variables': { |
683 'proto_in_dir': 'common/metrics/proto', | 683 'proto_in_dir': 'common/metrics/proto', |
684 'proto_out_dir': 'chrome/common/metrics/proto', | 684 'proto_out_dir': 'chrome/common/metrics/proto', |
685 }, | 685 }, |
686 'includes': [ '../build/protoc.gypi' ], | 686 'includes': [ '../build/protoc.gypi' ], |
687 }, | 687 }, |
688 ], | 688 ], |
689 } | 689 } |
OLD | NEW |