| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'common/mac/launchd.h', | 242 'common/mac/launchd.h', |
| 243 'common/mac/launchd.mm', | 243 'common/mac/launchd.mm', |
| 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', | |
| 253 'common/metrics/metrics_service_base.h', | |
| 254 'common/multi_process_lock.h', | 252 'common/multi_process_lock.h', |
| 255 'common/multi_process_lock_linux.cc', | 253 'common/multi_process_lock_linux.cc', |
| 256 'common/multi_process_lock_mac.cc', | 254 'common/multi_process_lock_mac.cc', |
| 257 'common/multi_process_lock_win.cc', | 255 'common/multi_process_lock_win.cc', |
| 258 'common/omnibox_focus_state.h', | 256 'common/omnibox_focus_state.h', |
| 259 'common/partial_circular_buffer.cc', | 257 'common/partial_circular_buffer.cc', |
| 260 'common/partial_circular_buffer.h', | 258 'common/partial_circular_buffer.h', |
| 261 'common/pepper_flash.cc', | 259 'common/pepper_flash.cc', |
| 262 'common/pepper_flash.h', | 260 'common/pepper_flash.h', |
| 263 'common/pepper_permission_util.cc', | 261 'common/pepper_permission_util.cc', |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 'common/metrics/proto/chrome_experiments.proto', | 678 'common/metrics/proto/chrome_experiments.proto', |
| 681 ], | 679 ], |
| 682 'variables': { | 680 'variables': { |
| 683 'proto_in_dir': 'common/metrics/proto', | 681 'proto_in_dir': 'common/metrics/proto', |
| 684 'proto_out_dir': 'chrome/common/metrics/proto', | 682 'proto_out_dir': 'chrome/common/metrics/proto', |
| 685 }, | 683 }, |
| 686 'includes': [ '../build/protoc.gypi' ], | 684 'includes': [ '../build/protoc.gypi' ], |
| 687 }, | 685 }, |
| 688 ], | 686 ], |
| 689 } | 687 } |
| OLD | NEW |