| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'common/tts_messages.h', | 391 'common/tts_messages.h', |
| 392 'common/tts_utterance_request.cc', | 392 'common/tts_utterance_request.cc', |
| 393 'common/tts_utterance_request.h', | 393 'common/tts_utterance_request.h', |
| 394 'common/url_constants.cc', | 394 'common/url_constants.cc', |
| 395 'common/url_constants.h', | 395 'common/url_constants.h', |
| 396 'common/validation_message_messages.h', | 396 'common/validation_message_messages.h', |
| 397 'common/web_application_info.cc', | 397 'common/web_application_info.cc', |
| 398 'common/web_application_info.h', | 398 'common/web_application_info.h', |
| 399 'common/worker_thread_ticker.cc', | 399 'common/worker_thread_ticker.cc', |
| 400 'common/worker_thread_ticker.h', | 400 'common/worker_thread_ticker.h', |
| 401 '../components/nacl/common/nacl_host_messages.h', | |
| 402 '../components/nacl/common/nacl_process_type.h', | |
| 403 '../components/nacl/common/nacl_sandbox_type_mac.h', | |
| 404 ], | 401 ], |
| 405 'conditions': [ | 402 'conditions': [ |
| 406 ['enable_extensions==1', { | 403 ['enable_extensions==1', { |
| 407 'dependencies': [ | 404 'dependencies': [ |
| 408 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 405 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 409 '../device/usb/usb.gyp:device_usb', | 406 '../device/usb/usb.gyp:device_usb', |
| 410 ], | 407 ], |
| 411 }, { # enable_extensions == 0 | 408 }, { # enable_extensions == 0 |
| 412 'sources/': [ | 409 'sources/': [ |
| 413 ['exclude', '^common/extensions/api/'], | 410 ['exclude', '^common/extensions/api/'], |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 'common/metrics/proto/user_action_event.proto', | 774 'common/metrics/proto/user_action_event.proto', |
| 778 ], | 775 ], |
| 779 'variables': { | 776 'variables': { |
| 780 'proto_in_dir': 'common/metrics/proto', | 777 'proto_in_dir': 'common/metrics/proto', |
| 781 'proto_out_dir': 'chrome/common/metrics/proto', | 778 'proto_out_dir': 'chrome/common/metrics/proto', |
| 782 }, | 779 }, |
| 783 'includes': [ '../build/protoc.gypi' ], | 780 'includes': [ '../build/protoc.gypi' ], |
| 784 }, | 781 }, |
| 785 ], | 782 ], |
| 786 } | 783 } |
| OLD | NEW |